index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_process.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2022-01-04
1
-16
/
+16
*
Use `to_s` and `puts` in tests
Nobuyoshi Nakada
2021-12-16
1
-12
/
+12
*
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-13
1
-1
/
+1
*
process.c: Add Process._fork (#5017)
Yusuke Endoh
2021-10-25
1
-0
/
+92
*
test/ruby/test_process (test_no_curdir): tentatively skipped on Solaris
Yusuke Endoh
2021-10-07
1
-0
/
+3
*
Fix regression on Solaris after change to use realpath on loaded features
Jeremy Evans
2021-10-04
1
-3
/
+0
*
Revert rescue around internal realpath call on Solaris
Jeremy Evans
2021-10-04
1
-0
/
+3
*
Only rescue realpath calls during require on Solaris
Jeremy Evans
2021-10-04
1
-3
/
+0
*
Temporarily skip test_no_curdir test to avoid CI failures on Solaris
Jeremy Evans
2021-10-02
1
-0
/
+3
*
Handle overwriting Object::ENV in spawn
Jeremy Evans
2021-09-14
1
-0
/
+12
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
1
-1
/
+1
*
[Win32] long path name support [Bug #12551]
Gabriel Nagy
2021-05-17
1
-0
/
+1
*
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
1
-1
/
+1
*
Store errno in struct rb_process_status
Nobuyoshi Nakada
2020-12-24
1
-1
/
+16
*
Fixed marshal compatibility of Process::Status
Nobuyoshi Nakada
2020-12-16
1
-0
/
+6
*
RDoc states that Process::Status.wait returns nil if cannot wait
Nobuyoshi Nakada
2020-12-11
1
-0
/
+4
*
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-09
1
-0
/
+6
*
Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
Benoit Daloze
2020-12-04
1
-1
/
+1
*
test/ruby/test_process.rb: GID.from_name may raise Errno:ESRCH
Yusuke Endoh
2020-05-30
1
-3
/
+9
*
Run rb_syswait on exec failure
Takashi Kokubun
2020-05-10
1
-0
/
+7
*
test/ruby/test_process.rb: Skip GID.from_name on Android
Yusuke Endoh
2020-04-17
1
-1
/
+1
*
Preserve encoding in error messages for invalid user/group name
Nobuyoshi Nakada
2020-04-16
1
-0
/
+6
*
Added tests for Process::UID.from_name and Process::GID.from_name
Nobuyoshi Nakada
2020-04-16
1
-0
/
+16
*
Preserve encoding in error message for invalid env exec option
Nobuyoshi Nakada
2020-04-16
1
-0
/
+3
*
Added test for invalid env exec option
Nobuyoshi Nakada
2020-04-16
1
-0
/
+4
*
Removed unnecessary `chomp`
Nobuyoshi Nakada
2020-03-07
1
-1
/
+1
*
Restart timer thread even after preparation failed
Nobuyoshi Nakada
2020-02-11
1
-0
/
+9
*
Removed useless empty lines
Nobuyoshi Nakada
2020-02-07
1
-2
/
+0
*
test/ruby/test_process.rb: suppress "unused variable" warning
Yusuke Endoh
2019-12-17
1
-1
/
+1
*
Kernel#abort without arguments should print error info
Nobuyoshi Nakada
2019-12-16
1
-1
/
+11
*
Try to avoid random failure
Kazuhiro NISHIYAMA
2019-10-15
1
-1
/
+3
*
Make test-all and test-spec runnable on Android
Yusuke Endoh
2019-09-09
1
-0
/
+3
*
Give up stabilizing TestProcess on Travis osx
Takashi Kokubun
2019-08-06
1
-2
/
+2
*
Refined assertion messages
Nobuyoshi Nakada
2019-08-05
1
-11
/
+9
*
Fixed assertion
Nobuyoshi Nakada
2019-08-05
1
-1
/
+1
*
Extend sleep before sending USR1 in TestProcess
Takashi Kokubun
2019-08-04
1
-1
/
+1
*
Extend sleep before sending USR1 in TestProcess
Takashi Kokubun
2019-08-01
1
-1
/
+1
*
Removed unused variables
Nobuyoshi Nakada
2019-06-30
1
-1
/
+0
*
Keep vm->orig_progname alive
Alan Wu
2019-05-31
1
-0
/
+8
*
test/ruby/test_process.rb: Use EnvUtil.timeout for timeout scale factor
Yusuke Endoh
2019-05-26
1
-4
/
+4
*
test/ruby/test_process.rb (test_execopts_uid): rescue Errno::EACCES
mame
2018-12-26
1
-5
/
+5
*
Fix test failure if ENV["USER"] doesn't match Process.euid
normal
2018-12-17
1
-1
/
+1
*
Refine error message for time interval
nobu
2018-12-16
1
-0
/
+3
*
process.c: fix ETXTBUSY from MJIT compiler process
normal
2018-12-03
1
-5
/
+0
*
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-22
1
-0
/
+9
*
Skip known MJIT random test failures
k0kubun
2018-11-20
1
-0
/
+5
*
process.c: do not try to pause MJIT
k0kubun
2018-11-20
1
-2
/
+0
*
test_process.rb: Process.daemon seems irrelevant [ci skip]
k0kubun
2018-11-19
1
-2
/
+2
*
revert r65807
k0kubun
2018-11-19
1
-0
/
+2
*
Generalize r65594
nobu
2018-11-07
1
-2
/
+4
[next]