Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created September 5, 2008 19:08
Show Gist options
  • Select an option

  • Save dgtized/9005 to your computer and use it in GitHub Desktop.

Select an option

Save dgtized/9005 to your computer and use it in GitHub Desktop.
vm/test/runner.o: In function `TestDir::make_directory()':
runner.cpp:(.text._ZN7TestDir14make_directoryEv[TestDir::make_directory()]+0xb): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
Running 671 tests...............................................................................................................................
In TestEventLoop::test_timer:
./vm/test/test_event.hpp:50: Error: Assertion failed: chan.called
...............................................................................................................................................................................................................................................................................................
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:68: Error: Assertion failed: ep
...
In TestNativeFunction::test_bind_with_char:
./vm/test/test_nativefunction.hpp:136: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_char:
./vm/test/test_nativefunction.hpp:160: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_short:
./vm/test/test_nativefunction.hpp:184: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_short:
./vm/test/test_nativefunction.hpp:209: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_int:
./vm/test/test_nativefunction.hpp:242: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_int:
./vm/test/test_nativefunction.hpp:276: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_long:
./vm/test/test_nativefunction.hpp:310: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_long:
./vm/test/test_nativefunction.hpp:344: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_long_long:
./vm/test/test_nativefunction.hpp:378: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_long_long:
./vm/test/test_nativefunction.hpp:412: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_void:
./vm/test/test_nativefunction.hpp:445: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_ptr:
./vm/test/test_nativefunction.hpp:465: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_float:
./vm/test/test_nativefunction.hpp:502: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_double:
./vm/test/test_nativefunction.hpp:527: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_string_returned:
./vm/test/test_nativefunction.hpp:551: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_string_and_ptr:
./vm/test/test_nativefunction.hpp:584: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_object:
./vm/test/test_nativefunction.hpp:629: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_state:
./vm/test/test_nativefunction.hpp:665: Error: Assertion failed: !func->nil_p()
..........................................................................................................................................................................................................................................
Failed 20 of 671 tests
Success rate: 97%
rake aborted!
Command failed with status (20): [vm/test/runner...]
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment