~ci-train-bot/mir/mir-ubuntu-yakkety-landing-036

« back to all changes in this revision

Viewing changes to tests/privileged-tests/test_input_events.cpp

  • Committer: Bileto Bot
  • Date: 2016-07-29 11:30:35 UTC
  • mfrom: (1160.2354.22 0.23)
  • Revision ID: ci-train-bot@canonical.com-20160729113035-x3a117zw2zfyrr11
* New upstream release 0.23.5 (https://launchpad.net/mir/+milestone/0.23.5)
  - ABI summary:
    . No ABI changes in any libraries.
  - Enhancements:
    . Enable new buffer semantics (NBS) by default.
  - Bugs fixed:
    . OSK flickers and buttons are sometimes invisble (LP: #1590765)
    . Mir fails to build in: COMPOSITOR_TRACE_CALL (LP: #1584601)
    . [testsfail] Process.* (memory leak in libhybris generated when probing
      android platforms) (LP: #1602199)
    . CI InputEvents failure in krillin (LP: #1603145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
    all_events_received.wait_for(std::chrono::seconds{5});
259
259
}
260
260
 
261
 
TEST_F(InputEvents, reach_nested_client)
 
261
TEST_F(InputEvents, DISABLED_reach_nested_client)
262
262
{
263
263
    using namespace testing;
264
264