summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qwindow/qwindow.pro
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-06-06 11:31:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-06 12:53:55 +0200
commit637ecd571f10bbab36b3321edb0479d79a542ddb (patch)
tree7c6c3f10415ccf4e707c4e5bccd7b6cd17a7bcda /tests/auto/gui/kernel/qwindow/qwindow.pro
parente92c33bff5d393bbf6e735f58a02608ec4e11e56 (diff)
Remove insignificant_test for tst_qwindow on Mac OS X
tst_QWindow::positioning() still fails on Mac OS X, and it does so in several places. Skip this test for now as it causes isActive() to fail as well. With positioning() QSKIP()ed, all the other test functions pass: Totals: 19 passed, 0 failed, 1 skipped ********* Finished testing of tst_QWindow ********* Task-number: QTBUG-23059 Change-Id: I58d036120c0121f515813cd20955ab3b82f81fe1 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'tests/auto/gui/kernel/qwindow/qwindow.pro')
-rw-r--r--tests/auto/gui/kernel/qwindow/qwindow.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/gui/kernel/qwindow/qwindow.pro b/tests/auto/gui/kernel/qwindow/qwindow.pro
index 363f7dd92e..e419a10440 100644
--- a/tests/auto/gui/kernel/qwindow/qwindow.pro
+++ b/tests/auto/gui/kernel/qwindow/qwindow.pro
@@ -4,6 +4,3 @@ TARGET = tst_qwindow
QT += core-private gui-private testlib
SOURCES += tst_qwindow.cpp
-
-mac: CONFIG += insignificant_test # QTBUG-23059
-