summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authortomoya ishida <tomoyapenguin@gmail.com>2025-12-18 03:04:49 +0900
committerGitHub <noreply@github.com>2025-12-18 03:04:49 +0900
commit7e13fbc0ed013d03444158cda7e800e9c0eb4ddf (patch)
treeeb04f7ed5c5faa9c1b6ad6a1f62d16f69cd168ed /tool
parent56b67f1684bf1955cf69fc06701e2a710898bd9b (diff)
Update bundled bigdecimal and rbs (#15611)
* Bundle rbs-3.10.0.pre.1 * Update rbs gem entry with commit hash Updated rbs entry to include commit hash. * Fix rbs entry in bundled_gems * Update rbs gem to version 3.10.0.pre.2 Updated rbs gem version from 3.10.0.pre.1 to 3.10.0.pre.2. * Update bundled bigdecimal to v4.0.1 --------- Co-authored-by: Soutaro Matsumoto <matsumoto@soutaro.com>
Diffstat (limited to 'tool')
-rw-r--r--tool/rbs_skip_tests53
1 files changed, 3 insertions, 50 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests
index 4a5307a03e..05ffb4da27 100644
--- a/tool/rbs_skip_tests
+++ b/tool/rbs_skip_tests
@@ -46,53 +46,6 @@ test_new(RegexpSingletonTest)
## Failed tests caused by unreleased version of Ruby
-# https://github.com/ruby/openssl/pull/774
-test_params(OpenSSLDHTest)
-
-# RBS isn't compatible with RDoc 6.13
-RDocPluginParserTest
-
-# https://github.com/ruby/json/pull/773
-test_load(JSONInstanceTest)
-test_load(JSONSingletonTest)
-
-# https://github.com/ruby/json/pull/775
-test_fast_unparse(JSONInstanceTest)
-test_pretty_unparse(JSONInstanceTest)
-test_restore(JSONInstanceTest)
-test_unparse(JSONInstanceTest)
-test_fast_unparse(JSONSingletonTest)
-test_pretty_unparse(JSONSingletonTest)
-test_restore(JSONSingletonTest)
-test_unparse(JSONSingletonTest)
-
-# https://github.com/ruby/json/pull/779
-test_iconv(JSONSingletonTest)
-
-# https://github.com/ruby/json/pull/774
-test_recurse_proc(JSONInstanceTest)
-test_recurse_proc(JSONSingletonTest)
-
-test_deep_const_get(JSONSingletonTest)
-
-CGITest CGI is retired
-CGISingletonTest CGI is retired
-
-RactorSingletonTest Ractor API was changed https://bugs.ruby-lang.org/issues/21262
-RactorInstanceTest Ractor API was changed https://bugs.ruby-lang.org/issues/21262
-
-# https://github.com/ruby/fileutils/pull/139
-# https://github.com/ruby/actions/actions/runs/16425309325/job/46414287784
-test_ln_sr(FileUtilsSingletonTest)
-
-# https://github.com/ruby/ruby/pull/14303
-# NoMethodError: undefined method 'respond_to?' for an instance of RBS::UnitTest::Convertibles::ToStr
-test_join(PathnameInstanceTest)
-test_plus(PathnameInstanceTest)
-test_relative_path_from(PathnameInstanceTest)
-test_slash(PathnameInstanceTest)
-test_Pathname(PathnameKernelTest)
-test_initialize(PathnameSingletonTest)
-
-# [Feature #20925] `size` of Enumerator created by `produce` returns `nil` instead of `Float::INFINITY`, unless `size:` is specified.
-test_produce(EnumeratorSingletonTest)
+# BigDecimal v4.0.0 changed behavior
+test_divmod(BigDecimalTest)
+test_precs(BigDecimalTest)