Skip to content

Instantly share code, notes, and snippets.

@djwhitt
Created October 26, 2008 23:49
Show Gist options
  • Save djwhitt/19972 to your computer and use it in GitHub Desktop.
Save djwhitt/19972 to your computer and use it in GitHub Desktop.
rake vm:test
(in /home/djwhitt/scratch/rubinius)
GEN vm/test/runner.cpp
CC vm/test/runner.cpp
LD vm/test/runner
Running 837 tests...........................................................................................................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:118: Error: Assertion failed: chan->waiting()->empty_p()
..............................................................................................................................................................................................................
In TestInstructions::test_push_my_field:
./vm/test/test_instructions.hpp:1720: Error: Expected (task->calculate_sp() == 0), found (1 != 0)
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
In TestNativeLibrary::test_find_symbol_in_library:
vm/test/test_vm_native_library.hpp:35: Error: Test failed: Exception thrown from test
..
Failed 3 of 837 tests
Success rate: 99%
rake aborted!
Command failed with status (3): [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