summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2025-02-13merge revision(s) 8034e9c3d001ca3dff124ab42972684eac8af2ae: [Backport #20995]Takashi Kokubun
2024-10-10Revert "TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,...Yuta Saito
2024-09-25TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...Hiroshi SHIBATA
2024-09-17TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xco...Hiroshi SHIBATA
2024-09-10Add predicates for platformsNobuyoshi Nakada
2024-09-09Add keys to GC.stat and fix testsPeter Zhu
2024-08-13Make sure to wait for the thread to exit in TestProcess#test_wait_and_sigchildNaoto Ono
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-03-28Set ASAN_OPTIONS=disable_coredump=0 for test_execopts_rlimit testKJ Tsanaktsidis
2024-03-27Don't clear pending interrupts in the parent process. (#10365)Samuel Williams
2024-03-01Use `File.open` and `File.write` instead of `Kernel#open`Nobuyoshi Nakada
2024-02-04Remove TestProcess#test_low_memory_startupYusuke Endoh
2024-01-25Use Encoding.local_charmap instead of localeHiroshi SHIBATA
2024-01-23Rewrite Array#each in Ruby using Primitive (#9533)Takashi Kokubun
2024-01-17Omit low-memory test on old platformsNobuyoshi Nakada
2024-01-16[Bug #20184] Test for low memoryNobuyoshi Nakada
2024-01-11Prevent a warning: ambiguous first argumentYusuke Endoh
2024-01-11Add a test for what happens with concurent calls to waitpidKJ Tsanaktsidis
2023-12-29Change test_warmup_frees_pages to check each size poolPeter Zhu
2023-11-09String#force_encoding don't clear coderange if encoding is unchangedJean Boussier
2023-10-27Revert "Add debug info for flaky test_warmup_frees_pages"Peter Zhu
2023-09-22Magical wait to get rid of deadlock on macOSNobuyoshi Nakada
2023-09-14[Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>`Nobuyoshi Nakada
2023-09-14[Bug #19868] Suggest other Process::Status method for `&` and `>>`Nobuyoshi Nakada
2023-09-14Negative value to Process::Status method for compatibilityNobuyoshi Nakada
2023-09-12Ensure signaled processes at opening FIFO terminatedNobuyoshi Nakada
2023-09-06Try to fix flaky test_warmup_frees_pagesPeter Zhu
2023-09-04Add debug info for flaky test_warmup_frees_pagesPeter Zhu
2023-09-01Try to fix flaky test for Process.warmupPeter Zhu
2023-09-01Fix flaky test for Process.warmupPeter Zhu
2023-08-27Free all empty heap pages in Process.warmupPeter Zhu
2023-08-23Handle Array#* raising ArgumentError in testJeremy Evans
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
2023-07-26Process.warmup: precompute strings coderangeJean Boussier
2023-07-17objspace is not used in parent process [ci skip]Nobuyoshi Nakada
2023-07-17Fix up to require objspaceNobuyoshi Nakada
2023-07-17Run `Process.warmup` tests in separate processesNobuyoshi Nakada
2023-07-17Implement Process.warmupJean Boussier
2023-05-26Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis
2023-05-20Set rlimit_nproc to 64 instead of 128 on OpenBSD for spawn_too_long_path testsJeremy Evans
2023-05-15Unskip the test skipped in #4173 (#7809)KJ Tsanaktsidis
2023-05-10Prevent warning: assigned but unused variableYusuke Endoh
2023-05-10[Bug #19597] Freeze script nameNobuyoshi Nakada
2023-05-02Allow EPIPE when the child process has exited before interruptNobuyoshi Nakada
2023-04-30Relax timeout limit for FreeBSD again [ci skip]Nobuyoshi Nakada
2023-04-13[Feature #19590] Show the invalid clock argumentNobuyoshi Nakada
2023-04-04Revert "Fix transient heap mode"Aaron Patterson
2023-04-04Implement `Process.warmup`Jean Boussier
2023-03-22Fixup 43d20596b8fefadc309348448352bf13615129c6Hiroshi SHIBATA
2023-03-22Relax timeout limit for FreeBSDHiroshi SHIBATA