aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-05-21 13:59:57 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2022-05-23 10:58:53 +0200
commit978d301bb8bdc4e65eae18ef31962feeccd4a5de (patch)
treef0d9741008fa01111e794c7a50fadbf195e59e83
parent822d413ae8b2706bf1c6e10ac3931efb5edd6f0d (diff)
Skip tst_v4misc::nestingDepth because it crashes on Android
Task-number: QTBUG-103743 Change-Id: I5e3c400f911dce6e92a59d6f6c12c394a83fb51d Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--tests/auto/qml/v4misc/tst_v4misc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/v4misc/tst_v4misc.cpp b/tests/auto/qml/v4misc/tst_v4misc.cpp
index 2412ca7f92..c505396265 100644
--- a/tests/auto/qml/v4misc/tst_v4misc.cpp
+++ b/tests/auto/qml/v4misc/tst_v4misc.cpp
@@ -177,6 +177,10 @@ void tst_v4misc::subClassing()
void tst_v4misc::nestingDepth()
{
+#ifdef Q_OS_ANDROID
+ QSKIP("tst_v4misc::nestingDepth crashes on Android, see QTBUG-103743.");
+#endif
+
{ // left recursive
QString s(40000, '`');