Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created September 18, 2008 22:53
Show Gist options
  • Select an option

  • Save dgtized/11504 to your computer and use it in GitHub Desktop.

Select an option

Save dgtized/11504 to your computer and use it in GitHub Desktop.
$ rake
(in /home/clgc/languages/rbx-cpp)
GEN field_extract
GEN field_extract
GEN field_extract
GEN field_extract
GEN field_extract
Running 718 tests.................................................................................................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:101: Error: Assertion failed: chan->waiting()->empty_p()
..................................
In TestEventLoop::test_timer:
./vm/test/test_event.hpp:50: Error: Assertion failed: chan.called
...............................................................................................................................................................................................................................................................................................................
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:70: Error: Assertion failed: ep
.........................................................................................................................................................................................................................................................................................
Failed 3 of 718 tests
Success rate: 99%
rake aborted!
Command failed with status (3): [vm/test/runner...]
(See full trace by running task with --trace)
[236 clgc@consistency ~/languages/rbx-cpp]$ rake
(in /home/clgc/languages/rbx-cpp)
GEN field_extract
GEN field_extract
GEN field_extract
GEN field_extract
GEN field_extract
Running 718 tests....................................................................................................................................
In TestEventLoop::test_timer:
./vm/test/test_event.hpp:50: Error: Assertion failed: chan.called
...............................................................................................................................................................................................................................................................................................................
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:70: Error: Assertion failed: ep
.........................................................................................................................................................................................................................................................................................
Failed 2 of 718 tests
Success rate: 99%
rake aborted!
Command failed with status (2): [vm/test/runner...]
(See full trace by running task with --trace)
[236 clgc@consistency ~/languages/rbx-cpp]$ rake
(in /home/clgc/languages/rbx-cpp)
GEN field_extract
GEN field_extract
GEN field_extract
GEN field_extract
GEN field_extract
Running 718 tests.................................................................................................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:101: Error: Assertion failed: chan->waiting()->empty_p()
..................................................................................................................................................................................................................................................................................................................................................
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:70: Error: Assertion failed: ep
.........................................................................................................................................................................................................................................................................................
Failed 2 of 718 tests
Success rate: 99%
rake aborted!
Command failed with status (2): [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