summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-07-12 12:35:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-06 15:35:34 +0900
commite548ff67ea1a769d79aece363fe93ce113b3a07c (patch)
tree2311eb93990fea61b989851edc247036638c9730 /test/ruby/test_rubyoptions.rb
parent3bea0abd68172678ce9234e09a9604142d1a046b (diff)
Pend some tests because these are not working with macOS 15 and Xcode 16
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-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 534923ecb5..cb4443ba4b 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -787,6 +787,8 @@ class TestRubyOptions < Test::Unit::TestCase
end
def assert_segv(args, message=nil)
+ pend "macOS 15 is not working with this assertion" if /darwin/ =~ RUBY_PLATFORM && /15/ =~ `sw_vers -productVersion`
+
omit if ENV['RUBY_ON_BUG']
# We want YJIT to be enabled in the subprocess if it's enabled for us