Remove insignificant flag from tests, some failing test cleanup.
authorToby Tomkins <toby.tomkins@nokia.com>
Mon, 17 Oct 2011 04:46:07 +0000 (14:46 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 17 Oct 2011 05:49:25 +0000 (07:49 +0200)
Task-number: QTBUG-21054 QTBUG-21004

Change-Id: I9d1a3ca99363949eee952e1bd09aabef82fc1831
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/declarative/qsgborderimage/qsgborderimage.pro
tests/auto/declarative/qsgflickable/qsgflickable.pro
tests/auto/declarative/qsgfocusscope/qsgfocusscope.pro
tests/auto/declarative/qsgfocusscope/tst_qsgfocusscope.cpp
tests/auto/declarative/qsgpathview/qsgpathview.pro
tests/auto/declarative/qsgtext/qsgtext.pro

index 5ce2efd..65200a9 100644 (file)
@@ -12,5 +12,3 @@ DEPLOYMENT += testDataFiles
 CONFIG += parallel_test
 
 QT += core-private gui-private declarative-private network widgets testlib
-
-qpa:CONFIG+=insignificant_test  # QTBUG-21004 fails, unstably
index c2629c8..48cf8b6 100644 (file)
@@ -9,6 +9,4 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 CONFIG += parallel_test
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private v8-private declarative-private testlib
index 0772829..4b7b436 100644 (file)
@@ -8,5 +8,3 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 QT += core-private gui-private declarative-private testlib
-
-qpa:contains(QT_CONFIG,xcb):CONFIG+=insignificant_test  # QTBUG-21054, unstable
index 0d43d11..046baca 100644 (file)
@@ -559,7 +559,7 @@ void tst_qsgfocusscope::canvasFocus()
     QSignalSpy scope2ActiveFocusSpy(scope2, SIGNAL(activeFocusChanged(bool)));
     QSignalSpy item2ActiveFocusSpy(item2, SIGNAL(activeFocusChanged(bool)));
 
-    QEXPECT_FAIL("", "Root item hasFocus returns true already", Abort);
+    QEXPECT_FAIL("", "QTBUG-21054 - Root item hasFocus returns true already", Abort);
 
     QCOMPARE(rootItem->hasFocus(), false);
     QCOMPARE(rootItem->hasActiveFocus(), false);
index 06f8142..9152067 100644 (file)
@@ -9,6 +9,4 @@ testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
 CONFIG += parallel_test 
-#temporary
-CONFIG += insignificant_test
 QT += core-private gui-private v8-private declarative-private widgets testlib
index 45ba723..a04c079 100644 (file)
@@ -12,6 +12,6 @@ testDataFiles.files = data
 testDataFiles.path = .
 DEPLOYMENT += testDataFiles
 
-CONFIG += insignificant_test parallel_test
+CONFIG += parallel_test
 
 QT += core-private gui-private v8-private declarative-private widgets-private opengl-private network testlib