Skip to content

Instantly share code, notes, and snippets.

@cheald
Last active August 29, 2015 14:08
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 cheald/f341b2adc1c5926e38e8 to your computer and use it in GitHub Desktop.
Save cheald/f341b2adc1c5926e38e8 to your computer and use it in GitHub Desktop.
[ 883/6013] TestArray#test_combination_clear = 1.18 s
2) Failure:
TestArray#test_combination_clear [/var/www/repos/jruby/test/mri/ruby/test_array.rb:2315]:
assert_separately failed with error message.
<""> expected but was
<"Ruby.java:805:in `runScript': java.lang.NullPointerException\n\tfrom Ruby.java:798:in `runScript'\n\tfrom Ruby.java:749:in `runNormally'\n\tfrom Ruby.java:559:in `runFromMain'\n\tfrom Main.java:405:in `doRunFromMain'\n\tfrom Main.java:300:in `internalRun'\n\tfrom Main.java:227:in `run'\n\tfrom Main.java:199:in `main'\n">.
# -*- coding: UTF-8; -*-
require "/var/www/repos/jruby/test/mri/ruby"'/envutil';include Test::Unit::Assertions
END {
puts [Marshal.dump($!)].pack('m'), "assertions=#{self._assertions}"
}
class String
undef empty?
def empty?(*args)
args[0]
end
end
assert_nil "string".empty?
class Test::Unit::Runner
@@stop_auto_run = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment