Skip to content

Commit

Permalink
Bug 1545537 - Disable some jit-tests on android due to harness issues…
Browse files Browse the repository at this point in the history
…. 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
moztcampbell committed May 1, 2019
1 parent deb9706 commit 39a94f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 2 additions & 5 deletions js/src/jit-test/tests/auto-regress/bug1263857.js
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), "");
3 changes: 2 additions & 1 deletion js/src/jit-test/tests/debug/bug1106719.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 39a94f4

Please sign in to comment.