Created
January 25, 2018 21:57
-
-
Save lopex/def19847ce74871770698da14e7cad67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[28/93] TestRegexp#test_invalid_escape_error = 0.01 s | |
1) Failure: | |
TestRegexp#test_invalid_escape_error [/opt/jruby/test/mri/ruby/test_regexp.rb:1112]: | |
Expected /invalid hex escape/ to match "[ruby-core:31048]:1: Invalid escape character syntax". | |
[29/93] TestRegexp#test_invalid_fragment = 0.00 s | |
2) Failure: | |
TestRegexp#test_invalid_fragment [/opt/jruby/test/mri/ruby/test_regexp.rb:1081]: | |
[ruby-core:27374]. | |
SyntaxError expected but nothing was raised. | |
[48/93] TestRegexp#test_match_without_regexp = 0.04 s | |
3) Error: | |
TestRegexp#test_match_without_regexp: | |
Encoding::CompatibilityError: incompatible encoding regexp match (Shift_JIS regexp with UTF-8 string) | |
org/jruby/RubyRegexp.java:1086:in `=~' | |
/opt/jruby/test/mri/lib/test/unit/assertions.rb:147:in `assert_raise_with_message' | |
/opt/jruby/test/mri/ruby/test_regexp.rb:664:in `block in test_match_without_regexp' | |
/opt/jruby/test/mri/ruby/test_regexp.rb:657:in `block in test_match_without_regexp' | |
/opt/jruby/test/mri/ruby/test_regexp.rb:664:in `block in test_match_without_regexp' | |
org/jruby/RubyArray.java:1765:in `each' | |
/opt/jruby/test/mri/ruby/test_regexp.rb:662:in `test_match_without_regexp' | |
[51/93] TestRegexp#test_named_capture_nonascii = 0.00 s | |
4) Failure: | |
TestRegexp#test_named_capture_nonascii [/opt/jruby/test/mri/ruby/test_regexp.rb:177]: | |
[ruby-dev:48278] [Bug #9903]. | |
IndexError expected but nothing was raised. | |
[82/93] TestRegexp#test_to_s = 0.12 s | |
5) Failure: | |
TestRegexp#test_to_s [/opt/jruby/test/mri/ruby/test_regexp.rb:72]: | |
<"(?-mix:abcd\u3042)"> expected but was | |
<"\u283F\u2D6D\u6978\u3A00\u6100\u6200\u6300\u6430\u4229">. | |
[85/93] TestRegexp#test_unescape = 0.00 s | |
6) Failure: | |
TestRegexp#test_unescape [/opt/jruby/test/mri/ruby/test_regexp.rb:462]: | |
[ArgumentError] exception expected, not. | |
Class: <RegexpError> | |
Message: <"(ArgumentError) regexp preprocess failed: invalid Unicode range"> | |
---Backtrace--- | |
/opt/jruby/test/mri/ruby/test_regexp.rb:462:in `block in test_unescape' | |
/opt/jruby/test/mri/lib/test/unit/assertions.rb:74:in `assert_raise' | |
/opt/jruby/test/mri/ruby/test_regexp.rb:462:in `test_unescape' | |
/opt/jruby/test/mri/lib/test/unit.rb:1030:in `run_test' | |
--------------- | |
Finished tests in 7.661403s, 12.1388 tests/s, 225.8072 assertions/s. | |
93 tests, 1730 assertions, 5 failures, 1 errors, 0 skips |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment