Project

General

Profile

Actions

Backport #3367

closed

make test failed with test_thread.rb

Added by fundawang (Funda Wang) almost 14 years ago. Updated almost 5 years ago.

Status:
Closed
[ruby-core:30521]

Description

=begin
$ make test

test_thread.rb .....................F........................

#326 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/948 tests failed
make: *** [btest-ruby] Error 1

$ rpm -q glibc
glibc-2.11.1-6mnb2
$ gcc --version
gcc (GCC) 4.4.3
=end


Related issues 1 (0 open1 closed)

Is duplicate of Backport191 - Backport #2948: failing test - test_thread.rb in ruby 1.9.1 p378 on linux redhatClosedyugui (Yuki Sonoda)Actions
Actions #1

Updated by fundawang (Funda Wang) almost 14 years ago

=begin
dup with #2948. backport required.
=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) almost 14 years ago

  • Category changed from build to core
  • Status changed from Open to Assigned
  • Assignee set to yugui (Yuki Sonoda)

=begin

=end

Actions #3

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0