gist: 4290 Download_button fork
public
Public Clone URL: git://gist.github.com/4290.git
Text only
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$ 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)
 

Owner

dgtized

Revisions