File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ declare -a max_moving_tests_to_skip=(
2121 # see https://github.com/mmtk/mmtk-julia/issues/259
2222 " abstractarray"
2323 " cmdlineargs"
24- " Downloads"
25- " LibCURL"
2624 " loading"
2725 " misc"
2826)
Original file line number Diff line number Diff line change @@ -29,23 +29,12 @@ 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"
4737 " Random"
48- " LibCURL"
4938 " LazyArtifacts"
5039)
5140
You can’t perform that action at this time.
0 commit comments