You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tool/rbs_skip_tests
+5-59Lines changed: 5 additions & 59 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@
15
15
# $(test-class-name) ` ` $(optional comment) # Skipping a test class
16
16
#
17
17
18
-
test_replicate(EncodingTest) the method was removed in 3.3
19
-
test_step(RangeTest) the method protocol was changed in 3.4
18
+
## Failed tests because of testing environment
20
19
21
20
test_collection_install(RBS::CliTest) running tests without Bundler
22
21
test_collection_install__mutex_m__bundled(RBS::CliTest) running tests without Bundler
@@ -30,73 +29,20 @@ test_collection_install_frozen(RBS::CliTest) running tests without Bundler
30
29
test_collection_install_gemspec(RBS::CliTest) running tests without Bundler
31
30
test_collection_update(RBS::CliTest) running tests without Bundler
32
31
33
-
test_loading_from_rbs_collection__gem_version_mismatch(RBS::EnvironmentLoaderTest) running test without rbs-amber testing gem
34
-
35
-
test_defs(RBS::RbPrototypeTest) Numeric Nodes are added
36
-
test_defs_return_type(RBS::RbPrototypeTest) Numeric Nodes are added
37
-
test_defs_return_type_with_block(RBS::RbPrototypeTest) Numeric Nodes are added
38
-
test_defs_return_type_with_if(RBS::RbPrototypeTest) Numeric Nodes are added
39
-
test_endless_method_definition(RBS::RbPrototypeTest) Numeric Nodes are added
40
-
test_literal_to_type(RBS::RbPrototypeTest) Numeric Nodes are added
41
-
test_literal_types(RBS::RbPrototypeTest) Numeric Nodes are added
42
-
test_accessibility(RBS::RbPrototypeTest) Symbol Node is added
43
-
test_aliases(RBS::RbPrototypeTest) Symbol Node is added
44
-
test_comments(RBS::RbPrototypeTest) Symbol Node is added
45
-
test_const(RBS::RbPrototypeTest) Symbol Node is added
46
-
test_meta_programming(RBS::RbPrototypeTest) Symbol Node is added
47
-
test_module_function(RBS::RbPrototypeTest) Symbol Node is added
48
-
test_all(RBS::RbiPrototypeTest) Symbol Node is added
49
-
test_block_args(RBS::RbiPrototypeTest) Symbol Node is added
50
-
test_implicit_block(RBS::RbiPrototypeTest) Symbol Node is added
51
-
test_non_parameter_type_member(RBS::RbiPrototypeTest) Symbol Node is added
52
-
test_noreturn(RBS::RbiPrototypeTest) Symbol Node is added
53
-
test_optional_block(RBS::RbiPrototypeTest) Symbol Node is added
54
-
test_overloading(RBS::RbiPrototypeTest) Symbol Node is added
55
-
test_parameter(RBS::RbiPrototypeTest) Symbol Node is added
56
-
test_parameter_type_member_variance(RBS::RbiPrototypeTest) Symbol Node is added
57
-
test_tuple(RBS::RbiPrototypeTest) Symbol Node is added
58
-
test_untyped_block(RBS::RbiPrototypeTest) Symbol Node is added
59
-
test_argument_forwarding(RBS::RbPrototypeTest) `...` args handling is changed
60
-
61
-
test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String`
62
-
63
-
test_aref(FiberSingletonTest) the method should not accept String keys
64
-
65
32
NetSingletonTest depending on external resources
66
33
NetInstanceTest depending on external resources
67
34
TestHTTPRequest depending on external resources
68
35
TestSingletonNetHTTPResponse depending on external resources
69
36
TestInstanceNetHTTPResponse depending on external resources
70
37
71
-
test_initialize(TempfileRemoverSingletonTest) Remover class is removed at https://github.com/ruby/tempfile/commit/753ab16642fdc3cf92e1cf3dd1d80e8f75128735
72
-
test_call(TempfileRemoverTest) Remover class is removed at https://github.com/ruby/tempfile/commit/753ab16642fdc3cf92e1cf3dd1d80e8f75128735
73
-
74
-
# Switching to prism resulted in an unexpected error, `RuntimeError: cannot get AST for ISEQ compiled by prism`, raised by `RubyVM::AbstractSyntax.of(method)`
0 commit comments