File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8484
8585@testset " JET Tests for Krylov Methods" begin
8686 # KrylovJL methods that pass JET tests
87- JET. @test_opt solve (prob_spd, KrylovJL_CG ())
88- JET. @test_opt solve (prob, KrylovJL_BICGSTAB ())
89- JET. @test_opt solve (prob, KrylovJL_LSMR ())
90- JET. @test_opt solve (prob, KrylovJL_CRAIGMR ())
87+ JET. @test_opt solve (prob_spd, KrylovJL_CG ()) broken = true
88+ JET. @test_opt solve (prob, KrylovJL_BICGSTAB ()) broken = true
89+ JET. @test_opt solve (prob, KrylovJL_LSMR ()) broken = true
90+ JET. @test_opt solve (prob, KrylovJL_CRAIGMR ()) broken = true
9191
9292 # SimpleGMRES passes JET tests
93- JET. @test_opt solve (prob, SimpleGMRES ())
93+ JET. @test_opt solve (prob, SimpleGMRES ()) broken = true
9494
9595 # KrylovJL methods with known type stability issues
9696 JET. @test_opt solve (prob, KrylovJL_GMRES ()) broken= true
You can’t perform that action at this time.
0 commit comments