Skip to content

Commit

Permalink
@fixup Retag MRI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 9, 2024
1 parent 59f6f04 commit bc960a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/mri/excludes/TestPack.rb
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 <[]>."

0 comments on commit bc960a7

Please sign in to comment.