summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2012-03-27 09:34:48 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-27 03:36:33 +0200
commit4c655bef5e21814e7a848feb7d8702258f9cf9dd (patch)
tree1ebd37c9c353a5a19b26461198917a40bc7e789c
parentb9a498bf514255b2a6298f44801d3d43c958044c (diff)
Mark tst_qdialog as insignificant on mac.
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>
-rw-r--r--tests/auto/widgets/dialogs/qdialog/qdialog.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/widgets/dialogs/qdialog/qdialog.pro b/tests/auto/widgets/dialogs/qdialog/qdialog.pro
index 2c4d10dd0b..779c10ed66 100644
--- a/tests/auto/widgets/dialogs/qdialog/qdialog.pro
+++ b/tests/auto/widgets/dialogs/qdialog/qdialog.pro
@@ -2,3 +2,4 @@ CONFIG += testcase
TARGET = tst_qdialog
QT += widgets testlib
SOURCES += tst_qdialog.cpp
+mac:CONFIG += insignificant_test # QTBUG-24977