8000 Try to run ignored tests with macOS 15 · ruby/ruby@3b0395c · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b0395c

Browse files
committed
Try to run ignored tests with macOS 15
1 parent 4abd4ab commit 3b0395c

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

test/-ext-/bug_reporter/test_bug_reporter.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
class TestBugReporter < Test::Unit::TestCase
88
def test_bug_reporter_add
9-
pend "macOS 15 is not working with this test" if macos?(15)
10-
119
description = RUBY_DESCRIPTION
1210
description = description.sub(/\+PRISM /, '') unless ParserSupport.prism_enabled_in_subprocess?
1311
expected_stderr = [

test/ruby/test_rubyoptions.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,8 +836,6 @@ module SEGVTest
836836
end
837837

838838
def assert_segv(args, message=nil, list: SEGVTest::ExpectedStderrList, **opt, &block)
839-
pend "macOS 15 is not working with this assertion" if macos?(15)
840-
841839
# We want YJIT to be enabled in the subprocess if it's enabled for us
842840
# so that the Ruby description matches.
843841
env = Hash === args.first ? args.shift : {}
@@ -881,8 +879,6 @@ def test_segv_setproctitle
881879
end
882880

883881
def assert_crash_report(path, cmd = nil, &block)
884-
pend "macOS 15 is not working with this assertion" if macos?(15)
885-
886882
Dir.mktmpdir("ruby_crash_report") do |dir|
887883
list = SEGVTest::ExpectedStderrList
888884
if cmd

test/ruby/test_vm_dump.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
class TestVMDump < Test::Unit::TestCase
77
def assert_darwin_vm_dump_works(args, timeout=nil)
8-
pend "macOS 15 is not working with this assertion" if macos?(15)
9-
108
assert_in_out_err(args, "", [], /^\[IMPORTANT\]/, timeout: timeout || 300)
119
end
1210

0 commit comments

Comments
 (0)
0