Skip to content

Commit 19d3933

Browse files
authored
Enable misc tests (#276)
1 parent ebeb652 commit 19d3933

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/scripts/ci-test-other.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ REGEX_PATTERN='.*const TESTNAMES = \[([^\[]*)^\].*'
1717
is_moving=$2
1818
moving_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-
2520
if [[ $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"

0 commit comments

Comments
 (0)