Project

General

Profile

Actions

Bug #4519

closed

rubygems/test_gem_package_task.rb breaks rake/test_filelist.rb

Added by yhara (Yutaka HARA) about 13 years ago. Updated over 12 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
Backport:
[ruby-core:35542]

Description

=begin
test-all of Ruby 1.9.2 p180 fails as follows on CentOS 5.5.

test_array_comparisons(Rake::TestFileList) [/home/yhara/ruby-1.9.2-p180/test/rake/test_filelist.rb:462]:
<1> expected but was
.

This happens when test/rubygems/ is executed before test/rake/.

To reproduce this: (tested on Ubuntu 10.10 and Mac OS X 10.5.8)

(1) Edit test/runner.rb as follows
(2) make test-all

(...snip...)
Test::Unit.setup_argv {|files|
(...snip...)
end

["test/rubygems/test_gem_package_task.rb", "test/rake/test_filelist.rb"]
}

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0