qt6-bb10/tests/auto/corelib/serialization
Edward Welbourne d82301a900 Don't use QSKIP() when merely eliding part of a test
Use of QSKIP() means the whole test is skipped; when all applicable
parts of a test have passed and some part of the test is inapplicable,
merely report that it is skipped, rather than discarding the PASS for
all the parts that do work.

In the process, eliminate a spurious layer of indentation; the earlier
test only needed a scope to contain its declaration, a goal adequately
achieved by the scope of the if constexpr block.

Task-number: QTBUG-99123
Pick-to: 6.2 6.3
Change-Id: Ie4790a24ebf49a7f3035ffad42d78450e1560832
Reviewed-by: Tatiana Borisova <tatiana.borisova@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2022-04-07 22:04:04 +01:00
..
json Don't use QSKIP() when merely eliding part of a test 2022-04-07 22:04:04 +01:00
qcborstreamreader tests: Remove unused SRCDIR defines 2021-08-17 12:41:57 +00:00
qcborstreamwriter tests: Remove unused SRCDIR defines 2021-08-17 12:41:57 +00:00
qcborvalue QCborArray: allow large but in-range keys 2022-02-15 17:00:03 -08:00
qcborvalue_json Tests: Do not depend on transitive includes 2022-03-17 17:14:37 +01:00
qdatastream Replace uses of _qs with _s in tests 2022-04-07 19:30:17 +02:00
qdatastream_core_pixmap Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtextstream CI: Add docker support for tst_qtextstream test 2022-03-24 22:09:43 +02:00
qxmlstream Revert "Blacklist: test cases blacklisted in tst_QXmlStream:" 2022-03-15 07:32:32 +00:00
CMakeLists.txt Disable test tst_qxmlstream for QNX 2022-03-25 20:16:30 +02:00
cborlargedatavalidation.cpp Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00