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 <bradley.hughes@nokia.com>bb10
parent
ec49bcb2e4
commit
e01ecc6d6f
|
|
@ -18,4 +18,3 @@ win32 {
|
|||
}
|
||||
|
||||
mac: CONFIG -= app_bundle
|
||||
mac: CONFIG += insignificant_test # QTBUG-22765
|
||||
|
|
|
|||
|
|
@ -13,5 +13,3 @@ win32 {
|
|||
}
|
||||
|
||||
TESTDATA += ../elftest
|
||||
|
||||
mac: CONFIG += insignificant_test # QTBUG-22765
|
||||
|
|
|
|||
Loading…
Reference in New Issue