Advertisement
Guest User

Untitled

a guest
May 25th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. ctest -VV -R metacall-python-pointer-test
  2. UpdateCTestConfiguration from :/home/jared/build/DartConfiguration.tcl
  3. Parse Config file:/home/jared/build/DartConfiguration.tcl
  4. UpdateCTestConfiguration from :/home/jared/build/DartConfiguration.tcl
  5. Parse Config file:/home/jared/build/DartConfiguration.tcl
  6. Test project /home/jared/build
  7. Constructing a list of tests
  8. Done constructing a list of tests
  9. Updating test list for fixtures
  10. Added 0 tests to meet fixture requirements
  11. Checking test dependency graph...
  12. Checking test dependency graph end
  13. test 30
  14. Start 30: metacall-python-pointer-test
  15.  
  16. 30: Test command: /home/jared/build/metacall-python-pointer-test
  17. 30: Environment variables:
  18. 30: LOADER_LIBRARY_PATH=/home/jared/build
  19. 30: LOADER_SCRIPT_PATH=/home/jared/build/scripts
  20. 30: CONFIGURATION_PATH=/home/jared/build/configurations/global.json
  21. 30: SERIAL_LIBRARY_PATH=/home/jared/build
  22. 30: DETOUR_LIBRARY_PATH=/home/jared/build
  23. 30: PORT_LIBRARY_PATH=/home/jared/build
  24. 30: Test timeout computed to be: 1500
  25. 30: [==========] Running 1 test from 1 test case.
  26. 30: [----------] Global test environment set-up.
  27. 30: [----------] 1 test from metacall_python_pointer_test
  28. 30: [ RUN ] metacall_python_pointer_test.DefaultConstructor
  29. 30: /home/jared/core/source/tests/metacall_python_pointer_test/source/metacall_python_pointer_test.cpp:114: Failure
  30. 30: Expected: ((void *) __null) != ((void *) ret), actual: NULL vs NULL
  31. 1/1 Test #30: metacall-python-pointer-test .....***Exception: SegFault 0.18 sec
  32.  
  33. 0% tests passed, 1 tests failed out of 1
  34.  
  35. Label Time Summary:
  36. metacall-python-pointer-test = 0.18 sec*proc (1 test)
  37.  
  38. Total Test time (real) = 0.22 sec
  39.  
  40. The following tests FAILED:
  41. 30 - metacall-python-pointer-test (SEGFAULT)
  42. Errors while running CTest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement