Skip to content

Commit fd752d5

Browse files
targosnodejs-ci
authored andcommitted
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: nodejs/node#6678 PR-URL: nodejs/node#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 d03e175 commit fd752d5

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
@@ -141,7 +141,7 @@
141141
# Slow tests.
142142
'copy-on-write-assert': [PASS, SLOW],
143143
'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]],
144-
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW],
144+
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW, NO_VARIANTS],
145145
'harmony/regexp-property-script-extensions': [PASS, SLOW],
146146
'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]],
147147
'readonly': [PASS, SLOW],

0 commit comments

Comments
 (0)