qt5base-lts/tests/auto/corelib/serialization
Piotr Wierciński 4f168621d2 wasm: Fix test runner for asynchronous tests
Test runner was not properly handling tests which
return the control back to browser event loop.
It was treating such tests as if they exited with
code 0, marking them as succesfull even if they were
eventually failing or hanging.
This commit adds a callback to TestCase so the runner
is notified when a test truly has finished.
As a side effect, two tests need to be disabled for now
as they are failing for wasm, which was not properly
detected previously.

Change-Id: I0eb9383e5bb9cd660431c18747b9e94413629d1e
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-10-26 13:43:39 +02:00
..
json CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qcborstreamreader CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qcborstreamwriter CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qcborvalue CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qcborvalue_json CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qdatastream Add support for containers > 4 Gi elements in QDataStream 2023-10-23 15:10:28 +02:00
qdatastream_core_pixmap CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
qtextstream CMake: Make corelib tests standalone projects 2023-07-05 15:09:32 +02:00
qxmlstream Fix renamed and duplicated namespaces in QXmlStreamWriter 2023-09-20 17:16:29 +02:00
cborlargedatavalidation.cpp CI: Enable tests under corelib/serialization for Wasm platform 2023-08-14 16:08:32 +02:00
CMakeLists.txt wasm: Fix test runner for asynchronous tests 2023-10-26 13:43:39 +02:00