From e01ecc6d6f53fd10beabaf74f932d98b8a0f0f50 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 17 Apr 2012 18:55:36 +1000 Subject: Remove insignification from QPluginLoader and QFactoryLoader tests. Archived build logs on http://testresults.qt-project.org/ci/ show that the QPluginLoader test has failed in CI only once in the last 1000 builds (in build 1786), and on that occasion the test was legitimately blocking a regression. The QFactoryLoader test was derived from the QPluginLoader test and has not failed since its first run on March 29, 2012. Task-number: QTBUG-22765 Change-Id: I866b4b8e30e393e0c7e7292119c072b27008ab43 Reviewed-by: Bradley T. Hughes --- tests/auto/corelib/plugin/qfactoryloader/test/test.pro | 1 - tests/auto/corelib/plugin/qpluginloader/tst/tst.pro | 2 -- 2 files changed, 3 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/corelib/plugin/qfactoryloader/test/test.pro b/tests/auto/corelib/plugin/qfactoryloader/test/test.pro index d03af231aa..1ec4db8756 100644 --- a/tests/auto/corelib/plugin/qfactoryloader/test/test.pro +++ b/tests/auto/corelib/plugin/qfactoryloader/test/test.pro @@ -18,4 +18,3 @@ win32 { } mac: CONFIG -= app_bundle -mac: CONFIG += insignificant_test # QTBUG-22765 diff --git a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro index 810efe856c..a8dad32720 100644 --- a/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro +++ b/tests/auto/corelib/plugin/qpluginloader/tst/tst.pro @@ -13,5 +13,3 @@ win32 { } TESTDATA += ../elftest - -mac: CONFIG += insignificant_test # QTBUG-22765 -- cgit v1.2.3