commit cc707f28c337ccd6b507847e3cc8f83c03c44e88 parent 37760ba8910f1120b9dade99683f1cf1f6e45f88 Author: Bryan Thrall <bthrall@mozilla.com> Date: Tue, 25 Nov 2025 16:45:42 +0000 Bug 2000192 - Disable bug1966196.js on Android r=nbp Differential Revision: https://phabricator.services.mozilla.com/D273596 Diffstat:
| M | js/src/jit-test/tests/environments/bug1966196.js | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/js/src/jit-test/tests/environments/bug1966196.js b/js/src/jit-test/tests/environments/bug1966196.js @@ -1,4 +1,5 @@ -// |jit-test| +// |jit-test| skip-if: getBuildConfiguration("android") +// Disabled on Android because of differing recursion limits (bug 2000192) let REPEAT_COUNT = 300; let someCondition = Math.random() > 0.5;