From ea78dcd35f8251d58045a2b3536d756dc1e22170 Mon Sep 17 00:00:00 2001 From: Greg Tatum Date: Fri, 9 Aug 2019 15:15:33 +0000 Subject: [PATCH] Bug 1571216 - Disable stack walking test on macOS beta and release; r=canaltinova Differential Revision: https://phabricator.services.mozilla.com/D40820 --HG-- extra : moz-landing-system : lando --- tools/profiler/tests/xpcshell/xpcshell.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/profiler/tests/xpcshell/xpcshell.ini b/tools/profiler/tests/xpcshell/xpcshell.ini index 59cd98b2a838..32eaa7513c5f 100644 --- a/tools/profiler/tests/xpcshell/xpcshell.ini +++ b/tools/profiler/tests/xpcshell/xpcshell.ini @@ -19,5 +19,11 @@ skip-if = !debug [test_feature_mainthreadio.js] skip-if = release_or_beta || (os == "win" && processor == "aarch64") # The IOInterposer is in an ifdef, aarch64 due to 1536657 [test_feature_stackwalking.js] +# We don't have frame pointers on macOS release and beta, so stack walking does not +# work. See Bug 1571216 for more details. +skip-if = release_or_beta && (os == "mac") [test_feature_js.js] [test_merged_stacks.js] +# We don't have frame pointers on macOS release and beta, so stack walking does not +# work. See Bug 1571216 for more details. +skip-if = release_or_beta && (os == "mac")