summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_warnings.txt
blob: d8064651b0cbe33e280b5eb3fc669686667205b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
********* 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
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::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, 3 failed, 0 skipped
********* Finished testing of tst_Warnings *********