Try to run ignored tests with macOS 15
This commit is contained in:
parent
51118fa2da
commit
255e6e6197
Notes:
git
2025-06-11 06:41:04 +00:00
@ -6,8 +6,6 @@ require_relative '../../lib/parser_support'
|
||||
|
||||
class TestBugReporter < Test::Unit::TestCase
|
||||
def test_bug_reporter_add
|
||||
pend "macOS 15 is not working with this test" if macos?(15)
|
||||
|
||||
description = RUBY_DESCRIPTION
|
||||
description = description.sub(/\+PRISM /, '') unless ParserSupport.prism_enabled_in_subprocess?
|
||||
expected_stderr = [
|
||||
|
@ -836,8 +836,6 @@ class TestRubyOptions < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def assert_segv(args, message=nil, list: SEGVTest::ExpectedStderrList, **opt, &block)
|
||||
pend "macOS 15 is not working with this assertion" if macos?(15)
|
||||
|
||||
# We want YJIT to be enabled in the subprocess if it's enabled for us
|
||||
# so that the Ruby description matches.
|
||||
env = Hash === args.first ? args.shift : {}
|
||||
@ -881,8 +879,6 @@ class TestRubyOptions < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def assert_crash_report(path, cmd = nil, &block)
|
||||
pend "macOS 15 is not working with this assertion" if macos?(15)
|
||||
|
||||
Dir.mktmpdir("ruby_crash_report") do |dir|
|
||||
list = SEGVTest::ExpectedStderrList
|
||||
if cmd
|
||||
|
@ -5,8 +5,6 @@ return unless /darwin/ =~ RUBY_PLATFORM
|
||||
|
||||
class TestVMDump < Test::Unit::TestCase
|
||||
def assert_darwin_vm_dump_works(args, timeout=nil)
|
||||
pend "macOS 15 is not working with this assertion" if macos?(15)
|
||||
|
||||
assert_in_out_err(args, "", [], /^\[IMPORTANT\]/, timeout: timeout || 300)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user