Tests: Use blacklist for failing tests in tst_macnativevents
Remove the insignificant_tests CONFIG option in favor of a BLACKLIST file. The tests blacklisted have been found using CI builds logs. Change-Id: I1a963bdc24f7657731dc0374a8e2c3cbaa49f126 Task-number: QTBUG-22775 Reviewed-by: Morten Johan Sørvig <morten.sorvig@theqtcompany.com>bb10
parent
92ea91836e
commit
848f01f9fb
|
|
@ -0,0 +1,11 @@
|
|||
# QTBUG-22775
|
||||
[testDragWindow]
|
||||
osx
|
||||
[testMouseEnter]
|
||||
osx-10.9
|
||||
[testChildDialogInFrontOfModalParent]
|
||||
osx
|
||||
[testChildWindowInFrontOfStaysOnTopParentWindow]
|
||||
osx
|
||||
[testModifierCtrlWithDontSwapCtrlAndMeta]
|
||||
osx
|
||||
|
|
@ -8,5 +8,4 @@ SOURCES += expectedeventlist.cpp nativeeventlist.cpp
|
|||
SOURCES += tst_macnativeevents.cpp
|
||||
|
||||
requires(mac)
|
||||
CONFIG += insignificant_test # QTBUG-22775
|
||||
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue