summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-02 17:31:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-10-02 18:03:18 +0900
commitbb97061f65d620b225d7638400642e41ad9ee692 (patch)
tree2db364dd26e7e13cf69111cc62b3439546fecf89
parent973d470288840839bb57bc7ba01047ec7bb702cb (diff)
SKip failing tests that are caused by unknown IOError
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11756
-rw-r--r--tool/rbs_skip_tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests
index 650d1828d5..14e49aa4fb 100644
--- a/tool/rbs_skip_tests
+++ b/tool/rbs_skip_tests
@@ -77,3 +77,13 @@ 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)