mernen (owner)

Revisions

gist: 4417 Download_button fork
public
Description:
Rubinius/cpp: rake vm:test on Ubuntu 8.04 32-bit
Public Clone URL: git://gist.github.com/4417.git
rake vm:test on Ubuntu 8.04 32-bit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(in /home/daniel/Dev/rbx)
Running 472 tests......................................................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:106: Error: Assertion failed: chan->waiting->empty_p()
........................................................................................................................................................................
In TestInstructions::test_push_my_field:
vm/instructions.rb:659: Error: Expected (task->calculate_sp() == 0), found (1 != 0)
......................................................................................................
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()
...............................................................................................................................................
Failed 4 of 472 tests
Success rate: 99%