fa8cffa4c9
We try our best to pass on the file location of a failure, including for
fatal errors, but the reporting or logging machinery should not assume
there is one.
By passing on nullptr for the file location we allow the logging backends
to decide how to handle the situation, e.g. by not emitting extra fields
for failure location.
This effectively reverts c25687fa0b
,
in favor of relying on the backends to cope with null filename,
which they already did.
As qFatal uses QMessageLogger, which by default disables file/line
information in release builds, we need to explicitly enable this in
our self-tests, to get uniform test results. Similarly, we disable
file/line info from testlib itself, as reporting Qt internal file
and line information for user diagnostics is less useful. The odd
one out there is qtestdata.cpp, which still ends up in test output
due to using QTEST_ASSERT instead of qFatal for its diagnostics.
Cleaning up that, and unifying how we report testlib issues to the
user, is left for another day.
Pick-to: 6.2
Change-Id: Ib9451b8eed86fe3ade4a4dcaf0037e1a3450321c
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
8 lines
338 B
Plaintext
8 lines
338 B
Plaintext
********* Start testing of tst_Watchdog *********
|
|
Config: Using QtTest library
|
|
PASS : tst_Watchdog::initTestCase()
|
|
QFATAL : tst_Watchdog::delay() Test function timed out
|
|
FAIL! : tst_Watchdog::delay() Received a fatal error.
|
|
Totals: 1 passed, 1 failed, 0 skipped, 0 blacklisted, 0ms
|
|
********* Finished testing of tst_Watchdog *********
|