summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/expected_tuplediagnostics.tap
Commit message (Collapse)AuthorAgeFilesLines
* testlib selftest: rebaseline tap results to not include line numbersTor Arne Vestbø2020-07-221-4/+4
| | | | | Change-Id: I6271ac1984a3829ba1c8dcc9d6419940cb89c62b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Eliminate some stray misleading paths from expected output filesEdward Welbourne2019-01-161-4/+4
| | | | | | | | | The output files for the tuplediagnostics selftest of testlib had a stray non-canoical path fragment in them; so replaced with its canonical form. Change-Id: Ib421380036c3fb1b91447eb8c87be4ad0dfe5c96 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* Improve std::tuple handling in testsSamuel Gaist2018-06-031-0/+33
Currently when doing comparison with std::tuple the fallback toString method is called which returns a Q_NULLPTR thus not allowing proper diagnostic of the values that triggered an error. This patch adds support for std::tuple to improve the tests output readability. [ChangeLog][QtTest][QCOMPARE] Now outputs contents of std::tuple on failure. Change-Id: I046a55e2ce44c3f7728d51e4745120d38aa5e007 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>