Actions
Bug #2506
closedMake test fails on Ubuntu 9.10 64bit
Description
=begin
running sudo make test after compilation results in test 233 failure
#233 test_thread.rb:191:in `<top (required)>':
begin
100.times do |i|
begin
Thread.start(Thread.current) {|u| u.raise }
raise
rescue
ensure
end
end
rescue
100
end
#=> "" (expected "100") [ruby-dev:31371]
FAIL 1/945 tests failed
make: *** [btest-ruby] Error 1
=end
Updated by a3li (Alex Legler) almost 15 years ago
=begin
I can reproduce this issue as well on Gentoo (amd64) and Debian (i686).
=end
Updated by epilnivek (Kevin Lipe) almost 15 years ago
=begin
I can reproduce this issue on Snow Leopard (10.6.2) and GCC 4.2.1 on a Penryn (pre-unibody) MacBook Pro.
=end
Updated by mame (Yusuke Endoh) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r27534.
Dale, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0Like0Like0