Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion util/compare_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def identify_test_changes(current_flat, reference_flat):
if status in ("FAIL", "ERROR"):
if test_path in reference_flat:
if reference_flat[test_path] in ("PASS", "SKIP"):

regressions.append(test_path)

# Find fixes (tests that were failing but now passing)
Expand Down
Loading