Actions
Bug #1039
closedtest-all fails without installation
Description
=begin
In the current state of ruby_1_9_1, some tests in make test-all
fails when I didn't make install
.
- 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".
- 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'
- 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
Updated by tad (Tadashi Saito) almost 16 years ago
=begin
Oops, forgot my ruby's version:
$ ./miniruby -v
ruby 1.9.1p0 (2009-01-20 revision 21697) [i686-linux]
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Status changed from Open to Rejected
=begin
It's a spec.
=end
Actions
Like0
Like0Like0