1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/lib
normal 05da6568c2 test/lib/test/unit.rb: do not propagate MAKEFLAGS to children
Propagating MAKEFLAGS to children running test/unit caused stuck
tests with GNU make when "-jN" is passed in both the make(1)
command-line and the "TESTS=" variable; because the forked child
process would see MAKEFLAGS and try to use jobserver on its own.

This is regression caused by r64399
(commit b53fadfd5f,
"process.c: defaults to close_others false");
but that change also fixed a regression when close-on-exec
became the default in 2.0 :<

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-15 04:40:14 +00:00
..
-test-
minitest revisit more MJIT test skips 2018-10-22 15:49:22 +00:00
test test/lib/test/unit.rb: do not propagate MAKEFLAGS to children 2018-12-15 04:40:14 +00:00
envutil.rb
find_executable.rb
iseq_loader_checker.rb
jit_support.rb mjit_build_dir: separate MJIT_BUILD_DIR 2018-11-07 02:49:26 +00:00
leakchecker.rb Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files" 2018-08-14 22:59:57 +00:00
memory_status.rb
profile_test_all.rb
tracepointchecker.rb
with_different_ofs.rb
zombie_hunter.rb test/lib/zombie_hunter.rb: enable zombie hunter for MJIT 2018-08-18 02:20:46 +00:00