Mark tst_qdialog as insignificant on mac.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Mon, 26 Mar 2012 23:34:48 +0000 (09:34 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 27 Mar 2012 01:36:33 +0000 (03:36 +0200)
This autotest gives different results on consecutive runs, and is
therefore insignificant for the purpose of detecting regressions.

Task-number: QTBUG-24977
Change-Id: I5c4dfd663ce5df6b60ae47a29d332c06e3c0585f
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
tests/auto/widgets/dialogs/qdialog/qdialog.pro

index 2c4d10d..779c10e 100644 (file)
@@ -2,3 +2,4 @@ CONFIG += testcase
 TARGET = tst_qdialog
 QT += widgets testlib
 SOURCES += tst_qdialog.cpp
+mac:CONFIG += insignificant_test    # QTBUG-24977