index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_process.rb
Age
Commit message (
Expand
)
Author
2025-10-25
Remove automatically set environment variables
Nobuyoshi Nakada
2025-10-25
Add configured environment variables first
Nobuyoshi Nakada
2025-10-09
Skip TestProcess#test_rlimit_nofile on LSAN
Peter Zhu
2025-10-08
Add RUBY_FREE_AT_EXIT to MANDATORY_ENVS in test_process.rb
Peter Zhu
2025-08-15
Fix tests using assert_raise_with_message on US-ASCII systems
Peter Zhu
2025-07-16
test_process.rb: UID.from_name may raise Errno::ENOENT
Takashi Kokubun
2025-05-31
skip flaky test
Koichi Sasada
2025-04-02
Fixup comment for Windows platform, not Solaris
Hiroshi SHIBATA
2025-04-02
Removed Solaris conditions from test files
Hiroshi SHIBATA
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-02-06
Enable bundled gems in ruby-runner
Nobuyoshi Nakada
2025-01-24
Fix "Relax expectations of errors from `getgrnam`"
Nobuyoshi Nakada
2025-01-22
Relax expectations of errors from `getgrnam`
Nobuyoshi Nakada
2025-01-15
Fix ENV tests on Windows on ARM64
Lars Kanis
2025-01-02
[Bug #20995] Protect `IO.popen` block from exiting by exception
Nobuyoshi Nakada
2024-12-25
Removed Process::Status#& and Process::Status#>>
Hiroshi SHIBATA
2024-10-10
Revert "TestProcess#test_daemon_noclose is only working with macOS 15.1 beta,...
Yuta Saito
2024-09-25
TestProcess#test_daemon_noclose is only working with macOS 15.1 beta, we shou...
Hiroshi SHIBATA
2024-09-17
TestProcess#test_daemon_noclose is working fine with macOS 15.1 beta3 and Xco...
Hiroshi SHIBATA
2024-09-10
Add predicates for platforms
Nobuyoshi Nakada
2024-09-09
Add keys to GC.stat and fix tests
Peter Zhu
2024-08-13
Make sure to wait for the thread to exit in TestProcess#test_wait_and_sigchild
Naoto Ono
2024-07-12
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2024-03-28
Set ASAN_OPTIONS=disable_coredump=0 for test_execopts_rlimit test
KJ Tsanaktsidis
2024-03-27
Don't clear pending interrupts in the parent process. (#10365)
Samuel Williams
2024-03-01
Use `File.open` and `File.write` instead of `Kernel#open`
Nobuyoshi Nakada
2024-02-04
Remove TestProcess#test_low_memory_startup
Yusuke Endoh
2024-01-25
Use Encoding.local_charmap instead of locale
Hiroshi SHIBATA
2024-01-23
Rewrite Array#each in Ruby using Primitive (#9533)
Takashi Kokubun
2024-01-17
Omit low-memory test on old platforms
Nobuyoshi Nakada
2024-01-16
[Bug #20184] Test for low memory
Nobuyoshi Nakada
2024-01-11
Prevent a warning: ambiguous first argument
Yusuke Endoh
2024-01-11
Add a test for what happens with concurent calls to waitpid
KJ Tsanaktsidis
2023-12-29
Change test_warmup_frees_pages to check each size pool
Peter Zhu
2023-11-09
String#force_encoding don't clear coderange if encoding is unchanged
Jean Boussier
2023-10-27
Revert "Add debug info for flaky test_warmup_frees_pages"
Peter Zhu
2023-09-22
Magical wait to get rid of deadlock on macOS
Nobuyoshi 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-14
Negative value to Process::Status method for compatibility
Nobuyoshi Nakada
2023-09-12
Ensure signaled processes at opening FIFO terminated
Nobuyoshi Nakada
2023-09-06
Try to fix flaky test_warmup_frees_pages
Peter Zhu
2023-09-04
Add debug info for flaky test_warmup_frees_pages
Peter Zhu
2023-09-01
Try to fix flaky test for Process.warmup
Peter Zhu
2023-09-01
Fix flaky test for Process.warmup
Peter Zhu
2023-08-27
Free all empty heap pages in Process.warmup
Peter Zhu
2023-08-23
Handle Array#* raising ArgumentError in test
Jeremy Evans
2023-08-03
Remove --disable-gems for assert_separately
Peter Zhu
2023-07-26
Process.warmup: precompute strings coderange
Jean Boussier
2023-07-17
objspace is not used in parent process [ci skip]
Nobuyoshi Nakada
[next]