Browse Source

chore: set v8_typed_array_max_size_in_heap to default (#33496)

Shelley Vohr 3 years ago
parent
commit
0615fadead
2 changed files with 0 additions and 4 deletions
  1. 0 1
      build/args/all.gn
  2. 0 3
      script/node-disabled-tests.json

+ 0 - 1
build/args/all.gn

@@ -5,7 +5,6 @@ root_extra_deps = [ "//electron" ]
 node_module_version = 106
 
 v8_promise_internal_field_count = 1
-v8_typed_array_max_size_in_heap = 0
 v8_embedder_string = "-electron.0"
 
 # TODO: this breaks mksnapshot

+ 0 - 3
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",