summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-01-10 15:00:42 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-01-12 15:11:17 +0100
commit8a50dd3a812a76b35e3174e90e5c9ff65210aa85 (patch)
treee3cbdc76197f3ba3062ac6790b3f74db5509f8d8 /tests
parenta193e59eebcaab22fd390339a13a83b2b5d0e947 (diff)
Disable the crash test on ASAN builds
Change-Id: I201c609153d87ad3bf35ace3a46559aaca0c966a Fixes: QTBUG-120326 Pick-to: 6.7 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/crash/tst_crash.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/crash/tst_crash.qml b/tests/auto/qml/crash/tst_crash.qml
index 00940ce6..0f42561f 100644
--- a/tests/auto/qml/crash/tst_crash.qml
+++ b/tests/auto/qml/crash/tst_crash.qml
@@ -39,6 +39,9 @@ TestCase {
}
function test_crash(data) {
+ if (AmTest.asanBuild)
+ skip("This test is not compatible with ASAN builds")
+
ApplicationManager.startApplication(appId);
runStateChangedSpy.wait(spyTimeout);
runStateChangedSpy.wait(spyTimeout);