| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| dc8fb7d..a65b52b master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. |
| expected: |
| == disasm: #<ISeq:prism_test_forwarding_arguments_node1@<compiled>:3 (3,8)-(5,11)> |
| local table (size: 3, argc: 0 [opts: 0, rest: 0, post: 0, block: 1, kw: -1@-1, kwrest: -1]) |
| [ 3] ?@0<Rest> [ 2] ?@1<Block> [ 1] ?@2 |
| 0000 putself ( 4)[LiCa] |
| 0001 getlocal_WC_0 ?@0 |
| 0003 splatarray false |
| 0005 getblockparamproxy "FrozenError"@4, 0 |
| 0008 send <calldata!mid:prism_test_forwarding_arguments_node, argc:1, ARGS_SPLAT|ARGS_BLOCKARG|FCALL>, nil |
| 0011 leave [Re] |
| actual: |
| == disasm: #<ISeq:prism_test_forwarding_arguments_node1@<compiled>:3 (3,8)-(5,11)> |
| local table (size: 3, argc: 0 [opts: 0, rest: 0, post: 0, block: 1, kw: -1@-1, kwrest: -1]) |
| [ 3] ?@0<Rest> [ 2] ?@1<Block> [ 1] ?@2 |
| 0000 putself ( 4)[LiCa] |
| 0001 getlocal_WC_0 ?@0 |
| 0003 splatarray false |
| 0005 getblockparamproxy ?@4, 0 |
| 0008 send <calldata!mid:prism_test_forwarding_arguments_node, argc:1, ARGS_SPLAT|ARGS_BLOCKARG|FCALL>, nil |
| 0011 leave [Re] |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb:36:in `exit': exit (SystemExit) |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb:36:in `compare_dump_and_load' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/iseq_loader_checker.rb:62:in `translate' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:2496:in `compile_prism' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:2496:in `compare_eval' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:2509:in `assert_prism_eval' |
| /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb:2052:in `test_ForwardingArgumentsNode' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/testcase.rb:167:in `run' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1552:in `block in _run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1539:in `map' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1539:in `_run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit.rb:1332:in `_run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:52:in `_run_suite' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:24:in `block in _run_suites' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23:in `map' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:23:in `_run_suites' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:122:in `run' |
| /tmp/ruby/src/trunk-iseq_binary/tool/lib/test/unit/parallel.rb:209:in `<main>' |
| running file: /tmp/ruby/src/trunk-iseq_binary/test/ruby/test_compile_prism.rb |
| A test worker crashed. It might be an interpreter bug or |
| a bug in test/unit/parallel.rb. Try again without the -j |
| option. |
| make: *** [uncommon.mk:945: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0. |