Created
July 17, 2009 03:59
-
-
Save BanzaiMan/148859 to your computer and use it in GitHub Desktop.
JRuby: sqlite3-ffi tc_integration output scratch pad
This file contains 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
surfboard:sqlite3-ruby-ffi asari$ SQLITE3_DRIVERS=FFI jruby -v -rubygems -I test test/tc_integration.rb | |
jruby 1.4.0dev (ruby 1.8.6p287) (2009-07-10 6586) (Java HotSpot(TM) Client VM 1.5.0_19) [i386-java] | |
Loaded suite test/tc_integration | |
Started | |
....F......FFFFF..F...........................F..................trace is an experimental feature of SQLite3 | |
E..................................................... | |
Finished in 2.504 seconds. | |
1) Failure: | |
test_busy_handler_outwait(Integration::TC_Database_FFI) [test/tc_integration.rb:561]: | |
<1> expected but was | |
<9>. | |
2) Failure: | |
test_create_aggregate_handler(Integration::TC_Database_FFI) [test/tc_integration.rb:691]: | |
<"6"> expected but was | |
<nil>. | |
3) Failure: | |
test_create_aggregate_with_block(Integration::TC_Database_FFI) [test/tc_integration.rb:657]: | |
<"6"> expected but was | |
<nil>. | |
4) Failure: | |
test_create_aggregate_with_no_data(Integration::TC_Database_FFI) [test/tc_integration.rb:672]: | |
<"0"> expected but was | |
<nil>. | |
5) Failure: | |
test_create_aggregate_without_block(Integration::TC_Database_FFI) [test/tc_integration.rb:643]: | |
<"6"> expected but was | |
<nil>. | |
6) Failure: | |
test_create_function(Integration::TC_Database_FFI) [test/tc_integration.rb:629]: | |
<nil> expected to be =~ | |
</>>>.*<<</>. | |
7) Failure: | |
test_errmsg_utf16(Integration::TC_Database_FFI) [test/tc_integration.rb:128]: | |
<"n\000o\000t\000 \000a\000n\000 \000e\000r\000r\000o\000r\000"> expected but was | |
<#<Pointer address=0x12b1b0>>. | |
8) Failure: | |
test_interrupt(Integration::TC_Database_FFI) [test/tc_integration.rb:528]: | |
<SQLite3::SQLException> exception expected but none was thrown. | |
9) Error: | |
test_trace(Integration::TC_Database_FFI): | |
ArgumentError: Cannot convert argument to pointer | |
/Users/asari/personal/jruby/lib/ruby/1.8/ffi/pointer.rb:69:in `write_pointer' | |
./test/../lib/sqlite3/driver/ffi/driver.rb:231:in `trace' | |
./test/../lib/sqlite3/database.rb:136:in `trace' | |
test/tc_integration.rb:137:in `test_trace' | |
119 tests, 182 assertions, 8 failures, 1 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment