mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 05:29:10 +02:00
84 lines
3.3 KiB
Text
84 lines
3.3 KiB
Text
# Running tests of RBS gem may fail because of various reasons.
|
|
# You can skip tests of RBS gem using this file, instead of pushing a new commit to `ruby/rbs` repository.
|
|
#
|
|
# The most frequently seen reason is the incompatibilities introduced to the unreleased version, including
|
|
#
|
|
# * Strict argument type check is introduced
|
|
# * A required method parameter is added
|
|
# * A method/class is removed
|
|
#
|
|
# Feel free to skip the tests with this file for that case.
|
|
#
|
|
# Syntax:
|
|
#
|
|
# $(test-case-name) ` ` $(optional comment) # Skipping single test case
|
|
# $(test-class-name) ` ` $(optional comment) # Skipping a test class
|
|
#
|
|
|
|
## Failed tests because of testing environment
|
|
|
|
test_collection_install(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__bundled(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__config__bundled(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__config__no_bundled(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__config__stdlib_source(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__dependency_no_bundled(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__no_bundled(RBS::CliTest) running tests without Bundler
|
|
test_collection_install__mutex_m__rbs_dependency_and__gem_dependency(RBS::CliTest) running tests without Bundler
|
|
test_collection_install_frozen(RBS::CliTest) running tests without Bundler
|
|
test_collection_install_gemspec(RBS::CliTest) running tests without Bundler
|
|
test_collection_update(RBS::CliTest) running tests without Bundler
|
|
|
|
NetSingletonTest depending on external resources
|
|
NetInstanceTest depending on external resources
|
|
TestHTTPRequest depending on external resources
|
|
TestSingletonNetHTTPResponse depending on external resources
|
|
TestInstanceNetHTTPResponse depending on external resources
|
|
|
|
test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String`
|
|
|
|
## Unknown failures
|
|
|
|
# NoMethodError: undefined method 'inspect' for an instance of RBS::UnitTest::Convertibles::ToInt
|
|
test_compile(RegexpSingletonTest)
|
|
test_linear_time?(RegexpSingletonTest)
|
|
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)
|
|
|
|
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)
|