-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59f6f04
commit bc960a7
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
exclude :test_ascii_incompatible, "Encoding::CompatibilityError expected but nothing was raised." | ||
exclude :test_format_string_modified, "RuntimeError expected but nothing was raised." | ||
exclude :test_invalid_warning, "[ArgumentError, /unknown pack directive ',' in ','/] expected but nothing was raised." | ||
exclude :test_length_too_big, "[RangeError] exception expected, not #<ArgumentError: too few arguments>." | ||
exclude :test_pack_P, "<\"a\"> expected but was <\"abc\">." | ||
exclude :test_pack_garbage, "[ArgumentError, /unknown pack directive '\\*' in '\\*U'$/] expected but nothing was raised." | ||
exclude :test_pack_p, "hangs; high CPU" | ||
exclude :test_pack_resize, "Exception(ArgumentError) with message matches to /too few/." | ||
exclude :test_pack_unpack_P2, "ArgumentError expected but nothing was raised." | ||
exclude :test_pack_unpack_U, "ArgumentError expected but nothing was raised." | ||
exclude :test_pack_unpack_u, "<no message> (java.lang.UnsupportedOperationException) from org.truffleruby.core.format.write.bytes.EncodeUM.encodes(EncodeUM.java:107)" | ||
exclude :test_pack_with_buffer, "<\"\\x00T#\\x03\\x00`\\x00\\x00\"> expected but was <\"\\xF0\\x00\\\"\\x03\\x00`\\x00\\x00\">." | ||
exclude :test_short_with_block, "Expected [nil] to be nil." | ||
exclude :test_unpack_garbage, "<no message> (com.oracle.truffle.api.CompilerDirectives.ShouldNotReachHere) from com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere(CompilerDirectives.java:603)" | ||
exclude :test_unpack_with_block, "<[65, 66, 67, 68]> expected but was <[]>." |