Make QUnixEventDispatcherQPA XFAIL the test

Needed for QNX, don't be overly specific with XcbUnix.

Pick-to: 6.3 6.2
Change-Id: I240313bc48d9d81d1f18f27ee11f7c9352e3e452
Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
This commit is contained in:
Volker Hilsheimer 2022-03-25 14:46:53 +01:00
parent 02e5b0ffda
commit e709e254d7

View File

@ -448,7 +448,7 @@ void tst_QEventDispatcher::postEventFromEventHandler()
// QXcbUnixEventDispatcher and QEventDispatcherUNIX do not do this correctly on any platform;
// both Windows event dispatchers fail as well.
const bool knownToFail = eventDispatcherName.contains("UNIX")
|| eventDispatcherName.contains("XcbUnix")
|| eventDispatcherName.contains("Unix")
|| eventDispatcherName.contains("Win32")
|| eventDispatcherName.contains("WindowsGui")
|| eventDispatcherName.contains("Android");