Skip to content

Commit

Permalink
Un-mark test as broken (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Sep 4, 2023
1 parent 9e87f38 commit 2961183
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/EnzymeTestUtils/test/test_reverse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,7 @@ end
a = randn(T)

atol = rtol = sqrt(eps(real(T)))
@test !fails() do
test_reverse(f_mut_rev!, Tret, (y, Ty), (x, Tx), (a, Ta); atol, rtol)
# https://github.com/EnzymeAD/Enzyme.jl/issues/1028
end broken = (
VERSION > v"1.8" && Tx <: Const && Ta <: Const && !(Ty <: Const)
)
test_reverse(f_mut_rev!, Tret, (y, Ty), (x, Tx), (a, Ta); atol, rtol)
end
end

Expand Down

0 comments on commit 2961183

Please sign in to comment.