commit 50221d104ce545ade64755030bcee5c5950ddb5e
parent a643ccf3b03b9c6925c17afcd601e85a07866d19
Author: Cornelius Emase <corneliuslochipi@gmail.com>
Date: Fri, 24 Oct 2025 20:44:29 +0000
Bug 1977921 - Disable unhandled rejection tracking in from-async-oom.js during OOM simulation. r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D270045
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/js/src/jit-test/tests/arrays/from-async-oom.js b/js/src/jit-test/tests/arrays/from-async-oom.js
@@ -20,5 +20,6 @@ function test() {
drainJobQueue();
}
+ignoreUnhandledRejections();
oomTest(test);