summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorDavid Skoland <david.skoland@qt.io>2022-09-19 15:52:18 +0200
committerDavid Skoland <david.skoland@qt.io>2022-10-11 16:10:58 +0200
commit89826b997081e4802a85476c9610cb405f12f892 (patch)
treedbe36f021803b07c750ddc5cf7889cdabf538258 /coin
parent638c4a3014f5adbda70c768d3df71a22fbf1e672 (diff)
wasm: Disable coin test runner for wasm targets
qttestrunner.py needs special logic to handle wasm tests, which is not implemented yet. Disable the coin testrunner until that is implemented. Change-Id: Idfd001df5f6dcf44904940ace9adef5a355886cf Pick-to: 6.4 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/instructions/cmake_run_ctest_enforce_exit_code.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
index ba9b1f3a79..a9755d4f00 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -11,6 +11,11 @@ instructions:
- type: EnvironmentVariable
variableName: TESTRUNNER
variableValue: "{{.Env.LIBEXEC_INSTALL_DIR}}qt-testrunner.py --"
+ # Running wasm tests with the coin testrunner is not yet implemented
+ disable_if:
+ condition: property
+ property: target.osVersion
+ in_values: [WebAssembly]
- type: AppendToEnvironmentVariable
variableName: TESTRUNNER
variableValue: " {{.SourceDir}}/coin_qnx_qemu_runner.sh"