Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created August 3, 2008 08:51
Show Gist options
  • Save dbussink/3812 to your computer and use it in GitHub Desktop.
Save dbussink/3812 to your computer and use it in GitHub Desktop.
Running 470 tests......................................................
In TestChannel::test_receive_causes_event_block:
./vm/test/test_channel.hpp:98: Error: Expected (chan->waiting->locate(state, 0) == state->globals.current_thread.get()), found ({ 0E 00 00 00 } != { 4C CE 71 05 })
.................................................................................................................................................................
In TestInstructions::test_send_stack_with_splat:
vm/instructions.rb:2362: Error: Expected (task->stack->at(0) == Object::i2n(3)), found ({ 14 D4 01 06 } != { 0D 00 00 00 })
.
In TestInstructions::test_send_super_stack_with_splat:
vm/instructions.rb:2564: Error: Expected (task->stack->at(0) == Object::i2n(3)), found ({ 24 D9 01 06 } != { 0D 00 00 00 })
....Bus error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment