Project

General

Profile

Actions

Bug #4815

closed

RubyGems test failed

Added by naruse (Yui NARUSE) almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-06-02 trunk 31900) [x86_64-freebsd8.2]
Backport:
[ruby-core:36685]

Description

Following tests are failed.
This is because $LOAD_PATH includes the current directory which test-all is running,
and top source directory of ruby has the directory named "missing".
So test_execute_one_missing and test_execute_missing, they check the absence of "missing" directory, are failed.

  1. Failure:
    test_execute_one_missing(TestGemCommandsWhichCommand) [/usr/home/chkbuild/build/ruby-trunk/20110602T010101Z/ruby/test/rubygems/test_gem_commands_which_command.rb:42]:
    --- expected
    +++ actual
    @@ -1,2 +1,3 @@
    "/usr/home/chkbuild/build/ruby-trunk/20110602T010101Z/tmp/test_rubygems_93491/gemhome/gems/foo_bar-2/lib/foo_bar.rb
    +/usr/home/chkbuild/build/ruby-trunk/20110602T010101Z/ruby/missing
    "

  2. Failure:
    test_execute_missing(TestGemCommandsWhichCommand) [/usr/home/chkbuild/build/ruby-trunk/20110602T010101Z/ruby/test/rubygems/test_gem_commands_which_command.rb:51]:
    Gem::MockGemUi::TermError expected but nothing was raised.

Actions

Also available in: Atom PDF

Like0
Like0