summaryrefslogtreecommitdiff
path: root/test/io
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-25 08:23:18 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-09-25 08:24:19 +0900
commit5294ded681992ced2ecbd31c814b63265d2f591e (patch)
tree2a25d5f6a64cc334b07e0e5da1cedf0bfef34c9b /test/io
parent0e84eecc1764ec6e2a28654b3e66b8c006f73432 (diff)
[ruby/io-console] Skip cursor position test on Solaris
It results in a mysterious failure. https://github.com/ruby/io-console/commit/e3543c3da4
Diffstat (limited to 'test/io')
-rw-r--r--test/io/console/test_io_console.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb
index c81d80fa08..c51c9dad3d 100644
--- a/test/io/console/test_io_console.rb
+++ b/test/io/console/test_io_console.rb
@@ -282,6 +282,7 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do
end
def test_cursor_position
+ skip if /solaris/ =~ RUBY_PLATFORM
run_pty("#{<<~"begin;"}\n#{<<~'end;'}") do |r, w, _|
begin;
con = IO.console