Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created August 6, 2008 22:14
Show Gist options
  • Save dgtized/4290 to your computer and use it in GitHub Desktop.
Save dgtized/4290 to your computer and use it in GitHub Desktop.
$ rake
(in /home/clgc/languages/rbx-cpp)
Running 471 tests................................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:99: Error: Expected (chan->waiting->locate(state, 0) == state->globals.current_thread.get()), found ({ 0E 00 00 00 } != { 20 3C C2 B7 })
..............
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:69: Error: Assertion failed: ep
.
In TestNativeFunction::test_bind:
./vm/test/test_nativefunction.hpp:89: Error: Assertion failed: !func->nil_p()
...
In TestObject::test_clone:
./vm/test/test_object.hpp:57: Error: Expected (tup->id(state) != tup2->id(state)), found (9)
...............................................................................................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