From: "vo.x (Vit Ondruch)" Date: 2013-02-22T19:50:16+09:00 Subject: [ruby-core:52691] [ruby-trunk - Bug #7904] test_spawn_too_long_path(TestProcess) fails on PPC64 Issue #7904 has been updated by vo.x (Vit Ondruch). =begin Testing with r39383 TestProcess#test_aspawn_too_long_path = sh: -c: line 0: syntax error near unexpected token `|' sh: -c: line 0: `a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a|a ... snip ... a|a|a|a|a|a|a|a|a|a|a|a|a|a|' 0.08 s = F and 8) Failure: test_aspawn_too_long_path(TestProcess) [/builddir/build/BUILD/ruby-2.0.0-r39383/test/ruby/test_process.rb:1388]: [ruby-core:34833]. But one of the test errors (test_spawn_too_long_path) is gone. =end ---------------------------------------- Bug #7904: test_spawn_too_long_path(TestProcess) fails on PPC64 https://bugs.ruby-lang.org/issues/7904#change-36784 Author: vo.x (Vit Ondruch) Status: Feedback Priority: Normal Assignee: nobu (Nobuyoshi Nakada) Category: core Target version: 2.1.0 ruby -v: ruby 2.0.0dev (2013-02-21 trunk 39357) [powerpc64-linux] =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 -- http://bugs.ruby-lang.org/