qt5base-lts/util/wasm
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
..
batchedtestrunner wasm: Fix test runner for asynchronous tests 2023-10-26 13:43:39 +02:00
preload wasm: add shared library preload scripts 2023-07-03 19:02:48 +02:00
qtwasmserver Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
wasmtestrunner Implement new features in qt-wasmtestrunner 2022-08-31 12:47:40 +02:00