forked from BrowserWorks/Waterfox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
deb9706
commit 39a94f4
Showing
2 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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), ""); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters