summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2023-03-21 14:16:28 +0900
committernagachika <nagachika@ruby-lang.org>2023-03-21 14:16:28 +0900
commit82d763c94ad693a2af8086df8e0455b7de2d2ce3 (patch)
tree46e12582b67290e08fc1ff2640dca7ed7a7a1fe0 /test
parentd28464c4ae968a180e80e3f9261bcfec08ae7702 (diff)
Skip the test for [Bug #19316] for a while.
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_yjit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_yjit.rb b/test/ruby/test_yjit.rb
index d65ffb3d97..da4207a1f5 100644
--- a/test/ruby/test_yjit.rb
+++ b/test/ruby/test_yjit.rb
@@ -686,6 +686,7 @@ class TestYJIT < Test::Unit::TestCase
end
def test_bug_19316
+ omit "skip this test for [Bug #19316] for a while."
n = 2 ** 64
# foo's extra param and the splats are relevant
assert_compiles(<<~'RUBY', result: [[n, -n], [n, -n]])