We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca914b commit 910a2e5Copy full SHA for 910a2e5
test/nopre/jet.jl
@@ -33,8 +33,8 @@ prob_sparse_spd = LinearProblem(A_sparse_spd, b)
33
JET.@test_opt solve(prob, NormalBunchKaufmanFactorization())
34
35
# CholeskyFactorization and SVDFactorization now pass JET tests
36
- JET.@test_opt solve(prob_spd, CholeskyFactorization())
37
- JET.@test_opt solve(prob, SVDFactorization())
+ JET.@test_opt solve(prob_spd, CholeskyFactorization()) broken=true
+ JET.@test_opt solve(prob, SVDFactorization()) broken=true
38
39
# Tests with known type stability issues - marked as broken
40
JET.@test_opt solve(prob, QRFactorization()) broken=true
0 commit comments