Advertisement
AlanGriffiths

Untitled

Nov 9th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. $ bin/mir_unit_tests --gtest_filter=GLibMainLoopTest.propagates_exception_from_signal_handler
  2. MIR_CLIENT_PLATFORM_PATH=bin/../lib/client-modules/
  3. MIR_SERVER_PLATFORM_PATH=bin/../lib/server-modules/
  4. LD_LIBRARY_PATH=bin/../lib
  5. exec=bin/mir_unit_tests.bin
  6. Running main() from main.cpp
  7. Note: Google Test filter = GLibMainLoopTest.propagates_exception_from_signal_handler
  8. [==========] Running 1 test from 1 test case.
  9. [----------] Global test environment set-up.
  10. [----------] 1 test from GLibMainLoopTest
  11. [ RUN ] GLibMainLoopTest.propagates_exception_from_signal_handler
  12. free(): invalid pointer
  13. /home/alan/mir/tests/unit-tests/test_glib_main_loop.cpp:79: Failure
  14. Value of: result.succeeded()
  15. Actual: false
  16. Expected: true
  17. [ FAILED ] GLibMainLoopTest.propagates_exception_from_signal_handler (185 ms)
  18. [----------] 1 test from GLibMainLoopTest (185 ms total)
  19.  
  20. [----------] Global test environment tear-down
  21. [==========] 1 test from 1 test case ran. (185 ms total)
  22. [ PASSED ] 0 tests.
  23. [ FAILED ] 1 test, listed below:
  24. [ FAILED ] GLibMainLoopTest.propagates_exception_from_signal_handler
  25.  
  26. 1 FAILED TEST
  27. free(): invalid pointer
  28. Aborted (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement