Created
May 5, 2009 09:28
-
-
Save dbussink/106909 to your computer and use it in GitHub Desktop.
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
dirkjan@nvc1372 ~/Documents/projects/do/do_sqlite3 next $ ../../rubinius/bin/rbx -I"spec:lib" ../../rubinius/bin/spec spec/reader_spec.rb | |
.........FFF.F. | |
1) | |
NoMethodError in 'DataObjects::Sqlite3::Reader close on an open reader should return true' | |
No method 'be_an_be_a_be_?' on an instance of TrueClass. | |
kernel/delta/kernel.rb:47:in `method_missing' | |
/Users/dirkjan/Documents/projects/do/data_objects/lib/data_objects/spec/reader_spec.rb:71:in `__script__ {}' | |
kernel/common/eval.rb:117:in `instance_eval' | |
/Users/dirkjan/Documents/projects/rubinius/lib/timeout.rb:134:in `timeout' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:131:in `unified_load {}' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/compiler/compile.rb:95:in `unified_load' | |
kernel/common/kernel.rb:677:in `load' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:323:in `load_from_extension' | |
kernel/loader.rb:252:in `__script__' | |
2) | |
NoMethodError in 'DataObjects::Sqlite3::Reader close on an already closed reader should return false' | |
No method 'be_an_be_a_be_?' on an instance of FalseClass. | |
kernel/delta/kernel.rb:47:in `method_missing' | |
/Users/dirkjan/Documents/projects/do/data_objects/lib/data_objects/spec/reader_spec.rb:83:in `__script__ {}' | |
kernel/common/eval.rb:117:in `instance_eval' | |
/Users/dirkjan/Documents/projects/rubinius/lib/timeout.rb:134:in `timeout' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:131:in `unified_load {}' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/compiler/compile.rb:95:in `unified_load' | |
kernel/common/kernel.rb:677:in `load' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:323:in `load_from_extension' | |
kernel/loader.rb:252:in `__script__' | |
3) | |
NoMethodError in 'DataObjects::Sqlite3::Reader next! successfully moving the cursor initially should return true' | |
No method 'be_an_be_a_be_?' on an instance of TrueClass. | |
kernel/delta/kernel.rb:47:in `method_missing' | |
/Users/dirkjan/Documents/projects/do/data_objects/lib/data_objects/spec/reader_spec.rb:97:in `__script__ {}' | |
kernel/common/eval.rb:117:in `instance_eval' | |
/Users/dirkjan/Documents/projects/rubinius/lib/timeout.rb:134:in `timeout' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:131:in `unified_load {}' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/compiler/compile.rb:95:in `unified_load' | |
kernel/common/kernel.rb:677:in `load' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:323:in `load_from_extension' | |
kernel/loader.rb:252:in `__script__' | |
4) | |
NoMethodError in 'DataObjects::Sqlite3::Reader next! arriving at the end of the reader should return false when the end is reached' | |
No method 'be_an_be_a_be_?' on an instance of FalseClass. | |
kernel/delta/kernel.rb:47:in `method_missing' | |
/Users/dirkjan/Documents/projects/do/data_objects/lib/data_objects/spec/reader_spec.rb:123:in `__script__ {}' | |
kernel/common/eval.rb:117:in `instance_eval' | |
/Users/dirkjan/Documents/projects/rubinius/lib/timeout.rb:134:in `timeout' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:131:in `unified_load {}' | |
kernel/bootstrap/array.rb:48:in `each' | |
kernel/compiler/compile.rb:95:in `unified_load' | |
kernel/common/kernel.rb:677:in `load' | |
kernel/common/compiled_method.rb:150:in `activate_as_script' | |
kernel/common/compiled_method.rb:143:in `as_script' | |
kernel/compiler/compile.rb:239:in `single_load' | |
kernel/compiler/compile.rb:323:in `load_from_extension' | |
kernel/loader.rb:252:in `__script__' | |
Finished in 2.279966 seconds | |
15 examples, 4 failures | |
dirkjan@nvc1372 ~/Documents/projects/do/do_sqlite3 next $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment