Skip to content

Commit 9ea88a6

Browse files
committed
Simplify regrex for Windows junit tests, because all integration tests now pass or are ignored using assumption on Windows
(cherry picked from commit b4c090f)
1 parent ed10770 commit 9ea88a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ def graalpython_gate_runner(args, tasks):
14821482
"--verbose",
14831483
"--no-leak-tests",
14841484
"--regex",
1485-
r'((com\.oracle\.truffle\.tck\.tests)|(graal\.python\.test\.(integration\.)?(advanced\.Benchmark|advanced\.ResourcesTest|basic|builtin|decorator|generator|interop|util)))'
1485+
r'((com\.oracle\.truffle\.tck\.tests)|(graal\.python\.test\.integration)|(graal\.python\.test\.(builtin|interop|util)))'
14861486
],
14871487
report=True
14881488
)

0 commit comments

Comments
 (0)