Skip to content

Commit 43f54a5

Browse files
committed
Retest all-passing suites to confirm tags work
1 parent ac49147 commit 43f54a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ def parse_unittest_output(output):
208208
break
209209

210210
if p.returncode == 0:
211+
if repeat == 0 and maxrepeats > 1:
212+
print(f"Suite succeeded with {len(passing_tests)} tests, retrying to confirm tags are correct")
213+
continue
211214
print(f"Suite succeeded with {len(passing_tests)} tests")
212215
break
213216
else:

0 commit comments

Comments
 (0)