Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created November 16, 2010 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislavena/701759 to your computer and use it in GitHub Desktop.
Save luislavena/701759 to your computer and use it in GitHub Desktop.
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32]
1) Failure:
test_self_find_files(TestGem) [./test/test_gem.rb:303]:
Expected ["C:/Users/Luis/Projects/oss/rubygems/test/foo/discover.rb",
"C:/Users/Luis/AppData/Local/Temp/test_rubygems_4024/gemhome/gems/foo-2/lib/foo/discover.rb",
"C:/Users/Luis/AppData/Local/Temp/test_rubygems_4024/gemhome/gems/foo-1/lib/foo/discover.rb"], not
["C:/Users/Luis/Projects/oss/rubygems/test/foo/discover.rb",
"C:/Users/Luis/AppData/Local/Temp/test_rubygems_4024/gemhome/gems/foo-1/lib/foo/discover.rb",
"C:/Users/Luis/AppData/Local/Temp/test_rubygems_4024/gemhome/gems/foo-2/lib/foo/discover.rb"].
2) Skipped:
test_no_user_install(TestGemCommandsInstallCommand) [./test/test_gem_commands_install_command.rb:107]:
skipped on MS Windows (chmod has no effect)
3) Skipped:
test_uninstall_doc_unwritable(TestGemDocManager) [./test/test_gem_doc_manager.rb:18]:
test_uninstall_doc_unwritable skipped on MS Windows
4) Skipped:
test_sign_in_with_bad_credentials(TestGemGemcutterUtilities) [./test/test_gem_gemcutter_utilities.rb:69]:
Always uses $stdin on windows
5) Skipped:
test_sign_in(TestGemGemcutterUtilities) [./test/test_gem_gemcutter_utilities.rb:80]:
Always uses $stdin on windows
6) Skipped:
test_sign_in_skips_with_existing_credentials(TestGemGemcutterUtilities) [./test/test_gem_gemcutter_utilities.rb:80]:
Always uses $stdin on windows
7) Skipped:
test_sign_in_with_host(TestGemGemcutterUtilities) [./test/test_gem_gemcutter_utilities.rb:80]:
Always uses $stdin on windows
8) Skipped:
test_sign_in_with_other_credentials_doesnt_overwrite_other_keys(TestGemGemcutterUtilities) [./test/test_gem_gemcutter_utilities.rb:80]:
Always uses $stdin on windows
9) Skipped:
test_user_install_disabled_read_only(TestGemInstallUpdateOptions) [./test/test_gem_install_update_options.rb:50]:
test_user_install_disabled_read_only test skipped on MS Windows
10) Skipped:
test_generate_bin_script_no_perms(TestGemInstaller) [./test/test_gem_installer.rb:273]:
test_generate_bin_script_no_perms skipped on MS Windows
11) Skipped:
test_generate_bin_symlink_no_perms(TestGemInstaller) [./test/test_gem_installer.rb:362]:
test_generate_bin_symlink_no_perms skipped on MS Windows
12) Skipped:
test_validate_empty_require_paths(TestGemSpecification) [./test/test_gem_specification.rb:1084]:
test_validate_empty_require_paths skipped on MS Windows (symlink)
13) Skipped:
test_validate_files(TestGemSpecification) [./test/test_gem_specification.rb:1099]:
test_validate_files skipped on MS Windows (symlink)
14) Skipped:
test_ask_for_password(TestGemStreamUI) [./test/test_gem_stream_ui.rb:50]:
Always uses $stdin on windows
752 tests, 2523 assertions, 1 failures, 0 errors, 13 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment