qt6-bb10/tests/auto/corelib/plugin
Marc Mutz ca38ac7731 tst_QUuid: use int128 literals and QCOMPARE support
When the test was written, we didn't have support for either int128
literals or proper QCOMPARE failure printing (QTest::toString()), so
the code awkwardly constructed literals from 64-bit ones using
arithmetic and QCOMPAREed the high and low 64-bit halves separately.

Now that we have added support for both, simplify the test code
accordingly.

Change-Id: Icdee7bb01f6e4bd3de74233b4fb992b0590ddafd
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2023-12-09 21:00:16 +01:00
..
qfactoryloader QFactoryLoader: add metaDataKeys() to return just the "Keys" entry 2023-11-28 03:14:03 -08:00
qlibrary QLibrary: make isLoaded() report whether this object has load()ed 2023-07-10 09:53:53 -07:00
qplugin CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qpluginloader QTemporaryFile(Name): don't make the path absolute on generation 2023-10-26 11:36:46 -07:00
quuid tst_QUuid: use int128 literals and QCOMPARE support 2023-12-09 21:00:16 +01:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00