mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/test_io.rb: added timeout for AIX environment.
[ruby-core:62983][Bug #9917] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39ad417562
commit
471f5a7af0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jan 5 14:58:01 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* test/ruby/test_io.rb: added timeout for AIX environment.
|
||||||
|
[ruby-core:62983][Bug #9917]
|
||||||
|
|
||||||
Mon Jan 5 10:57:24 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Jan 5 10:57:24 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* lib/ostruct.rb (modifiable?, new_ostruct_member!, table!):
|
* lib/ostruct.rb (modifiable?, new_ostruct_member!, table!):
|
||||||
|
|
|
@ -3051,7 +3051,7 @@ End
|
||||||
}
|
}
|
||||||
|
|
||||||
IO.select(tempfiles)
|
IO.select(tempfiles)
|
||||||
}, bug8080
|
}, bug8080, timeout: 30
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_read_32bit_boundary
|
def test_read_32bit_boundary
|
||||||
|
|
Loading…
Reference in a new issue