summaryrefslogtreecommitdiff
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
parentd28464c4ae968a180e80e3f9261bcfec08ae7702 (diff)
downloadruby-82d763c94ad693a2af8086df8e0455b7de2d2ce3.tar.gz
Skip the test for [Bug #19316] for a while.
-rw-r--r--test/ruby/test_yjit.rb1
-rw-r--r--version.h2
2 files changed, 2 insertions, 1 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]])
diff --git a/version.h b/version.h
index a939810384..68140f14ba 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 201
+#define RUBY_PATCHLEVEL 202
#define RUBY_RELEASE_YEAR 2023
#define RUBY_RELEASE_MONTH 3