Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created August 21, 2008 22:32
Show Gist options
  • Select an option

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

Select an option

Save dgtized/6664 to your computer and use it in GitHub Desktop.
undefined
LD vm/vm
vm/test/cxxtest/cxxtestgen.pl --error-printer --have-eh --abort-on-fail -o vm/test/runner.cpp vm/test/test_access_variable.hpp vm/test/test_ar.hpp vm/test/test_array.hpp vm/test/test_bignum.hpp vm/test/test_bytearray.hpp vm/test/test_channel.hpp vm/test/test_compactlookuptable.hpp vm/test/test_compiled_file.hpp vm/test/test_compiledmethod.hpp vm/test/test_config.hpp vm/test/test_contexts.hpp vm/test/test_dir.hpp vm/test/test_event.hpp vm/test/test_fixnum.hpp vm/test/test_float.hpp vm/test/test_instructions.hpp vm/test/test_integer.hpp vm/test/test_isolated.hpp vm/test/test_list.hpp vm/test/test_lookuptable.hpp vm/test/test_marshal.hpp vm/test/test_memorypointer.hpp vm/test/test_message.hpp vm/test/test_nativefunction.hpp vm/test/test_object.hpp vm/test/test_objectmemory.hpp vm/test/test_objects.hpp vm/test/test_regexp.hpp vm/test/test_selector.hpp vm/test/test_sendsite.hpp vm/test/test_string.hpp vm/test/test_symbol.hpp vm/test/test_symboltable.hpp vm/test/test_task.hpp vm/test/test_thread.hpp vm/test/test_tuple.hpp vm/test/test_unmarshal.hpp vm/test/test_vm.hpp vm/test/test_vmmethod.hpp
CC vm/test/runner.cpp
LD vm/test/runner
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 586 tests...............................................................................................................................................................................................................................................................
In TestInstructions::test_push_my_field:
./vm/test/test_instructions.hpp:1456: Error: Expected (task->calculate_sp() == 0), found (1 != 0)
..................................................................................................................
In TestNativeFunction::test_find_symbol_in_library:
./vm/test/test_nativefunction.hpp:68: Error: Assertion failed: ep
...
In TestNativeFunction::test_bind_with_char:
./vm/test/test_nativefunction.hpp:136: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_char:
./vm/test/test_nativefunction.hpp:160: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_short:
./vm/test/test_nativefunction.hpp:184: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_short:
./vm/test/test_nativefunction.hpp:209: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_int:
./vm/test/test_nativefunction.hpp:242: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_int:
./vm/test/test_nativefunction.hpp:276: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_long:
./vm/test/test_nativefunction.hpp:310: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_long:
./vm/test/test_nativefunction.hpp:344: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_long_long:
./vm/test/test_nativefunction.hpp:378: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_unsigned_long_long:
./vm/test/test_nativefunction.hpp:412: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_void:
./vm/test/test_nativefunction.hpp:445: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_ptr:
./vm/test/test_nativefunction.hpp:465: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_float:
./vm/test/test_nativefunction.hpp:502: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_double:
./vm/test/test_nativefunction.hpp:527: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_string_returned:
./vm/test/test_nativefunction.hpp:551: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_string_and_ptr:
./vm/test/test_nativefunction.hpp:584: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_object:
./vm/test/test_nativefunction.hpp:629: Error: Assertion failed: !func->nil_p()
In TestNativeFunction::test_bind_with_state:
./vm/test/test_nativefunction.hpp:665: Error: Assertion failed: !func->nil_p()
..................................................................................................................................................................................................
Failed 20 of 586 tests
Success rate: 96%
rake aborted!
Command failed with status (20): [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