File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,6 @@ REGEX_PATTERN='.*const TESTNAMES = \[([^\[]*)^\].*'
1717is_moving=$2
1818moving_feature=${is_moving,,}
1919
20- declare -a max_moving_tests_to_skip=(
21- # see https://github.com/mmtk/mmtk-julia/issues/259
22- " misc"
23- )
24-
2520if [[ $CHOOSE_TESTS_JL_CONTENT =~ $REGEX_PATTERN ]]; then
2621 RAW_TEST_NAMES=${BASH_REMATCH[1]}
2722
@@ -42,13 +37,6 @@ if [[ $CHOOSE_TESTS_JL_CONTENT =~ $REGEX_PATTERN ]]; then
4237 continue
4338 fi
4439
45- if [[ " ${max_moving_tests_to_skip[@]} " =~ " $test " ]]; then
46- if [ " $moving_feature " == " max_moving" ]; then
47- echo " -> Skip"
48- continue
49- fi
50- fi
51-
5240 if [[ $test =~ " compiler_extras" ]]; then
5341 # Skipping compiler_extras for now
5442 echo " -> Skip compiler_extras"
You can’t perform that action at this time.
0 commit comments