Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created July 17, 2009 04:14
Show Gist options
  • Select an option

  • Save BanzaiMan/148871 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/148871 to your computer and use it in GitHub Desktop.
MRI: sqlite3-ffi driver/ffi/tc_driver.rb output scratch pad
surfboard:sqlite3-ruby-ffi asari$ SQLITE3_DRIVERS=FFI ruby -v -rubygems -I lib -I test test/driver/ffi/tc_driver.rb
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
/Library/Ruby/Gems/1.8/gems/ffi-0.3.5/lib/ffi/struct.rb:24: warning: method redefined; discarding old offset
Loaded suite test/driver/ffi/tc_driver
Started
.........F..F....F....
Finished in 0.127089 seconds.
1) Failure:
test_complete16(TC_FFI_Driver) [test/driver/ffi/tc_driver.rb:113]:
<false> is not true.
2) 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
<#<Native Pointer address=0x166d1c0>>.
3) 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, 3 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment