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
This commit is contained in:
Ted Campbell 2019-05-01 22:08:40 +00:00
Родитель deb97066b7
Коммит 39a94f4b88
2 изменённых файлов: 4 добавлений и 6 удалений

Просмотреть файл

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

Просмотреть файл

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