We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc46a04 + 53ed1a5 commit c197a42Copy full SHA for c197a42
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