зеркало из https://github.com/github/ruby.git
* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip on
windows because of the platform restriction. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
74b70ad879
Коммит
70581477da
|
@ -1,3 +1,8 @@
|
|||
Wed Feb 29 15:39:39 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip on
|
||||
windows because of the platform restriction.
|
||||
|
||||
Wed Feb 29 15:38:50 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* test/ruby/memory_status.rb (Memory): syntax error.
|
||||
|
|
|
@ -2258,6 +2258,7 @@ End
|
|||
end
|
||||
|
||||
def test_readpartial_locktmp
|
||||
skip "nonblocking mode is not supported for pipe on this platform" if /mswin|bccwin|mingw/ =~ RUBY_PLATFORM
|
||||
bug6099 = '[ruby-dev:45297]'
|
||||
buf = " " * 100
|
||||
data = "a" * 100
|
||||
|
|
Загрузка…
Ссылка в новой задаче