summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMikolaj Boc <mikolaj.boc@qt.io>2023-01-11 18:22:47 +0100
committerMikolaj Boc <mikolaj.boc@qt.io>2023-02-14 20:24:15 +0100
commit0e520e58146373dc8e7baa9aea64f1c3199c7762 (patch)
treee59bf65037ca51c699ea3e66192b40af107bc2d1 /tests
parent9483fcd68aef250c56a74556258dc80d9cc58220 (diff)
Skip the tst_QStringConverter::threadSafety test on WASM temporarily
The test needs investigation. Skip it for now so that we can enable CI for WASM but leave a note to investigate it. Task-number: QTBUG-109954 Change-Id: I9448312c2c16ec4f31279dcbe4e2213681cabe8a Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/text/qstringconverter/tst_qstringconverter.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qstringconverter/tst_qstringconverter.cpp b/tests/auto/corelib/text/qstringconverter/tst_qstringconverter.cpp
index 2156b40fb6..c93983293c 100644
--- a/tests/auto/corelib/text/qstringconverter/tst_qstringconverter.cpp
+++ b/tests/auto/corelib/text/qstringconverter/tst_qstringconverter.cpp
@@ -2456,6 +2456,10 @@ void tst_QStringConverter::initTestCase()
void tst_QStringConverter::threadSafety()
{
+#if defined(Q_OS_WASM)
+ QSKIP("This test misbehaves on WASM. Investigation needed (QTBUG-110067)");
+#endif
+
QThreadPool::globalInstance()->setMaxThreadCount(12);
QList<QString> res;