[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / tool / rbs_skip_tests
blob56a864d19313b7c9ef8075e722b4d058c7990fb5
1 # Running tests of RBS gem may fail because of various reasons.
2 # You can skip tests of RBS gem using this file, instead of pushing a new commit to `ruby/rbs` repository.
4 # The most frequently seen reason is the incompatibilities introduced to the unreleased version, including
6 # * Strict argument type check is introduced
7 # * A required method parameter is added
8 # * A method/class is removed
10 # Feel free to skip the tests with this file for that case.
12 # Syntax:
14 #   $(test-case-name) ` ` $(optional comment)    # Skipping single test case
15 #   $(test-class-name) ` ` $(optional comment)   # Skipping a test class
18 test_replicate(EncodingTest) the method was removed in 3.3
20 test_collection_install(RBS::CliTest) running tests without Bundler
21 test_collection_install_frozen(RBS::CliTest) running tests without Bundler
22 test_collection_install_gemspec(RBS::CliTest) running tests without Bundler
23 test_collection_update(RBS::CliTest) running tests without Bundler
25 test_loading_from_rbs_collection__gem_version_mismatch(RBS::EnvironmentLoaderTest) running test without rbs-amber testing gem
27 test_defs(RBS::RbPrototypeTest) Numeric Nodes are added
28 test_defs_return_type(RBS::RbPrototypeTest) Numeric Nodes are added
29 test_defs_return_type_with_block(RBS::RbPrototypeTest) Numeric Nodes are added
30 test_defs_return_type_with_if(RBS::RbPrototypeTest) Numeric Nodes are added
31 test_endless_method_definition(RBS::RbPrototypeTest) Numeric Nodes are added
32 test_literal_to_type(RBS::RbPrototypeTest) Numeric Nodes are added
33 test_literal_types(RBS::RbPrototypeTest) Numeric Nodes are added
34 test_accessibility(RBS::RbPrototypeTest) Symbol Node is added
35 test_aliases(RBS::RbPrototypeTest) Symbol Node is added
36 test_comments(RBS::RbPrototypeTest) Symbol Node is added
37 test_const(RBS::RbPrototypeTest) Symbol Node is added
38 test_meta_programming(RBS::RbPrototypeTest) Symbol Node is added
39 test_module_function(RBS::RbPrototypeTest) Symbol Node is added
40 test_all(RBS::RbiPrototypeTest) Symbol Node is added
41 test_block_args(RBS::RbiPrototypeTest) Symbol Node is added
42 test_implicit_block(RBS::RbiPrototypeTest) Symbol Node is added
43 test_non_parameter_type_member(RBS::RbiPrototypeTest) Symbol Node is added
44 test_noreturn(RBS::RbiPrototypeTest) Symbol Node is added
45 test_optional_block(RBS::RbiPrototypeTest) Symbol Node is added
46 test_overloading(RBS::RbiPrototypeTest) Symbol Node is added
47 test_parameter(RBS::RbiPrototypeTest) Symbol Node is added
48 test_parameter_type_member_variance(RBS::RbiPrototypeTest) Symbol Node is added
49 test_tuple(RBS::RbiPrototypeTest) Symbol Node is added
50 test_untyped_block(RBS::RbiPrototypeTest) Symbol Node is added
51 test_argument_forwarding(RBS::RbPrototypeTest) `...` args handling is changed
53 test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String`
55 test_aref(FiberSingletonTest) the method should not accept String keys
57 NetSingletonTest depending on external resources
58 NetInstanceTest depending on external resources
59 TestHTTPRequest depending on external resources
60 TestSingletonNetHTTPResponse depending on external resources
61 TestInstanceNetHTTPResponse depending on external resources