10414444e1
We need to have a finer grained control over the tests we skip in our CI system. This adds a blacklisting mechanism that allows blacklisting individual test functions (or even test data) using a set of predefined matching keys for the operating system and some other relevant variables. QTestlib will search for a file called BLACKLIST in the test directory and parse it if found. The file contains a simple ini style list of functions to blacklist. For details see qtestblacklist.cpp. Change-Id: Id3fae4b264ca99970cbf9f45bfb85fa75c1fd823 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
27 lines
1.7 KiB
Plaintext
27 lines
1.7 KiB
Plaintext
********* Start testing of tst_Warnings *********
|
|
Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
|
|
PASS : tst_Warnings::initTestCase()
|
|
QWARN : tst_Warnings::testWarnings() Warning
|
|
QWARN : tst_Warnings::testWarnings() Warning
|
|
QDEBUG : tst_Warnings::testWarnings() Debug
|
|
QDEBUG : tst_Warnings::testWarnings() Debug
|
|
QDEBUG : tst_Warnings::testWarnings() Baba
|
|
QDEBUG : tst_Warnings::testWarnings() Baba
|
|
QDEBUG : tst_Warnings::testWarnings() Bubublabla
|
|
QWARN : tst_Warnings::testWarnings() Babablabla
|
|
PASS : tst_Warnings::testWarnings()
|
|
INFO : tst_Warnings::testMissingWarnings() Did not receive message: "Warning0"
|
|
INFO : tst_Warnings::testMissingWarnings() Did not receive message: "Warning1"
|
|
FAIL! : tst_Warnings::testMissingWarnings() Not all expected messages were received
|
|
INFO : tst_Warnings::testMissingWarningsRegularExpression() Did not receive any message matching: "Warning\s\d"
|
|
FAIL! : tst_Warnings::testMissingWarningsRegularExpression() Not all expected messages were received
|
|
INFO : tst_Warnings::testMissingWarningsWithData(first row) Did not receive message: "Warning0"
|
|
INFO : tst_Warnings::testMissingWarningsWithData(first row) Did not receive message: "Warning1"
|
|
FAIL! : tst_Warnings::testMissingWarningsWithData(first row) Not all expected messages were received
|
|
INFO : tst_Warnings::testMissingWarningsWithData(second row) Did not receive message: "Warning0"
|
|
INFO : tst_Warnings::testMissingWarningsWithData(second row) Did not receive message: "Warning1"
|
|
FAIL! : tst_Warnings::testMissingWarningsWithData(second row) Not all expected messages were received
|
|
PASS : tst_Warnings::cleanupTestCase()
|
|
Totals: 3 passed, 4 failed, 0 skipped, 0 blacklisted
|
|
********* Finished testing of tst_Warnings *********
|