Skip to content

Commit

Permalink
Remove some patterns for retaining MRI test exclusions upon retag.
Browse files Browse the repository at this point in the history
Now that we have robust retry logic on errors that bubble out and stop the test runner process, we don't need to retain those tags; they can be safely recomputed. Other patterns are just obsolete and should have been removed when the last reference to them was removed in the tag files.
  • Loading branch information
nirvdrum committed Sep 24, 2024
1 parent f215313 commit 7aec4c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tool/jt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,8 @@
MRI_TEST_RETAG_RETAIN_PATTERNS = [
/hangs/i,
/slow/i,
/java\.lang\./,
/retain-on-retag/,
/OOM/,
/RubyVM/,
/ShouldNotReachHere/,
/LLVMLinkerException/,
/flaky/,
/spurious/,
/transient/,
Expand Down

0 comments on commit 7aec4c5

Please sign in to comment.