From 82d763c94ad693a2af8086df8e0455b7de2d2ce3 Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 21 Mar 2023 14:16:28 +0900 Subject: Skip the test for [Bug #19316] for a while. --- test/ruby/test_yjit.rb | 1 + version.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1