romangg added a comment.

  At several places only one of two signal spies were waiting, what can lead to 
flickering tests.
  
  Fixed this with an
  
    if (spy.size() == 0) {
        spy.wait();
    }
  
  on the second spy. Is there a nicer solution?

REPOSITORY
  R127 KWayland

BRANCH
  remoteBufferClientsUnbindOutput

REVISION DETAIL
  https://phabricator.kde.org/D15422

To: romangg, #kwin, #frameworks, davidedmundson
Cc: jgrulich, davidedmundson, kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to