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

Owner

dgtized

Revisions