Project

General

Profile

Actions

Bug #2506

closed

Make test fails on Ubuntu 9.10 64bit

Added by dale8458 (Dale Ackerman) over 14 years ago. Updated almost 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
1.9.1-p376
Backport:
[ruby-core:27245]

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

Actions #1

Updated by a3li (Alex Legler) over 14 years ago

=begin
I can reproduce this issue as well on Gentoo (amd64) and Debian (i686).
=end

Actions #2

Updated by epilnivek (Kevin Lipe) about 14 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

Actions #3

Updated by mame (Yusuke Endoh) almost 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

Also available in: Atom PDF

Like0
Like0Like0Like0