ruby-changes:57891
From: Kazuhiro <ko1@a...>
Date: Wed, 25 Sep 2019 09:49:02 +0900 (JST)
Subject: [ruby-changes:57891] c99fb0f41e (master): Revert "[ruby/io-console] Skip cursor position test on Solaris"
https://git.ruby-lang.org/ruby.git/commit/?id=c99fb0f41e From c99fb0f41e7bb88a4d5891e86bd54def2fca1de4 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 25 Sep 2019 09:48:34 +0900 Subject: Revert "[ruby/io-console] Skip cursor position test on Solaris" This reverts commit 5294ded681992ced2ecbd31c814b63265d2f591e. diff --git a/test/io/console/test_io_console.rb b/test/io/console/test_io_console.rb index 1215e21..8547ae9 100644 --- a/test/io/console/test_io_console.rb +++ b/test/io/console/test_io_console.rb @@ -285,7 +285,6 @@ defined?(PTY) and defined?(IO.console) and TestIO_Console.class_eval do https://github.com/ruby/ruby/blob/trunk/test/io/console/test_io_console.rb#L285 end def test_cursor_position - skip if /solaris/ =~ RUBY_PLATFORM run_pty("#{<<~"begin;"}\n#{<<~'end;'}") do |r, w, _| begin; con = IO.console -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/