Mir

Comment 2 for bug 1227683

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: valgrind acceptance-tests FAIL: TestClientInput.hidden_clients_do_not_receive_pointer_events

More detailed logging...

[ RUN ] TestClientInput.hidden_clients_do_not_receive_pointer_events
[II, android-input] Device added: id=0, name='', sources=0x00000101
[II, android-input] Device added: id=1, name='', sources=0x00002002
[II, input] Published motion event (seq_id, event_time) to fd 28: (1, 1379689387423953762)
[II, input] Published motion event (seq_id, event_time) to fd 28: (2, 1379689387423953762)
/home/dan/bzr/mir/trunk/tests/acceptance-tests/test_client_input.cpp:916: Failure
Actual function call count doesn't match EXPECT_CALL(*handler, handle_input(MotionEventWithPosition(2, 2)))...
         Expected: to be called once
           Actual: never called - unsatisfied and active
Google Test trace:
/home/dan/bzr/mir/trunk/tests/mir_test_framework/testing_process_manager.cpp:110: Client
[II, input] Received event finished (seq_id) from fd 28: 1
[II, input] Received event finished (seq_id) from fd 28: 2
[II, android-input] Dropping event because there is no touched window.
==17535==
==17535== HEAP SUMMARY:
==17535== in use at exit: 7,179 bytes in 125 blocks
==17535== total heap usage: 22,590 allocs, 22,465 frees, 1,578,420 bytes allocated
==17535==
==17535== LEAK SUMMARY:
==17535== definitely lost: 0 bytes in 0 blocks
==17535== indirectly lost: 0 bytes in 0 blocks
==17535== possibly lost: 2,787 bytes in 45 blocks
==17535== still reachable: 4,392 bytes in 80 blocks
==17535== suppressed: 0 bytes in 0 blocks
==17535== Rerun with --leak-check=full to see details of leaked memory
==17535==
==17535== For counts of detected and suppressed errors, rerun with: -v
==17535== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
/home/dan/bzr/mir/trunk/tests/mir_test_framework/testing_process_manager.cpp:127: Failure
Value of: result.succeeded()
  Actual: false
Expected: true
client terminate error=process::Result(child_terminated_normally, failure(1))
==17536==
==17536== HEAP SUMMARY:
==17536== in use at exit: 7,171 bytes in 124 blocks
==17536== total heap usage: 22,586 allocs, 22,462 frees, 1,585,053 bytes allocated
==17536==
==17536== LEAK SUMMARY:
==17536== definitely lost: 0 bytes in 0 blocks
==17536== indirectly lost: 0 bytes in 0 blocks
==17536== possibly lost: 2,787 bytes in 45 blocks
==17536== still reachable: 4,384 bytes in 79 blocks
==17536== suppressed: 0 bytes in 0 blocks
==17536== Rerun with --leak-check=full to see details of leaked memory
==17536==
==17536== For counts of detected and suppressed errors, rerun with: -v
==17536== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
==17533==
==17533== HEAP SUMMARY:
==17533== in use at exit: 310 bytes in 7 blocks
==17533== total heap usage: 12,958 allocs, 12,951 frees, 833,618 bytes allocated
==17533==
==17533== LEAK SUMMARY:
==17533== definitely lost: 0 bytes in 0 blocks
==17533== indirectly lost: 0 bytes in 0 blocks
==17533== possibly lost: 118 bytes in 4 blocks
==17533== still reachable: 192 bytes in 3 blocks
==17533== suppressed: 0 bytes in 0 blocks
==17533== Rerun with --leak-check=full to see details of leaked memory
==17533==
==17533== For counts of detected and suppressed errors, rerun with: -v
==17533== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
[ FAILED ] TestClientInput.hidden_clients_do_not_receive_pointer_events (6468 ms)