FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

deps: run memory hungry V8 test in exclusive mode · nodejs/node@9b4a891 · GitHub

/ node Public

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 <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent bbe5cb2 commit 9b4a891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎deps/v8/test/mjsunit/mjsunit.status‎

Lines changed: 1 addition & 1 deletion
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)

Back | FazBrowse Home | New Git URL