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
This commit is contained in:
Greg Tatum 2019-08-09 15:15:33 +00:00
parent 19df4a9319
commit ea78dcd35f

View File

@ -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")