summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-15 16:21:55 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-15 17:38:38 +0900
commit10876c271b4ced81d852f532231ff87bd14defc9 (patch)
treef8ffc8aca7b1ca426a3d8d8fb46f7587e287e03c
parentd69dff1d7dea07f3f78848f651d3856212ebf178 (diff)
Skip test_crash_report_pipe with macOS 15ruby_3_3
-rw-r--r--test/ruby/test_rubyoptions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 1202ce4b1c..8697092bbc 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -939,6 +939,8 @@ class TestRubyOptions < Test::Unit::TestCase
end
def test_crash_report_pipe
+ pend "macOS 15 is not working with this assertion" if macos?(15)
+
if File.executable?(echo = "/bin/echo")
elsif /mswin|ming/ =~ RUBY_PLATFORM
echo = "echo"