From 39a94f4b88df1002c27fb32226468a7cdbc11988 Mon Sep 17 00:00:00 2001 From: Ted Campbell Date: Wed, 1 May 2019 22:08:40 +0000 Subject: [PATCH] Bug 1545537 - Disable some jit-tests on android due to harness issues. r=sstangl Disable certain jit-tests until Bug 1532654 is fixed. Differential Revision: https://phabricator.services.mozilla.com/D28843 --HG-- extra : moz-landing-system : lando --- js/src/jit-test/tests/auto-regress/bug1263857.js | 7 ++----- js/src/jit-test/tests/debug/bug1106719.js | 3 ++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/js/src/jit-test/tests/auto-regress/bug1263857.js b/js/src/jit-test/tests/auto-regress/bug1263857.js index 3eb21f0efff7..9ae0ea0ab385 100644 --- a/js/src/jit-test/tests/auto-regress/bug1263857.js +++ b/js/src/jit-test/tests/auto-regress/bug1263857.js @@ -1,8 +1,5 @@ -// |jit-test| allow-oom; allow-unhandlable-oom; skip-if: getBuildConfiguration('arm64') -// -// Disabled on ARM64 due to Bug 1529034: the harness expects unhandlable-oom error -// messages on stderr, but Android builds output to the system log file. -// Therefore unhandlable-oom appears as a segfault with no message, and the test fails. +// |jit-test| allow-oom; allow-unhandlable-oom; skip-if: getBuildConfiguration()['android'] +// Disabled on Android due to harness problems (Bug 1532654) gcparam("maxBytes", gcparam("gcBytes") + 1); fullcompartmentchecks(true); /x/g[Symbol.replace](" x".repeat(32768), ""); diff --git a/js/src/jit-test/tests/debug/bug1106719.js b/js/src/jit-test/tests/debug/bug1106719.js index 5f86bef4e3c2..4f42975cfbc1 100644 --- a/js/src/jit-test/tests/debug/bug1106719.js +++ b/js/src/jit-test/tests/debug/bug1106719.js @@ -1,4 +1,5 @@ -// |jit-test| allow-oom; allow-unhandlable-oom; allow-overrecursed +// |jit-test| allow-oom; allow-unhandlable-oom; allow-overrecursed; skip-if: getBuildConfiguration()['android'] +// Disabled on Android due to harness problems (Bug 1532654) g = newGlobal({newCompartment: true}) g.parent = this