]> zoso.dev Git - buffer.git/commitdiff
Ignore test-buffer-bindingobj-no-zerofill.js
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 07:39:36 +0000 (23:39 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 07:39:36 +0000 (23:39 -0800)
bin/download-node-tests.js

index 65232885786dffcc678514483473e14041f615ad..8b08fc3b6df80572f40a15c0699dff8a71442c00 100755 (executable)
@@ -42,10 +42,11 @@ function downloadBufferTests (dir, files) {
       // Only applies to node. Calls into C++ and needs to ensure the prototype can't
       // be faked, or else there will be a segfault.
       'test-buffer-fakes.js',
-      // This test file is testing the SharedArrayBuffer support, which is obscure
-      // and now temporarily disabled in all browsers due to the Spectre/Meltdown
-      // security issue.
-      'test-buffer-sharedarraybuffer.js'
+      // Tests SharedArrayBuffer support, which is obscure and now temporarily
+      // disabled in all browsers due to the Spectre/Meltdown security issue.
+      'test-buffer-sharedarraybuffer.js',
+      // References Node.js internals, irrelevant to browser implementation
+      'test-buffer-bindingobj-no-zerofill.js'
     ]
 
     // Skip test files with these names