SKip failing tests that are caused by unknown IOError

This commit is contained in:
Hiroshi SHIBATA 2024-10-02 17:31:27 +09:00
Родитель 973d470288
Коммит bb97061f65
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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)