From e548ff67ea1a769d79aece363fe93ce113b3a07c Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 12 Jul 2024 12:35:58 +0900 Subject: Pend some tests because these are not working with macOS 15 and Xcode 16 --- test/ruby/test_rubyoptions.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ruby/test_rubyoptions.rb') 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 -- cgit v1.2.3