| "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestIRB::TestColor#test_colorize [/tmp/ruby/src/trunk-repeat20-asserts/test/irb/test_color.rb:34]: |
| Case: colorize("text", [:BOLD]) |
| Result: "text". |
| <"\e[1mtext\e[0m"> expected but was |
| <"text">. |
| 2) Failure: |
| TestIRB::TestColor#test_colorize_code_complete_true [/tmp/ruby/src/trunk-repeat20-asserts/test/irb/test_color.rb:181]: |
| Case: colorize_code("'foo' + 'bar", complete: true) |
| Result: "'foo' + 'bar". |
| <"\e[31m\e[1m'\e[0m\e[31mfoo\e[0m\e[31m\e[1m'\e[0m + \e[31m\e[1m'\e[0m\e[31m\e[7mbar\e[0m"> expected but was |
| <"'foo' + 'bar">. |
| 3) Failure: |
| TestIRB::TestColor#test_colorize_code_complete_false [/tmp/ruby/src/trunk-repeat20-asserts/test/irb/test_color.rb:197]: |
| Case: colorize_code("'foo' + 'bar", complete: false) |
| Result: "'foo' + 'bar". |
| <"\e[31m\e[1m'\e[0m\e[31mfoo\e[0m\e[31m\e[1m'\e[0m + \e[31m\e[1m'\e[0m\e[31mbar\e[0m"> expected but was |
| <"'foo' + 'bar">. |
| 4) Failure: |
| TestIRB::TestColor#test_colorize_code [/tmp/ruby/src/trunk-repeat20-asserts/test/irb/test_color.rb:144]: |
| Case: colorize_code("1", complete: true) |
| Result: "1". |
| <"\e[34m\e[1m1\e[0m"> expected but was |
| <"1">. |
| 5) Failure: |
| TestIRB::TestColor#test_colorize_code_with_local_variables [/tmp/ruby/src/trunk-repeat20-asserts/test/irb/test_color.rb:166]: |
| Case: colorize_code("a /(b +1)/i") |
| Result: "a /(b +1)/i". |
| <"a \e[31m\e[1m/\e[0m\e[31m(b +1)\e[0m\e[31m\e[1m/i\e[0m"> expected but was |
| <"a /(b +1)/i">. |
| make: *** [uncommon.mk:855: yes-test-all] Error 5 |
| "make yes-test-rubyspec TESTS=--repeat-count=20" exit with 0. |
| $ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec |