Guest User

Untitled

a guest
Apr 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. C:\Users\Luis>ruby -v
  2. ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]
  3.  
  4. 1) Skipped:
  5. test_no_user_install(TestGemCommandsInstallCommand) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_commands_install_command.rb:107]:
  6. skipped on MS Windows (chmod has no effect)
  7.  
  8. 2) Failure:
  9. test_install_env_shebang(TestGemDependencyInstaller) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_dependency_installer.rb:262]:
  10. Expected /\A#!\/\S+\/env ruby\n/ to match "#! ruby\n#\n# This file was generated by RubyGems.\n#\n# The application 'a'
  11. is installed as part of a gem, and\n# this file is here to facilitate running it.\n#\n\nrequire 'rubygems'\n\nversion =
  12. \">= 0\"\n\nif ARGV.first =~ /^_(.*)_$/ and Gem::Version.correct? $1 then\n version = $1\n ARGV.shift\nend\n\ngem 'a', version\nload Gem.bin_path('a', 'a_bin', version)\n".
  13.  
  14. 3) Skipped:
  15. test_uninstall_doc_unwritable(TestGemDocManager) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_doc_manager.rb:24]:
  16. test_uninstall_doc_unwritable skipped on MS Windows
  17.  
  18. 4) Skipped:
  19. test_user_install_disabled_read_only(TestGemInstallUpdateOptions) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_install_update_options.rb:56]:
  20. test_user_install_disabled_read_only test skipped on MS Windows
  21.  
  22. 5) Failure:
  23. test_shebang_env_shebang(TestGemInstaller) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_installer.rb:786]:
  24. Expected "#!/usr/bin/env ruby", not "#! ruby".
  25.  
  26. 6) Skipped:
  27. test_generate_bin_symlink_no_perms(TestGemInstaller) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_installer.rb:382]:
  28. test_generate_bin_symlink_no_perms skipped on MS Windows
  29.  
  30. 7) Skipped:
  31. test_generate_bin_script_no_perms(TestGemInstaller) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_installer.rb:293]:
  32. test_generate_bin_script_no_perms skipped on MS Windows
  33.  
  34. 8) Skipped:
  35. test_validate_files(TestGemSpecification) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_specification.rb:1082]:
  36. test_validate_files skipped on MS Windows (symlink)
  37.  
  38. 9) Skipped:
  39. test_validate_empty_require_paths(TestGemSpecification) [C:/Users/Luis/Projects/oss/rubygems/test/test_gem_specification.rb:1067]:
  40. test_validate_empty_require_paths skipped on MS Windows (symlink)
  41.  
  42. 700 tests, 2352 assertions, 2 failures, 0 errors, 7 skips
Add Comment
Please, Sign In to add comment