summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-12-10 21:32:49 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-12-12 13:42:01 +0100
commit8fa8fe300a10db08beaa034d9429f0b955a7735f (patch)
treed4d81088e0dcbc29b43f5537a45b9b251efaf66b /tests/auto
parentc7a5a9fe3f862f0ea0e0e75747e63dd91f0bb787 (diff)
cmake: add AM_SANITIZE to enable ASAN
Also added env var forwarding for [ALT]SAN_OPTIONS in NativeRuntime and fixed a few simple memory leaks. Pick-to: 6.7 6.6 6.5 Change-Id: I4039890bb9316d3a48a447f112b129b5272f81c0 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/quicklaunch/tst_quicklaunch.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/quicklaunch/tst_quicklaunch.qml b/tests/auto/qml/quicklaunch/tst_quicklaunch.qml
index 733e2925..bdf13fcd 100644
--- a/tests/auto/qml/quicklaunch/tst_quicklaunch.qml
+++ b/tests/auto/qml/quicklaunch/tst_quicklaunch.qml
@@ -35,6 +35,7 @@ TestCase {
onRequestReceived: function(request) {
acknowledged = true
+ request.sendReply({ })
}
}