From 7aec4c52c58e6146fc3b12d8a3f084c87825038e Mon Sep 17 00:00:00 2001 From: Kevin Menard Date: Tue, 17 Sep 2024 01:50:06 -0400 Subject: [PATCH] Remove some patterns for retaining MRI test exclusions upon retag. 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. --- tool/jt.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tool/jt.rb b/tool/jt.rb index a08084dfd6a..237afed3bdf 100755 --- a/tool/jt.rb +++ b/tool/jt.rb @@ -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/,