Skip to content

Commit bf49ece

Browse files
committed
[GR-20446] Roll back some removed entries in IO and StringIO MRI test excluded lists
1 parent b30242d commit bf49ece

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/mri/excludes/TestIO.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@
5555
exclude :test_advise_pipe, "needs investigation - fails on Linux"
5656
exclude :test_fcntl_lock_linux, "needs investigation - fails on Linux"
5757
exclude :test_select_memory_leak, "needs investigation"
58+
exclude :test_race_gets_and_close, "transient"

test/mri/excludes/TestStringIO.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
exclude :test_gets2, "needs investigation"
1818
exclude :test_gets_chomp, "needs investigation"
1919
exclude :test_gets_chomp_eol, "needs investigation"
20+
exclude :test_overflow, "needs investigation - it hangs up on darwin"
2021
exclude :"test_strip_bom:UTF-16BE", "needs investigation"
2122
exclude :"test_strip_bom:UTF-16LE", "needs investigation"
2223
exclude :"test_strip_bom:UTF-32BE", "needs investigation"

0 commit comments

Comments
 (0)