On 02.02.2009, at 14:42, Matthias Tarasiewicz wrote: > Sandor Szs wrote: >> $ ruby191 test/runner.rb >> ... >> 5779 tests, 2514940 assertions, 8 failures, 0 errors, 0 skips > > sandor, can you tell us which system you are on and which tests > exactly > failed? The system as already mentioned (# Mac OSX 10.5.6 (build 9G55) on a new macbook): $ uname -mprsv Darwin 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 i386 $ ruby191 test/runner.rb .... 1) Failure: test_self_prefix(TestGem) [/Users/sszuecs/src/ruby/ruby-1.9.1-p0/test/ ubygems/test_gem.rb:374]: Expected "/Users/sszuecs/src/ruby/ruby-1.9.1-p0", not nil. 2) Failure: test_execute(TestGemCommandsEnvironmentCommand) [/Users/sszuecs/src/ ruby/ruby-1.9.1-p0/test/rubygems/ test_gem_commands_environment_command.rb:26]: Expected /RUBYGEMS PREFIX: / to match "RubyGems Environment:\n - RUBYGEMS VERSION: 1.3.1\n - RUBY VERSION: 1.9.1 (2009-01-30 patchlevel 0) [i386-darwin9.6.0]\n - INSTALLATION DIRECTORY: /private/ ar/folders/hB/hBWewULTHUKJimmse-1pdE+++TM/-Tmp-/test_rubygems_38546/ gemhome\n - RUBY EXECUTABLE: /usr/local/bin/ruby191\n - EXECUTABLE DIRECTORY: /private/var/folders/hB/hBWewULTHUKJimmse-1pdE+++TM/-Tmp-/ test_rubygems_38546/gemhome/bin\n - RUBYGEMS PLATFORMS:\n - ruby \n - x86-darwin-8\n - GEM PATHS:\n - /private/var/folders/hB/ hBWewULTHUKJimmse-1pdE+++TM/-Tmp-/test_rubygems_38546/gemhome\n - GEM ONFIGURATION:\n - :update_sources => true\n - :verbose => true \n - :benchmark => false\n - :backtrace => false\n - :bulk_threshold => 1000\n - REMOTE SOURCES:\n - http://gems.example.com \n". 3) Failure: test_generate_bin_script_install_dir(TestGemInstaller) [/Users/sszuecs/ rc/ruby/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:274]: Expected 33261, not 33216. 4) Failure: test_generate_bin_bindir(TestGemInstaller) [/Users/sszuecs/src/ruby/ ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:206]: Expected 33261, not 33216. 5) Failure: test_generate_bin_script_no_shebang(TestGemInstaller) [/Users/sszuecs/ rc/ruby/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:316]: Expected 33261, not 33216. 6) Failure: test_generate_bin_script_wrappers(TestGemInstaller) [/Users/sszuecs/ src/ruby/ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:341]: Expected 33261, not 33216. 7) Failure: test_generate_bin_script(TestGemInstaller) [/Users/sszuecs/src/ruby/ ruby-1.9.1-p0/test/rubygems/test_gem_installer.rb:221]: Expected 33261, not 33216. 8) Failure: test_handle_special_CROSSREF_no_underscore (TestRDocMarkupToHtmlCrossref) [/Users/sszuecs/src/ruby/ruby-1.9.1-p0/ est/rdoc/test_rdoc_markup_to_html_crossref.rb:87]: Expected "<p> <a href=\"../files/Users/sszuecs/src/ruby/ruby-1_9_1-p0/ est/rdoc/rdoc_markup_to_html_crossref_reference_rb.html\">/Users/ sszuecs/src/ruby/ruby-1.9.1-p0/test/rdoc/ rdoc_markup_to_html_crossref_reference.rb</a> </p> ", not "<p> /Users/ szuecs/src/ruby/ruby-1.9.1-p0/test/rdoc/ rdoc_markup_to_html_crossref_reference.rb </p> ". 5779 tests, 2514940 assertions, 8 failures, 0 errors, 0 skips If you need more information I will provide them. Regards, Sandor Szs