aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-09-02 15:23:14 +0200
committerUlf Hermann <ulf.hermann@qt.io>2022-09-07 16:56:42 +0200
commit826b77c8cf0ffbef4f95e7b9e72eb9dc25936657 (patch)
tree1fa238ae5c56f5b276f2d10426fa744f823fbac1 /tests/auto/qml/qqmlecmascript
parentd96aefcb515fc1604ab19ec4aa06e8d4d040df09 (diff)
V4: Account for the guard pages when allocating stack space
Previously we've assumed the whole allocation can be used, even though the first and the last page are actually not usable. This makes a difference when the size of the guard pages grows, such as on macOS, which these days has 16k pages. Add the extra guard page size to the amount of memory to be allocated in order to fix the calculation. Pick-to: 6.4 6.3 6.2 5.15 Fixes: QTBUG-93188 Change-Id: I0ebece94449da3127e9a78a19d8a22722ad8d698 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlecmascript')
-rw-r--r--tests/auto/qml/qqmlecmascript/BLACKLIST2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlecmascript/BLACKLIST b/tests/auto/qml/qqmlecmascript/BLACKLIST
deleted file mode 100644
index bd25566eef..0000000000
--- a/tests/auto/qml/qqmlecmascript/BLACKLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-[gcCrashRegressionTest]
-macos arm