From 292c9793abb20242b12973c5fb9db5c612e2a90a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 1 Oct 2024 02:55:16 +0900 Subject: [PATCH] Remove no longer needed excludes files --- test/.excludes-parsey/TestBugReporter.rb | 1 - test/.excludes-parsey/TestRubyOptions.rb | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 test/.excludes-parsey/TestBugReporter.rb delete mode 100644 test/.excludes-parsey/TestRubyOptions.rb diff --git a/test/.excludes-parsey/TestBugReporter.rb b/test/.excludes-parsey/TestBugReporter.rb deleted file mode 100644 index 72357760a6..0000000000 --- a/test/.excludes-parsey/TestBugReporter.rb +++ /dev/null @@ -1 +0,0 @@ -exclude(:test_bug_reporter_add, "unexpected +PRISM in the Ruby description") diff --git a/test/.excludes-parsey/TestRubyOptions.rb b/test/.excludes-parsey/TestRubyOptions.rb deleted file mode 100644 index f6ac8c744a..0000000000 --- a/test/.excludes-parsey/TestRubyOptions.rb +++ /dev/null @@ -1,10 +0,0 @@ -exclude(:test_crash_report_executable_path, "unexpected +PRISM in the Ruby description") -exclude(:test_crash_report_script_path, "unexpected +PRISM in the Ruby description") -exclude(:test_crash_report_script, "unexpected +PRISM in the Ruby description") -exclude(:test_crash_report, "unexpected +PRISM in the Ruby description") -exclude(:test_rjit_disabled_version, "unexpected +PRISM in the Ruby description") -exclude(:test_segv_loaded_features, "unexpected +PRISM in the Ruby description") -exclude(:test_segv_setproctitle, "unexpected +PRISM in the Ruby description") -exclude(:test_segv_test, "unexpected +PRISM in the Ruby description") -exclude(:test_verbose, "unexpected +PRISM in the Ruby description") -exclude(:test_version, "unexpected +PRISM in the Ruby description")