summaryrefslogtreecommitdiff
path: root/test/ruby/test_vm_dump.rb
AgeCommit message (Expand)Author
26 hoursTry to run ignored tests with macOS 15Hiroshi SHIBATA
2024-11-06macOS 15 is the stable version todayHiroshi SHIBATA
2024-09-10Add predicates for platformsNobuyoshi Nakada
2024-08-20Decrease the timeout in assert_darwin_vm_dump_works (#11412)Naoto Ono
2024-08-14Increase the default timeout in assert_darwin_vm_dump_worksNaoto Ono
2024-08-09Increase timeout in `test_darwin_invalid_call` methodNaoto Ono
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-06-24Extend the timeout of TestVMDump#test_darwin_invalid_call, etc.Yusuke Endoh
2024-03-24Use dedicated methods to abortNobuyoshi Nakada
2022-01-04Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA
2020-05-26cause SEGV for the test.Koichi Sasada
2017-12-16test_vm_dump.rb: skip if gccnobu
2017-09-01skip unless PLATFORM is darwin.ko1
2017-09-01Fix C level backtrace on Darwinnaruse