Skip to content

Commit 6fb534f

Browse files
committed
See if older versions pass
1 parent 1ef6551 commit 6fb534f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/23_test_problems.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ end
8686
GeneralBroyden(; linesearch = BackTracking()))
8787

8888
broken_tests = Dict(alg => Int[] for alg in alg_ops)
89-
broken_tests[alg_ops[1]] = [1, 2, 4, 5, 6, 11, 12, 13, 14]
89+
broken_tests[alg_ops[1]] = [1, 3, 4, 5, 6, 11, 12, 13, 14, 21]
9090
broken_tests[alg_ops[2]] = [1, 2, 3, 4, 5, 6, 9, 11, 13, 22]
91-
broken_tests[alg_ops[3]] = [1, 4, 5, 6, 11, 12, 13, 14, 21]
91+
broken_tests[alg_ops[3]] = [1, 2, 4, 5, 6, 11, 12, 13, 14, 21]
9292

9393
test_on_library(problems, dicts, alg_ops, broken_tests)
9494
end
@@ -100,8 +100,8 @@ end
100100

101101
broken_tests = Dict(alg => Int[] for alg in alg_ops)
102102
broken_tests[alg_ops[1]] = [1, 2, 4, 5, 6, 7, 11, 13, 22]
103-
broken_tests[alg_ops[2]] = [1, 2, 4, 5, 6, 7, 11, 13, 22]
104-
broken_tests[alg_ops[3]] = [1, 2, 5, 6, 11, 12, 13, 22]
103+
broken_tests[alg_ops[2]] = [1, 2, 4, 5, 6, 7, 11, 12, 13, 22]
104+
broken_tests[alg_ops[3]] = [1, 2, 4, 5, 6, 8, 11, 12, 13, 22]
105105

106106
test_on_library(problems, dicts, alg_ops, broken_tests)
107107
end

0 commit comments

Comments
 (0)