Mir

Comment 0 for bug 1646375

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

04:37:34 [ RUN ] NestedInputWithMouse.mouse_pointer_coordinates_in_nested_server_are_accumulated
...
04:37:34 unknown file: Failure
04:37:34
04:37:34 Unexpected mock function call - returning default value.
04:37:34 Function call: handle(pointer_event(when=14575773119920512 (76.256763ms ago), from=2, motion, button_state=0, x=5, y=0, dx=5, dy=-2, vscroll=0, hscroll=0, modifiers=none))
04:37:34 Returns: false
04:37:34 Google Mock tried the following 3 expectations, but none matched:
04:37:34
04:37:34 /<<BUILDDIR>>/mir-0.25.0+yakkety3044bzr3857/tests/acceptance-tests/test_nested_input.cpp:321: tried expectation #0: EXPECT_CALL(nested_event_filter, handle(mt::InputDeviceStateEvent()))...
04:37:34 Expected arg #0: input device state event
04:37:34 Actual: pointer_event(when=14575773119920512 (28.550649ms ago), from=2, motion, button_state=0, x=5, y=0, dx=5, dy=-2, vscroll=0, hscroll=0, modifiers=none)
04:37:34 Expected: to be called once
04:37:34 Actual: called once - saturated and active
04:37:34 /<<BUILDDIR>>/mir-0.25.0+yakkety3044bzr3857/tests/acceptance-tests/test_nested_input.cpp:326: tried expectation #1: EXPECT_CALL(nested_event_filter, handle(AllOf(mt::PointerEventWithPosition(initial_movement_x, initial_movement_y), mt::PointerEventWithDiff(initial_movement_x, initial_movement_y))))...
04:37:34 Expected arg #0: (pointer event with position (30, 30)) and (pointer event with diff (30, 30))
04:37:34 Actual: pointer_event(when=14575773119920512 (71.013865ms ago), from=2, motion, button_state=0, x=5, y=0, dx=5, dy=-2, vscroll=0, hscroll=0, modifiers=none)
04:37:34 Expected: to be called once
04:37:34 Actual: never called - unsatisfied and active
04:37:34 /<<BUILDDIR>>/mir-0.25.0+yakkety3044bzr3857/tests/acceptance-tests/test_nested_input.cpp:342: tried expectation #2: EXPECT_CALL(nested_event_filter, handle(AllOf(mt::PointerEventWithPosition(initial_movement_x + second_movement_x, initial_movement_y + second_movement_y), mt::PointerEventWithDiff(second_movement_x, second_movement_y))))...
04:37:34 Expected arg #0: (pointer event with position (35, 28)) and (pointer event with diff (5, -2))
04:37:34 Actual: pointer_event(when=14575773119920512 (73.772187ms ago), from=2, motion, button_state=0, x=5, y=0, dx=5, dy=-2, vscroll=0, hscroll=0, modifiers=none)
04:37:34 Expected: to be called once
04:37:34 Actual: never called - unsatisfied and active
04:37:34 [2016-12-01 04:33:06.521662] mirserver: Stopping
04:37:34 [2016-12-01 04:33:06.601438] mirserver: Stopping
04:37:34 /<<BUILDDIR>>/mir-0.25.0+yakkety3044bzr3857/tests/acceptance-tests/test_nested_input.cpp:326: Failure
04:37:34 Actual function call count doesn't match EXPECT_CALL(nested_event_filter, handle(AllOf(mt::PointerEventWithPosition(initial_movement_x, initial_movement_y), mt::PointerEventWithDiff(initial_movement_x, initial_movement_y))))...
04:37:34 Expected: to be called once
04:37:34 Actual: never called - unsatisfied and active
04:37:34 /<<BUILDDIR>>/mir-0.25.0+yakkety3044bzr3857/tests/acceptance-tests/test_nested_input.cpp:342: Failure
04:37:34 Actual function call count doesn't match EXPECT_CALL(nested_event_filter, handle(AllOf(mt::PointerEventWithPosition(initial_movement_x + second_movement_x, initial_movement_y + second_movement_y), mt::PointerEventWithDiff(second_movement_x, second_movement_y))))...
04:37:34 Expected: to be called once
04:37:34 Actual: never called - unsatisfied and active
04:37:34 [ FAILED ] NestedInputWithMouse.mouse_pointer_coordinates_in_nested_server_are_accumulated (5578 ms)