aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_process.rb
Commit message (Expand)AuthorAgeFilesLines
* String#force_encoding don't clear coderange if encoding is unchangedJean Boussier2023-11-091-0/+1
* Revert "Add debug info for flaky test_warmup_frees_pages"Peter Zhu2023-10-271-1/+1
* Magical wait to get rid of deadlock on macOSNobuyoshi Nakada2023-09-221-0/+4
* [Bug #19868] Deprecate `Process::Status#&` and `Process::Status#>>`Nobuyoshi Nakada2023-09-141-2/+2
* [Bug #19868] Suggest other Process::Status method for `&` and `>>`Nobuyoshi Nakada2023-09-141-2/+6
* Negative value to Process::Status method for compatibilityNobuyoshi Nakada2023-09-141-0/+3
* Ensure signaled processes at opening FIFO terminatedNobuyoshi Nakada2023-09-121-0/+14
* Try to fix flaky test_warmup_frees_pagesPeter Zhu2023-09-061-0/+3
* Add debug info for flaky test_warmup_frees_pagesPeter Zhu2023-09-041-1/+1
* Try to fix flaky test for Process.warmupPeter Zhu2023-09-011-0/+2
* Fix flaky test for Process.warmupPeter Zhu2023-09-011-0/+3
* Free all empty heap pages in Process.warmupPeter Zhu2023-08-271-0/+22
* Handle Array#* raising ArgumentError in testJeremy Evans2023-08-231-1/+5
* Remove --disable-gems for assert_separatelyPeter Zhu2023-08-031-1/+1
* Process.warmup: precompute strings coderangeJean Boussier2023-07-261-0/+12
* objspace is not used in parent process [ci skip]Nobuyoshi Nakada2023-07-171-1/+0
* Fix up to require objspaceNobuyoshi Nakada2023-07-171-2/+2
* Run `Process.warmup` tests in separate processesNobuyoshi Nakada2023-07-171-9/+16
* Implement Process.warmupJean Boussier2023-07-171-0/+17
* Remove excessive timeout on test_wait_exception for FreeBSDKJ Tsanaktsidis2023-05-261-1/+0
* Set rlimit_nproc to 64 instead of 128 on OpenBSD for spawn_too_long_path testsJeremy Evans2023-05-201-1/+3
* Unskip the test skipped in #4173 (#7809)KJ Tsanaktsidis2023-05-151-5/+0
* Prevent warning: assigned but unused variableYusuke Endoh2023-05-101-1/+1
* [Bug #19597] Freeze script nameNobuyoshi Nakada2023-05-101-0/+5
* Allow EPIPE when the child process has exited before interruptNobuyoshi Nakada2023-05-021-0/+2
* Relax timeout limit for FreeBSD again [ci skip]Nobuyoshi Nakada2023-04-301-1/+1
* [Feature #19590] Show the invalid clock argumentNobuyoshi Nakada2023-04-131-2/+6
* Revert "Fix transient heap mode"Aaron Patterson2023-04-041-8/+0
* Implement `Process.warmup`Jean Boussier2023-04-041-0/+8
* Fixup 43d20596b8fefadc309348448352bf13615129c6Hiroshi SHIBATA2023-03-221-1/+2
* Relax timeout limit for FreeBSDHiroshi SHIBATA2023-03-221-1/+1
* Cache `Process.pid`Jean Boussier2023-03-201-0/+20
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-2/+2
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-151-1/+0
* Make the timeout of test_system_sigpipe longerTakashi Kokubun2022-11-271-1/+1
* Ignore EPERM which means already being process-leaderNobuyoshi Nakada2022-09-201-2/+4
* Add another test for `Process.daemon`Nobuyoshi Nakada2022-09-191-0/+20
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-16/+16
* Use `to_s` and `puts` in testsNobuyoshi Nakada2021-12-161-12/+12
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* process.c: Add Process._fork (#5017)Yusuke Endoh2021-10-251-0/+92
* test/ruby/test_process (test_no_curdir): tentatively skipped on SolarisYusuke Endoh2021-10-071-0/+3
* Fix regression on Solaris after change to use realpath on loaded featuresJeremy Evans2021-10-041-3/+0
* Revert rescue around internal realpath call on SolarisJeremy Evans2021-10-041-0/+3
* Only rescue realpath calls during require on SolarisJeremy Evans2021-10-041-3/+0
* Temporarily skip test_no_curdir test to avoid CI failures on SolarisJeremy Evans2021-10-021-0/+3
* Handle overwriting Object::ENV in spawnJeremy Evans2021-09-141-0/+12
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-291-1/+1
* [Win32] long path name support [Bug #12551]Gabriel Nagy2021-05-171-0/+1
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1