diff options
| author | Soutaro Matsumoto <matsumoto@soutaro.com> | 2024-10-02 22:10:39 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-03 09:40:57 +0900 |
| commit | e5c26b0f3222a499ccf1b7dddb1e61fb685d1a0a (patch) | |
| tree | 7fd6a3cd8ded58a2896b0cfc049d59e65c3b5848 | |
| parent | 8877e9d922e159a9d121d5dc7e6d324f59a8b0ad (diff) | |
Stop skipping broken tests
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11763
| -rw-r--r-- | tool/rbs_skip_tests | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 14e49aa4fb..650d1828d5 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -77,13 +77,3 @@ test_merge_types(RBS::RuntimePrototypeTest) test_reflection(RBS::RuntimePrototypeTest) test_todo(RBS::RuntimePrototypeTest) test_of(RubyVM::AbstractSyntaxTreeSingletonTest) - -# rbs-3.6.0 and Ruby 3.4.0dev: IOError: closed stream - -test_spawn(PTYSingletonTest) -test_getpty(PTYSingletonTest) -test_check(PTYSingletonTest) -test_width_for(PPSingletonTest) -test_singleline_pp(PPSingletonTest) -test_singleline_pp(PPSingletonTest) -test_capture2e(Open3SingletonTest) |
