From noreply at rubyforge.org Fri Jan 16 13:39:57 2009 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Fri, 16 Jan 2009 13:39:57 -0500 (EST) Subject: [test-unit-tracker] [ test-unit-Bugs-23586 ] Test failures on Gentoo Linux with Ruby 1.9 Message-ID: <20090116183957.7A47418585B6@rubyforge.org> Bugs item #23586, was opened at 2009-01-16 19:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Diego Petten? (flameeyes) Assigned to: Nobody (None) Summary: Test failures on Gentoo Linux with Ruby 1.9 Initial Comment: 1) Failure: test_pass_through_error_on_shutdown(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:399:in `test_pass_through_error_on_shutdown']: Interrupt should be passed through: Should not be reached 2) Failure: test_pass_through_error_on_startup(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:358:in `test_pass_through_error_on_startup']: Interrupt should be passed through: Should not be reached 3) Failure: test_re_raise_exception(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:279:in `test_re_raise_exception']: Interrupt exception should be re-raised 4) Failure: test_run_suite_with_interrupt_exception(TestUnitUIMediator) [./test/ui/test_testrunmediator.rb:15]: exception expected but none was thrown. This happens while trying to package test-unit for Gentoo. If I need to submit more detailed information just let me know. Thanks, Diego ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 From noreply at rubyforge.org Fri Jan 16 21:29:55 2009 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Fri, 16 Jan 2009 21:29:55 -0500 (EST) Subject: [test-unit-tracker] [ test-unit-Bugs-23586 ] Test failures on Gentoo Linux with Ruby 1.9 Message-ID: <20090117022956.25BA318585BD@rubyforge.org> Bugs item #23586, was opened at 2009-01-17 03:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Diego Petten? (flameeyes) Assigned to: Nobody (None) Summary: Test failures on Gentoo Linux with Ruby 1.9 Initial Comment: 1) Failure: test_pass_through_error_on_shutdown(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:399:in `test_pass_through_error_on_shutdown']: Interrupt should be passed through: Should not be reached 2) Failure: test_pass_through_error_on_startup(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:358:in `test_pass_through_error_on_startup']: Interrupt should be passed through: Should not be reached 3) Failure: test_re_raise_exception(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:279:in `test_re_raise_exception']: Interrupt exception should be re-raised 4) Failure: test_run_suite_with_interrupt_exception(TestUnitUIMediator) [./test/ui/test_testrunmediator.rb:15]: exception expected but none was thrown. This happens while trying to package test-unit for Gentoo. If I need to submit more detailed information just let me know. Thanks, Diego ---------------------------------------------------------------------- >Comment By: Kouhei Sutou (kou) Date: 2009-01-17 11:29 Message: I can't reproduce it with test-unit 2.0.2 and the following ruby: % ruby --version ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] What version of ruby are you using? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 From noreply at rubyforge.org Sat Jan 17 07:45:49 2009 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sat, 17 Jan 2009 07:45:49 -0500 (EST) Subject: [test-unit-tracker] [ test-unit-Bugs-23586 ] Test failures on Gentoo Linux with Ruby 1.9 Message-ID: <20090117124549.DE0CC185859A@rubyforge.org> Bugs item #23586, was opened at 2009-01-16 19:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Diego Petten? (flameeyes) Assigned to: Nobody (None) Summary: Test failures on Gentoo Linux with Ruby 1.9 Initial Comment: 1) Failure: test_pass_through_error_on_shutdown(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:399:in `test_pass_through_error_on_shutdown']: Interrupt should be passed through: Should not be reached 2) Failure: test_pass_through_error_on_startup(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:358:in `test_pass_through_error_on_startup']: Interrupt should be passed through: Should not be reached 3) Failure: test_re_raise_exception(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:279:in `test_re_raise_exception']: Interrupt exception should be re-raised 4) Failure: test_run_suite_with_interrupt_exception(TestUnitUIMediator) [./test/ui/test_testrunmediator.rb:15]: exception expected but none was thrown. This happens while trying to package test-unit for Gentoo. If I need to submit more detailed information just let me know. Thanks, Diego ---------------------------------------------------------------------- >Comment By: Diego Petten? (flameeyes) Date: 2009-01-17 13:45 Message: Happens with both of these: ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux] ---------------------------------------------------------------------- Comment By: Kouhei Sutou (kou) Date: 2009-01-17 03:29 Message: I can't reproduce it with test-unit 2.0.2 and the following ruby: % ruby --version ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] What version of ruby are you using? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 From noreply at rubyforge.org Sat Jan 17 18:41:21 2009 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sat, 17 Jan 2009 18:41:21 -0500 (EST) Subject: [test-unit-tracker] [ test-unit-Bugs-23586 ] Test failures on Gentoo Linux with Ruby 1.9 Message-ID: <20090117234121.4BC6118585A9@rubyforge.org> Bugs item #23586, was opened at 2009-01-17 03:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Diego Petten? (flameeyes) Assigned to: Nobody (None) Summary: Test failures on Gentoo Linux with Ruby 1.9 Initial Comment: 1) Failure: test_pass_through_error_on_shutdown(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:399:in `test_pass_through_error_on_shutdown']: Interrupt should be passed through: Should not be reached 2) Failure: test_pass_through_error_on_startup(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:358:in `test_pass_through_error_on_startup']: Interrupt should be passed through: Should not be reached 3) Failure: test_re_raise_exception(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:279:in `test_re_raise_exception']: Interrupt exception should be re-raised 4) Failure: test_run_suite_with_interrupt_exception(TestUnitUIMediator) [./test/ui/test_testrunmediator.rb:15]: exception expected but none was thrown. This happens while trying to package test-unit for Gentoo. If I need to submit more detailed information just let me know. Thanks, Diego ---------------------------------------------------------------------- >Comment By: Kouhei Sutou (kou) Date: 2009-01-18 08:41 Message: How did you run test? % rake or % ruby test/run-test.rb ? Where did you get tests from? gem? tar.gz? Please show us your command lines to reproduce the problem on your environment. On my environment: % wget http://rubyforge.org/frs/download.php/48988/test-unit-2.0.2.tgz % tar xvfz test-unit-2.0.2.tgz % cd test-unit-2.0.2 % ruby test/run-test.rb Loaded suite test Started ............................................................................... ............................................................................. Finished in 2.080753 seconds. 156 tests, 913 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications ---------------------------------------------------------------------- Comment By: Diego Petten? (flameeyes) Date: 2009-01-17 21:45 Message: Happens with both of these: ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux] ---------------------------------------------------------------------- Comment By: Kouhei Sutou (kou) Date: 2009-01-17 11:29 Message: I can't reproduce it with test-unit 2.0.2 and the following ruby: % ruby --version ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] What version of ruby are you using? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 From noreply at rubyforge.org Sat Jan 17 20:58:25 2009 From: noreply at rubyforge.org (noreply at rubyforge.org) Date: Sat, 17 Jan 2009 20:58:25 -0500 (EST) Subject: [test-unit-tracker] [ test-unit-Bugs-23586 ] Test failures on Gentoo Linux with Ruby 1.9 Message-ID: <20090118015825.5A6DD18585B1@rubyforge.org> Bugs item #23586, was opened at 2009-01-16 19:39 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Diego Petten? (flameeyes) Assigned to: Nobody (None) Summary: Test failures on Gentoo Linux with Ruby 1.9 Initial Comment: 1) Failure: test_pass_through_error_on_shutdown(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:399:in `test_pass_through_error_on_shutdown']: Interrupt should be passed through: Should not be reached 2) Failure: test_pass_through_error_on_startup(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:358:in `test_pass_through_error_on_startup']: Interrupt should be passed through: Should not be reached 3) Failure: test_re_raise_exception(Test::Unit::TC_TestCase) [./test/test_testcase.rb:474:in `check' ./test/test_testcase.rb:279:in `test_re_raise_exception']: Interrupt exception should be re-raised 4) Failure: test_run_suite_with_interrupt_exception(TestUnitUIMediator) [./test/ui/test_testrunmediator.rb:15]: exception expected but none was thrown. This happens while trying to package test-unit for Gentoo. If I need to submit more detailed information just let me know. Thanks, Diego ---------------------------------------------------------------------- >Comment By: Diego Petten? (flameeyes) Date: 2009-01-18 02:58 Message: Very good call, the problem happens when I run "rake audit", and indeed does not appear when I use test/run-test.rb. I'm using the tarball for the test anyway, no gem in the middle of it. ---------------------------------------------------------------------- Comment By: Kouhei Sutou (kou) Date: 2009-01-18 00:41 Message: How did you run test? % rake or % ruby test/run-test.rb ? Where did you get tests from? gem? tar.gz? Please show us your command lines to reproduce the problem on your environment. On my environment: % wget http://rubyforge.org/frs/download.php/48988/test-unit-2.0.2.tgz % tar xvfz test-unit-2.0.2.tgz % cd test-unit-2.0.2 % ruby test/run-test.rb Loaded suite test Started ............................................................................... ............................................................................. Finished in 2.080753 seconds. 156 tests, 913 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications ---------------------------------------------------------------------- Comment By: Diego Petten? (flameeyes) Date: 2009-01-17 13:45 Message: Happens with both of these: ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] ruby 1.8.6 (2008-08-11 patchlevel 287) [x86_64-linux] ---------------------------------------------------------------------- Comment By: Kouhei Sutou (kou) Date: 2009-01-17 03:29 Message: I can't reproduce it with test-unit 2.0.2 and the following ruby: % ruby --version ruby 1.9.1 (2008-12-30 patchlevel-0 revision 21203) [x86_64-linux] What version of ruby are you using? ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=21856&aid=23586&group_id=5650