Skip to content

Commit 9b4a891

Browse files
committed
deps: run memory hungry V8 test in exclusive mode
es6/typedarray-construct-offset-not-smi allocates a 2G block of memory and if there are multiple variants running at the same time this can lead to crashes, OOM kills or the OS failing to allocate memory. This patch limits us to running a single variant of the test. Refs: #6678 PR-URL: #13263 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent bbe5cb2 commit 9b4a891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/test/mjsunit/mjsunit.status

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
# Slow tests.
149149
'copy-on-write-assert': [PASS, SLOW],
150150
'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]],
151-
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW],
151+
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW, NO_VARIANTS],
152152
'harmony/regexp-property-script-extensions': [PASS, SLOW],
153153
'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
154154
'readonly': [PASS, SLOW],

0 commit comments

Comments
 (0)