Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created July 31, 2008 17:29
Show Gist options
  • Save dgtized/3484 to your computer and use it in GitHub Desktop.
Save dgtized/3484 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 467 tests...............................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:95: Error: Expected (chan->waiting->locate(state, 0) == state->globals.current_thread.get()), found ({ 0E 00 00 00 } != { 44 18 C0 B7 })
.............
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:66: Error: Assertion failed: ep
.
In TestNativeFunction::test_bind:
./vm/test/test_nativefunction.hpp:86: Error: Assertion failed: !func->nil_p()
...............................................................................................ERROR: Program used external function '_ZN8rubinius4Task13simple_returnEPNS_6ObjectE' which could not be resolved!
rake aborted!
Command failed with status (): [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