Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fae03e6

Browse filesBrowse files
targosaddaleax
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: #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 613c81e commit fae03e6
Copy full SHA for fae03e6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: deps/v8/test/mjsunit/mjsunit.status
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.