We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc46a04 commit 53ed1a5Copy full SHA for 53ed1a5
util/compare_test_results.py
@@ -55,7 +55,6 @@ def identify_test_changes(current_flat, reference_flat):
55
if status in ("FAIL", "ERROR"):
56
if test_path in reference_flat:
57
if reference_flat[test_path] in ("PASS", "SKIP"):
58
-
59
regressions.append(test_path)
60
61
# Find fixes (tests that were failing but now passing)
0 commit comments