| "make update-download -j16" exit with 0. |
| "make update-src -j16" exit with 0. |
| "make after-update -j16" exit with 0. |
| "make miniruby -j16" exit with 0. |
| "make ruby -j16" exit with 0. |
| "make all -j16" exit with 0. |
| "make install -j16" exit with 0. |
| "make yes-test-basic TESTS='-j16'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0. |
| Failed tests: |
| TestERBEncoding#test_recognize_magic_comment: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBEncoding#test_result_encoding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBEncoding#test___ENCODING__: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBEncoding#test_method_with_encoding: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| TestERBEncoding#test_literal_encoding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERB#test_with_filename_lineno: Test::Unit::AssertionFailedError: [TestERB::MyError] exception expected, not #<SyntaxError:"test filename:101: syntax errors found\n 100 | #coding:US-ASCII\n> 101 | [8995] = +''; raise ::TestERB::MyError ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERB#test_with_filename_and_safe_level: Test::Unit::AssertionFailedError: [TestERB::MyError] exception expected, not #<SyntaxError:"test filename:1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; raise ::TestERB::MyError ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERB#test_concurrent_default_binding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERB#test_without_filename: Test::Unit::AssertionFailedError: [TestERB::MyError] exception expected, not #<SyntaxError:"(erb):1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; raise ::TestERB::MyError ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERB#test_with_location: Test::Unit::AssertionFailedError: [TestERB::MyError] exception expected, not #<SyntaxError:"test filename:201: syntax errors found\n 200 | #coding:US-ASCII\n> 201 | [8995] = +''; raise ::TestERB::MyError ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERB#test_with_filename: Test::Unit::AssertionFailedError: [TestERB::MyError] exception expected, not #<SyntaxError:"test filename:1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; raise ::TestERB::MyError ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERB#test_without_filename_with_safe_level: Test::Unit::AssertionFailedError: [TestERB::MyError] exception expected, not #<SyntaxError:"(erb):1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; raise ::TestERB::MyError ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERBCore#test_explicit: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_frozen_string_literal: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_trim_line1_with_carriage_return: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_result_with_hash_does_not_use_caller_local_variables: Test::Unit::AssertionFailedError: [NameError] exception expected, not #<SyntaxError:"(erb):1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; [8995].<<(( foo ).to_s); 8 ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERBCore#test_def_class: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| TestERBCore#test_def_module: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| TestERBCore#test_trim_line2_with_carriage_return: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_run: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_result_with_hash_does_not_modify_caller_binding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_half_working_comment_backward_compatibility: Test::Unit::AssertionFailedError: Exception raised: |
| TestERBCore#test_result_with_hash_does_not_modify_toplevel_binding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_token_extension: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_percent: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_percent_after_etag: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_escape: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_explicit_trim_line_with_carriage_return: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_def_method_with_fname: Test::Unit::ProxyError: test fname:1: syntax errors found |
| TestERBCore#test_keep_lineno: Test::Unit::AssertionFailedError: [RuntimeError] exception expected, not #<SyntaxError:"(erb):1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; [8995].<< \"Hello, \\n\".free ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n 2 | ; x = \"World\"\n 3 | [8995].<<(( x).to_s); [8995].<< \"\\n\".freeze\n">. |
| TestERBCore#test_def_erb_method: Test::Unit::ProxyError: /tmp/ruby/src/trunk_asan/test/erb/hello.erb:1: syntax errors found |
| TestERBCore#test_multi_line_comment_lineno: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_core: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_result_with_hash: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCore#test_def_method_without_filename: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| TestERBCoreWOStrScan#test_explicit: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_frozen_string_literal: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_trim_line1_with_carriage_return: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_result_with_hash_does_not_use_caller_local_variables: Test::Unit::AssertionFailedError: [NameError] exception expected, not #<SyntaxError:"(erb):1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; [8995].<<(( foo ).to_s); 8 ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n">. |
| TestERBCoreWOStrScan#test_def_class: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| TestERBCoreWOStrScan#test_def_module: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| TestERBCoreWOStrScan#test_trim_line2_with_carriage_return: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_run: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_result_with_hash_does_not_modify_caller_binding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_half_working_comment_backward_compatibility: Test::Unit::AssertionFailedError: Exception raised: |
| TestERBCoreWOStrScan#test_result_with_hash_does_not_modify_toplevel_binding: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_token_extension: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_percent: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_percent_after_etag: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_escape: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_explicit_trim_line_with_carriage_return: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_def_method_with_fname: Test::Unit::ProxyError: test fname:1: syntax errors found |
| TestERBCoreWOStrScan#test_keep_lineno: Test::Unit::AssertionFailedError: [RuntimeError] exception expected, not #<SyntaxError:"(erb):1: syntax errors found\n 0 | #coding:US-ASCII\n> 1 | [8995] = +''; [8995].<< \"Hello, \\n\".free ...\n | ^ unexpected '='; target cannot be written\n | ^ unexpected '+', expecting end-of-input\n 2 | ; x = \"World\"\n 3 | [8995].<<(( x).to_s); [8995].<< \"\\n\".freeze\n">. |
| TestERBCoreWOStrScan#test_def_erb_method: Test::Unit::ProxyError: /tmp/ruby/src/trunk_asan/test/erb/hello.erb:1: syntax errors found |
| TestERBCoreWOStrScan#test_multi_line_comment_lineno: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_core: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_result_with_hash: Test::Unit::ProxyError: (erb):1: syntax errors found |
| TestERBCoreWOStrScan#test_def_method_without_filename: Test::Unit::ProxyError: (ERB):1: syntax errors found |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0. |