From: Vit Ondruch Date: 2012-02-22T08:08:48+09:00 Subject: [ruby-core:42788] [ruby-trunk - Bug #6036] Test failures in Fedora Rawhide/17 Issue #6036 has been updated by Vit Ondruch. Akira Tanaka wrote: > 2012/2/20 Vit Ondruch : > > > > The test_pathname appears to hang somewhere. The TestPathname#test_pathsubext_510 is the last output which appears in my log, however there might be some entries lost due to not flushed log. > > I installed Fedora but I couldn't reproduce the problem. > > % ./ruby test/pathname/test_pathname.rb > Run options: > > # Running tests: > > ...(snip)... > > Finished tests in 0.520247s, 505.5290 tests/s, 1039.8904 assertions/s. > > 263 tests, 541 assertions, 0 failures, 0 errors, 0 skips > % ./ruby -v > ruby 1.9.3p134 (2012-02-19 revision 34690) [i686-linux] > % lsb_release -a > LSB Version: :core-4.0-ia32:core-4.0-noarch > Distributor ID: Fedora > Description: Fedora release 18 (Rawhide) > Release: 18 > Codename: Rawhide > -- > Tanaka Akira I am afraid that the test results differs if you run the whole test suite in once or if you run just part of the test suite, as you did. ---------------------------------------- Bug #6036: Test failures in Fedora Rawhide/17 https://bugs.ruby-lang.org/issues/6036 Author: Bohuslav Kabrda Status: Assigned Priority: Normal Assignee: Vit Ondruch Category: Target version: ruby -v: ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux] Hi, I'm getting these test failures [1] on both Fedora 17 and Rawhide. The tests unfortunately don't run all, because there is probably an endless loop in one of them, which I can't reproduce when running tests separately (is there a way to output each test file in 'make test', so that I can find the file with the endless loop?). BTW I'm running tests with GDBM 1.10 and some tests are skipped claiming I have GDBM 1.8 - which is probably an issue with the regexps matching GDBM version. Regards, Bohuslav "Slavek" Kabrda [1] https://gist.github.com/1845285 -- http://bugs.ruby-lang.org/