Skip to content

Instantly share code, notes, and snippets.

@philr
Created January 21, 2015 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philr/e995ec1fdbc657377ff5 to your computer and use it in GitHub Desktop.
Save philr/e995ec1fdbc657377ff5 to your computer and use it in GitHub Desktop.
test/mri/test_open3 with jruby 9.0.0.0.pre1 (2.2.0p0) 2015-01-21 ac0d512 OpenJDK 64-Bit Server VM 24.65-b04 on 1.7.0_65-b32 +jit [linux-amd64]
Loaded suite test/mri/test_open3
Started
.F
===============================================================================
Failure: <nil> is not true.
test_capture2(TestOpen3)
test/mri/test_open3.rb:143:in `test_capture2_46'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_capture2_stdin_data(TestOpen3)
test/mri/test_open3.rb:162:in `test_capture2_stdin_data_49'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_capture2e(TestOpen3)
test/mri/test_open3.rb:149:in `test_capture2e_47'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_capture2e_stdin_data(TestOpen3)
test/mri/test_open3.rb:168:in `test_capture2e_stdin_data_50'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_capture3(TestOpen3)
test/mri/test_open3.rb:130:in `test_capture3_44'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_capture3_flip(TestOpen3)
test/mri/test_open3.rb:137:in `test_capture3_flip_45'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_capture3_stdin_data(TestOpen3)
test/mri/test_open3.rb:156:in `test_capture3_stdin_data_48'
===============================================================================
.F
===============================================================================
Failure:
test_exit_status(TestOpen3)
test/mri/test_open3.rb:10:in `test_exit_status_CLOSURE_1__test_exit_status_3'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:199:in `popen_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:93:in `popen3'
test/mri/test_open3.rb:9:in `test_exit_status_2'
<true> expected but was
<nil>
diff:
? true
? nil
===============================================================================
.F
===============================================================================
Failure:
test_pid(TestOpen3)
test/mri/test_open3.rb:72:in `test_pid_CLOSURE_1__test_pid_26'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:199:in `popen_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:93:in `popen3'
test/mri/test_open3.rb:70:in `test_pid_25'
<20514> expected but was
<nil>
diff:
? 20514
? nil
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_pipeline(TestOpen3)
test/mri/test_open3.rb:255:in `test_pipeline_CLOSURE_2__test_pipeline_84'
test/mri/test_open3.rb:253:in `test_pipeline_82'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_pipeline_r(TestOpen3)
test/mri/test_open3.rb:197:in `test_pipeline_r_CLOSURE_1_CLOSURE_3__test_pipeline_r_CLOSURE_1_61'
test/mri/test_open3.rb:196:in `test_pipeline_r_CLOSURE_1__test_pipeline_r_59'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:650:in `pipeline_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:449:in `pipeline_r'
test/mri/test_open3.rb:189:in `test_pipeline_r_58'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_pipeline_rw(TestOpen3)
test/mri/test_open3.rb:183:in `test_pipeline_rw_CLOSURE_1_CLOSURE_3__test_pipeline_rw_CLOSURE_1_54'
test/mri/test_open3.rb:182:in `test_pipeline_rw_CLOSURE_1__test_pipeline_rw_52'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:650:in `pipeline_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:403:in `pipeline_rw'
test/mri/test_open3.rb:172:in `test_pipeline_rw_51'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_pipeline_start(TestOpen3)
test/mri/test_open3.rb:228:in `test_pipeline_start_CLOSURE_1_CLOSURE_3__test_pipeline_start_CLOSURE_1_75'
test/mri/test_open3.rb:226:in `test_pipeline_start_CLOSURE_1__test_pipeline_start_73'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:650:in `pipeline_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:536:in `pipeline_start'
test/mri/test_open3.rb:222:in `test_pipeline_start_72'
===============================================================================
F
===============================================================================
Failure: <nil> is not true.
test_pipeline_start_noblock(TestOpen3)
test/mri/test_open3.rb:242:in `test_pipeline_start_noblock_79'
===============================================================================
F
===============================================================================
Failure:
test_pipeline_w(TestOpen3)
test/mri/test_open3.rb:213:in `test_pipeline_w_CLOSURE_1_CLOSURE_3__test_pipeline_w_CLOSURE_1_68'
test/mri/test_open3.rb:212:in `test_pipeline_w_CLOSURE_1__test_pipeline_w_66'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:650:in `pipeline_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:486:in `pipeline_w'
test/mri/test_open3.rb:205:in `test_pipeline_w_65'
<true> expected but was
<nil>
diff:
? true
? nil
===============================================================================
...F
===============================================================================
Failure:
test_stdin(TestOpen3)
test/mri/test_open3.rb:20:in `test_stdin_CLOSURE_1__test_stdin_8'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:199:in `popen_run'
/home/philr/.rvm/rubies/jruby-head/lib/ruby/stdlib/open3.rb:93:in `popen3'
test/mri/test_open3.rb:18:in `test_stdin_7'
<true> expected but was
<nil>
diff:
? true
? nil
===============================================================================
.
Finished in 109.114 seconds.
23 tests, 81 assertions, 16 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
30.4348% passed
0.21 tests/s, 0.74 assertions/s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment