aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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-09 12:24:38 +0200
commitd9fe92c7f72c7d7610dd960ee42479a64cf26bee (patch)
treee0aa3b8e3258f85ed9366f966a13fd6d68f60e5c /tests
parentb9d45368d778cc81509877dde143a6abe5f2e5cb (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. Fixes: QTBUG-93188 Change-Id: I0ebece94449da3127e9a78a19d8a22722ad8d698 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 826b77c8cf0ffbef4f95e7b9e72eb9dc25936657)
Diffstat (limited to 'tests')
-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