f0d7e705ee
The selftest for assert messages calls QEXPECT_FAIL if the assert message doesn't exactly match the expected output. This is because Q_ASSERT uses __FILE__, which is compiler-dependant. The expected output for this test contains various hard-coded unix paths meaning that the test never passes on any platform. This commit removes those paths from the test data so that the test passes for compilers that don't put path information in __FILE__. This commit also makes the XFAIL message more accurate -- absolute paths in assert messages don't come from QTestLib, they come from Q_ASSERT's use of __FILE__. Change-Id: I9aae212379b43a29ae83715717cc978b4b619420 Reviewed-on: http://codereview.qt.nokia.com/3908 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
10 lines
420 B
Plaintext
10 lines
420 B
Plaintext
********* Start testing of tst_Assert *********
|
|
Config: Using QTest library 4.3.0, Qt 4.3.0
|
|
PASS : tst_Assert::initTestCase()
|
|
PASS : tst_Assert::testNumber1()
|
|
QFATAL : tst_Assert::testNumber2() ASSERT: "false" in file tst_assert.cpp, line 62
|
|
FAIL! : tst_Assert::testNumber2() Received a fatal error.
|
|
Loc: [Unknown file(0)]
|
|
Totals: 2 passed, 1 failed, 0 skipped
|
|
********* Finished testing of tst_Assert *********
|