Skip to content

Commit

Permalink
Bug 1786060 - Skip memory-hungry tests on Android r=bthrall
Browse files Browse the repository at this point in the history
  • Loading branch information
hotsphink committed Mar 16, 2023
1 parent 8397595 commit 635c617
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions js/src/jit-test/tests/bug1782468-ptrdiff-veclen.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// |jit-test| skip-if: getBuildConfiguration()["android"]

try {
a = {};
for (b = 0; b < 24; b++)
Expand Down
2 changes: 1 addition & 1 deletion js/src/jit-test/tests/bug1782558-veclen.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// |jit-test| skip-if: getBuildConfiguration()["pointer-byte-size"] > 4
// |jit-test| skip-if: getBuildConfiguration()["pointer-byte-size"] > 4 || getBuildConfiguration()["android"]

// On 64-bit, this will allocate 2G temporary strings for keys while
// stringifying the Array, which takes a rather long time and doesn't have the
Expand Down
2 changes: 2 additions & 0 deletions js/src/jit-test/tests/bug1782562-toSource-veclen.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// |jit-test| skip-if: getBuildConfiguration()["android"]

try {
var z = "1";
try {
Expand Down

0 comments on commit 635c617

Please sign in to comment.