Project

General

Profile

Actions

Bug #1039

closed

test-all fails without installation

Added by tad (Tadashi Saito) about 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
Backport:
[ruby-core:21522]

Description

=begin
In the current state of ruby_1_9_1, some tests in make test-all fails when I didn't make install.

  1. Failure:
    test_class_build_extconf_fail(TestGemExtExtConfBuilder) [/home/tadashi/svn/ruby/ruby_1_9_1/test/rubygems/test_gem_ext_ext_conf_builder.rb:66]:
    Expected /\Aextconf failed:

/usr/local/bin/ruby1.9 extconf.rb.*
checking for main() in .*?nonexistent/m to match "extconf failed:\n\n/usr/local/bin/ruby1.9 extconf.rb\nsh: /usr/local/bin/ruby1.9: No such file or directory\n".

  1. Error:
    test_class_build(TestGemExtExtConfBuilder):
    Gem::InstallError: extconf failed:

/usr/local/bin/ruby1.9 extconf.rb
sh: /usr/local/bin/ruby1.9: No such file or directory

 /home/tadashi/svn/ruby/ruby_1_9_1/test/rubygems/test_gem_ext_ext_conf_builder.rb:24:in `block in test_class_build'
 /home/tadashi/svn/ruby/ruby_1_9_1/test/rubygems/test_gem_ext_ext_conf_builder.rb:23:in `chdir'
 /home/tadashi/svn/ruby/ruby_1_9_1/test/rubygems/test_gem_ext_ext_conf_builder.rb:23:in `test_class_build'
  1. Failure:
    test_build_extensions_extconf_bad(TestGemInstaller) [/home/tadashi/svn/ruby/ruby_1_9_1/test/rubygems/test_gem_installer.rb:75]:
    Expected //usr/local/bin/ruby1.9: No such file/ to match "/usr/local/bin/ruby1.9 extconf.rb\nsh: /usr/local/bin/ruby1.9: No such file or directory\n".

Is this the spec?
=end

Actions #1

Updated by tad (Tadashi Saito) about 15 years ago

=begin
Oops, forgot my ruby's version:

$ ./miniruby -v
ruby 1.9.1p0 (2009-01-20 revision 21697) [i686-linux]
=end

Actions #2

Updated by yugui (Yuki Sonoda) about 15 years ago

  • Status changed from Open to Rejected

=begin
It's a spec.
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0