This project is closed and read-only.
Actions
Backport #7904
closedtest_spawn_too_long_path(TestProcess) fails on PPC64
Backport #7904:
test_spawn_too_long_path(TestProcess) fails on PPC64
Status:
Closed
Assignee:
Description
=begin
I observe following error on PPC64:
7) Failure:
test_spawn_too_long_path(TestProcess) [/builddir/build/BUILD/ruby-2.0.0-r39357/test/ruby/test_process.rb:1383]:
[Errno::ENOENT, Errno::E2BIG, nil] expected but nothing was raised.
8) Failure:
test_aspawn_too_long_path(TestProcess) [/builddir/build/BUILD/ruby-2.0.0-r39357/test/ruby/test_process.rb:1388]:
[Errno::ENOENT, Errno::E2BIG, nil] expected but nothing was raised.
I am quite sure, that there was no such test error testing with rev38848. Not sure if that might be related to 38934.
=end
Actions