File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ declare -a max_moving_tests_to_skip=(
2121 # see https://github.com/mmtk/mmtk-julia/issues/259
2222 " abstractarray"
2323 " cmdlineargs"
24- " Downloads"
25- " read"
26- " LibCURL"
24+ # "Downloads"
25+ # "LibCURL"
2726 " loading"
2827 " misc"
2928)
Original file line number Diff line number Diff line change @@ -29,23 +29,15 @@ declare -a tests_to_skip=(
2929 " LinearAlgebra"
3030 # Skipping Distributed tests
3131 " Distributed"
32-
33- # Skipping tests that fail for max moving Immix
34- # see https://github.com/mmtk/mmtk-julia/issues/259
35- " Downloads"
36- " REPL"
37- " Random"
38- " LibCURL"
39- " LazyArtifacts"
4032)
4133
4234declare -a max_moving_tests_to_skip=(
4335 # Skipping tests that fail for max moving Immix
4436 # see https://github.com/mmtk/mmtk-julia/issues/259
45- " Downloads"
46- " REPL"
37+ # "Downloads"
38+ # "REPL"
4739 " Random"
48- " LibCURL"
40+ # "LibCURL"
4941 " LazyArtifacts"
5042)
5143
You can’t perform that action at this time.
0 commit comments