qt5base-lts/tests/auto/macgui/macgui.pro
Rohan McGovern 6e7ad733a4 test: marked tst_macgui as insignificant
This autotest sometimes passes and sometimes fails, making its result
insignificant for the purpose of detecting regressions.

Task-number: QTBUG-20984
Change-Id: I1454649384b60501be0bec238dfb18cfc85d5f54
Reviewed-on: http://codereview.qt.nokia.com/3129
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
2011-08-18 08:05:38 +02:00

15 lines
238 B
Prolog

load(qttest_p4)
TEMPLATE = app
DEPENDPATH += .
INCLUDEPATH += .
# Input
SOURCES += tst_macgui.cpp guitest.cpp
HEADERS += guitest.h
QT = core-private gui-private
requires(mac)
CONFIG+=insignificant_test # QTBUG-20984, fails unstably