Skip to content

Instantly share code, notes, and snippets.

@tabe
Created April 16, 2010 08:48
Show Gist options
  • Save tabe/368178 to your computer and use it in GitHub Desktop.
Save tabe/368178 to your computer and use it in GitHub Desktop.
;; environment
$ uname -srvm
Linux 2.6.32-3-686 #1 SMP Thu Feb 25 06:14:20 UTC 2010 i686
$ g++ --version
g++ (Debian 4.4.2-9) 4.4.3 20100108 (prerelease)
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
;; log
Running main() from gtest_main.cc
[==========] Running 11 tests from 2 test cases.
[----------] Global test environment set-up.
[----------] 10 tests from FFITest
[ RUN ] FFITest.loadAndlookup
src/FFITest.cpp:102: Failure
Value of: handle != NULL
Actual: false
Expected: true
[ FAILED ] FFITest.loadAndlookup
[ RUN ] FFITest.CStackWithFlonum
[ OK ] FFITest.CStackWithFlonum
[ RUN ] FFITest.CStackWithFixnum
[ OK ] FFITest.CStackWithFixnum
[ RUN ] FFITest.CStackWithString
[ OK ] FFITest.CStackWithString
[ RUN ] FFITest.CStackWithByteVector
[ OK ] FFITest.CStackWithByteVector
[ RUN ] FFITest.CStackTooManyArgument
[ OK ] FFITest.CStackTooManyArgument
[ RUN ] FFITest.CStackUnsupportedArgument
[ OK ] FFITest.CStackUnsupportedArgument
[ RUN ] FFITest.refChar
[ OK ] FFITest.refChar
[ RUN ] FFITest.refUint64_t
[ OK ] FFITest.refUint64_t
[ RUN ] FFITest.ExecutableMemory
[ OK ] FFITest.ExecutableMemory
[----------] 1 test from VMErrorPortTest
[ RUN ] VMErrorPortTest.loadAndlookupScheme
src/FFITest.cpp:115: Failure
Value of: handle.isPointer()
Actual: false
Expected: true
[ FAILED ] VMErrorPortTest.loadAndlookupScheme
[----------] Global test environment tear-down
[==========] 11 tests from 2 test cases ran.
[ PASSED ] 9 tests.
[ FAILED ] 2 tests, listed below:
[ FAILED ] FFITest.loadAndlookup
[ FAILED ] VMErrorPortTest.loadAndlookupScheme
2 FAILED TESTS
FAIL: test_ffi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment