From 99d9d9a38dd14d8d97d61ab25ce5bc37bb66d0d6 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 13 Apr 2012 21:50:30 +1000 Subject: [PATCH] Add bug numbers for insignificant tests. Change-Id: Ic68f722e27edab52d68742cc45efa69d86ad4f3b Reviewed-by: Rohan McGovern --- tests/auto/qmltest/qmltest.pro | 2 +- tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro index b1b2ee222..ca39dacdb 100644 --- a/tests/auto/qmltest/qmltest.pro +++ b/tests/auto/qmltest/qmltest.pro @@ -9,4 +9,4 @@ importFiles.files = borderimage buttonclick createbenchmark events qqmlbindi importFiles.path = . DEPLOYMENT += importFiles -CONFIG+=insignificant_test \ No newline at end of file +CONFIG+=insignificant_test # QTBUG-25306 diff --git a/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro b/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro index a24ea52e1..831ffd3c3 100644 --- a/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro +++ b/tests/auto/quick/qquickpixmapcache/qquickpixmapcache.pro @@ -15,6 +15,6 @@ TESTDATA = data/* # LIBS += -lgcov CONFIG += parallel_test -CONFIG += insignificant_test +CONFIG += insignificant_test # QTBUG-25307 QT += core-private gui-private qml-private quick-private network testlib concurrent -- 2.34.1