Bug #1606
TestRequire failure
| Status: | Rejected | Start date: | 06/11/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 1.9.2 | |||
| ruby -v: | mingw 1.9.1p129 |
Description
105) Error: test_require_invalid_shared_object(TestRequire): IOError: closed stream c:/dev/downloads/ruby_trunk/test/ruby/envutil.rb:132:in `read' c:/dev/downloads/ruby_trunk/test/ruby/envutil.rb:132:in `block in assert_in_out_err'
History
Updated by yugui (Yuki Sonoda) almost 3 years ago
- Assignee set to usa (Usaku NAKAMURA)
- Target version set to 1.9.2
Updated by usa (Usaku NAKAMURA) almost 3 years ago
- Status changed from Open to Assigned
Updated by usa (Usaku NAKAMURA) almost 3 years ago
- Priority changed from Normal to High
Updated by usa (Usaku NAKAMURA) almost 3 years ago
I cannot reproduce it. Your zlib.so is broken?
Updated by rogerdpack (Roger Pack) over 2 years ago
- Status changed from Assigned to Rejected
appears to have gone away C:\dev\ruby\downloads\ruby_trunk_debug_flags\test\ruby>ruby test_require.rb Loaded suite test_require Started .......... Finished in 5.500000 seconds. However, I would note that for some reason when I ran make test-all it would hang when it got to test_require. Will file as separate bug if I run into it again. Thanks! -r