Created
December 19, 2012 20:08
-
-
Save shepmaster/4340028 to your computer and use it in GitHub Desktop.
JRuby 1.7.1 `ant test` failures. Done as `ant clean; ant; ant test` Commit 30a153bd697045bfb19e0116f881473b0bc0aa56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failures: | |
1) Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.[] in a dir inside the jar | |
Failure/Error: FileUtils.cp "glob-test.jar", 'glob_test/' | |
Errno::ENOENT: | |
No such file or directory - /Users/shep/Projects/jruby/glob-test.jar | |
# org/jruby/RubyFile.java:810:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1207:in `lstat' | |
# ./lib/ruby/1.8/fileutils.rb:1185:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1267:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:464:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:383:in `cp' | |
# ./lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:1416:in `fu_each_src_dest0' | |
# ./lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:382:in `cp' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:43:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:23:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:106:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:424:in `run_hook' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:319:in `run_before_all_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:368:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
2) Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.glob in a dir inside the jar | |
Failure/Error: FileUtils.cp "glob-test.jar", 'glob_test/' | |
Errno::ENOENT: | |
No such file or directory - /Users/shep/Projects/jruby/glob-test.jar | |
# org/jruby/RubyFile.java:810:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1207:in `lstat' | |
# ./lib/ruby/1.8/fileutils.rb:1185:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1267:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:464:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:383:in `cp' | |
# ./lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:1416:in `fu_each_src_dest0' | |
# ./lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:382:in `cp' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:43:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:23:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:106:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:424:in `run_hook' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:319:in `run_before_all_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:368:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
3) Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.[] at the root of the jar | |
Failure/Error: FileUtils.cp "glob-test.jar", 'glob_test/' | |
Errno::ENOENT: | |
No such file or directory - /Users/shep/Projects/jruby/glob-test.jar | |
# org/jruby/RubyFile.java:810:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1207:in `lstat' | |
# ./lib/ruby/1.8/fileutils.rb:1185:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1267:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:464:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:383:in `cp' | |
# ./lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:1416:in `fu_each_src_dest0' | |
# ./lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:382:in `cp' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:43:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:23:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:106:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:424:in `run_hook' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:319:in `run_before_all_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:368:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
4) Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.glob at the root of the jar | |
Failure/Error: FileUtils.cp "glob-test.jar", 'glob_test/' | |
Errno::ENOENT: | |
No such file or directory - /Users/shep/Projects/jruby/glob-test.jar | |
# org/jruby/RubyFile.java:810:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1207:in `lstat' | |
# ./lib/ruby/1.8/fileutils.rb:1185:in `stat' | |
# ./lib/ruby/1.8/fileutils.rb:1267:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:464:in `copy_file' | |
# ./lib/ruby/1.8/fileutils.rb:383:in `cp' | |
# ./lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:1416:in `fu_each_src_dest0' | |
# ./lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:382:in `cp' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:43:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:23:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:106:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:424:in `run_hook' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:319:in `run_before_all_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:368:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
5) File.expand_path in a jar with spaces in the name does not encode URIs for jars on a filesystem | |
Failure/Error: FileUtils.move 'test.jar', 'spaces test' | |
Errno::ENOENT: | |
No such file or directory - test.jar or spaces test/test.jar | |
# org/jruby/RubyFile.java:905:in `rename' | |
# ./lib/ruby/1.8/fileutils.rb:506:in `mv' | |
# ./lib/ruby/1.8/fileutils.rb:1402:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:1416:in `fu_each_src_dest0' | |
# ./lib/ruby/1.8/fileutils.rb:1400:in `fu_each_src_dest' | |
# ./lib/ruby/1.8/fileutils.rb:495:in `mv' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:108:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:237:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:23:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:72:in `run' | |
# org/jruby/RubyArray.java:1612:in `each' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:72:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/hooks.rb:424:in `run_hook' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:332:in `run_before_each_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:300:in `run_before_each' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:113:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:254:in `with_around_each_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:111:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:388:in `run_examples' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:384:in `run_examples' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:369:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:370:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:370:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
6) Dir.glob and Dir[] with multiple magic modifiers returns directories when the magic modifier is a star | |
Failure/Error: Dir["file:#{File.expand_path(Dir.pwd)}/top.jar!top/builtin/*/"].size.should == 3 | |
expected: 3 | |
got: 0 (using ==) | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/expectations/fail_with.rb:33:in `fail_with' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:47:in `fail_with_message' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:69:in `__delegate_operator' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:59:in `eval_match' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:28:in `==' | |
# org/jruby/RubyProc.java:261:in `call' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:160:in `(root)' | |
# org/jruby/RubyDir.java:465:in `chdir' | |
# ./lib/ruby/1.8/fileutils.rb:121:in `cd' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:159:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:114:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:254:in `with_around_each_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:111:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:388:in `run_examples' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:384:in `run_examples' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:369:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
7) Dir.glob and Dir[] with multiple magic modifiers iterates over directories when there are more than one magic modifier | |
Failure/Error: Dir.glob("file:#{File.expand_path(Dir.pwd)}/top.jar!top/dir2/**/*/**").size.should == 6 | |
expected: 6 | |
got: 0 (using ==) | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/expectations/fail_with.rb:33:in `fail_with' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:47:in `fail_with_message' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:69:in `__delegate_operator' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:59:in `eval_match' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-expectations-2.12.0/lib/rspec/matchers/operator_matcher.rb:28:in `==' | |
# org/jruby/RubyProc.java:261:in `call' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:166:in `(root)' | |
# org/jruby/RubyDir.java:465:in `chdir' | |
# ./lib/ruby/1.8/fileutils.rb:121:in `cd' | |
# ./spec/java_integration/utilities/jar_glob_spec.rb:165:in `(root)' | |
# org/jruby/RubyKernel.java:2042:in `instance_eval' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:114:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:254:in `with_around_each_hooks' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example.rb:111:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:388:in `run_examples' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:384:in `run_examples' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/example_group.rb:369:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# org/jruby/RubyArray.java:2347:in `collect' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:28:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:80:in `run' | |
# /Users/shep/.rvm/gems/ruby-1.9.3-p327/gems/rspec-core-2.12.2/lib/rspec/core/runner.rb:17:in `autorun' | |
# org/jruby/RubyProc.java:261:in `call' | |
# org/jruby/RubyProc.java:213:in `call' | |
Finished in 7.59 seconds | |
623 examples, 7 failures, 8 pending | |
Failed examples: | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:58 # Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.[] in a dir inside the jar | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:64 # Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.glob in a dir inside the jar | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:70 # Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.[] at the root of the jar | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:76 # Dir globs (Dir.glob and Dir.[]) finds the contents inside a jar with Dir.glob at the root of the jar | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:121 # File.expand_path in a jar with spaces in the name does not encode URIs for jars on a filesystem | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:158 # Dir.glob and Dir[] with multiple magic modifiers returns directories when the magic modifier is a star | |
rspec ./spec/java_integration/utilities/jar_glob_spec.rb:164 # Dir.glob and Dir[] with multiple magic modifiers iterates over directories when there are more than one magic modifier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment