From 9ac2ee317dbacc6c1a0cc63e36e0c08f6b0385fe Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 11:25:31 -0500 Subject: [PATCH] chore: set v8_typed_array_max_size_in_heap to default (#33541) Co-authored-by: Shelley Vohr --- build/args/all.gn | 1 - script/node-disabled-tests.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/build/args/all.gn b/build/args/all.gn index 0eb443c8153e9..9dce9730ddaa9 100644 --- a/build/args/all.gn +++ b/build/args/all.gn @@ -5,7 +5,6 @@ root_extra_deps = [ "//electron" ] node_module_version = 103 v8_promise_internal_field_count = 1 -v8_typed_array_max_size_in_heap = 0 v8_embedder_string = "-electron.0" # TODO: this breaks mksnapshot diff --git a/script/node-disabled-tests.json b/script/node-disabled-tests.json index 28368dce775d1..52128823432f0 100644 --- a/script/node-disabled-tests.json +++ b/script/node-disabled-tests.json @@ -3,9 +3,6 @@ "async-hooks/test-crypto-pbkdf2", "async-hooks/test-crypto-randomBytes", "parallel/test-bootstrap-modules", - "parallel/test-buffer-backing-arraybuffer", - "parallel/test-buffer-constructor-node-modules-paths", - "parallel/test-buffer-constructor-outside-node-modules", "parallel/test-child-process-fork-exec-path", "parallel/test-child-process-stdio-overlapped", "parallel/test-cli-node-print-help",