Skip to content

Instantly share code, notes, and snippets.

@dgtized
Created August 20, 2008 17:41
Show Gist options
  • Save dgtized/6415 to your computer and use it in GitHub Desktop.
Save dgtized/6415 to your computer and use it in GitHub Desktop.
vm/test/cxxtest/cxxtestgen.pl --error-printer --have-eh --abort-on-fail -o vm/test/runner.cpp 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_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 529 tests..........................................................................................................................................................................................................................................................
In TestInstructions::test_push_my_field:
vm/instructions.rb:658: 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 3 of 529 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