Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created July 17, 2009 04:11
Show Gist options
  • Save BanzaiMan/148867 to your computer and use it in GitHub Desktop.
Save BanzaiMan/148867 to your computer and use it in GitHub Desktop.
JRuby: sqlite3-ffi driver/ffi/tc_driver output scratch pad
surfboard:sqlite3-ruby-ffi asari$ SQLITE3_DRIVERS=FFI jruby -v -rubygems -I lib -I test test/driver/ffi/tc_driver.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/driver/ffi/tc_driver
Started
............F....F....
Finished in 0.181 seconds.
1) Failure:
test_errmsg16(TC_FFI_Driver) [test/driver/ffi/tc_driver.rb:58]:
<"\376\377\000n\000o\000t\000 \000a\000n\000 \000e\000r\000r\000o\000r"> expected but was
<#<Pointer address=0x12a8f0>>.
2) Failure:
test_prepare16_remainder(TC_FFI_Driver) [test/driver/ffi/tc_driver.rb:100]:
<"\376\377\000 \000s\000e\000l\000e\000c\000t\000 \000*\000 \000f\000r\000o\000m\000 \000f\000o\000o"> expected but was
<"">.
22 tests, 72 assertions, 2 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment