ae02188233
Output object name and class in QCOMPARE(). This should help to debug flaky QWidget tests that for example check on focusWidget(). [ChangeLog][QtTestLib] QCOMPARE() now reports QObject * values by class and objectName(). Task-number: QTBUG-64446 Change-Id: Ife04e89bba04fc78d077c8f0f07af17a17c9cf8c Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
17 lines
827 B
XML
17 lines
827 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<testsuite name="tst_TestLib" timestamp="@TEST_START_TIME@" tests="5" failures="1" errors="0" time="@TEST_DURATION@">
|
|
<properties>
|
|
<property name="QTestVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
<property name="QtVersion" value="@INSERT_QT_VERSION_HERE@"/>
|
|
<property name="QtBuild" value=""/>
|
|
</properties>
|
|
<testcase name="initTestCase" result="pass" time="@TEST_DURATION@"/>
|
|
<testcase name="basics" result="fail" time="@TEST_DURATION@">
|
|
<failure result="fail" message="Compared QObject pointers are not the same"/>
|
|
</testcase>
|
|
<testcase name="delays" result="pass" time="@TEST_DURATION@"/>
|
|
<testcase name="reals" result="pass" time="@TEST_DURATION@"/>
|
|
<testcase name="cleanupTestCase" result="pass" time="@TEST_DURATION@"/>
|
|
<system-err/>
|
|
</testsuite>
|