From a4ca27feff0c3530bc1b76c97a71aa577645cf0b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 15 Feb 2018 23:39:36 -0800 Subject: [PATCH] Ignore test-buffer-bindingobj-no-zerofill.js --- bin/download-node-tests.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/download-node-tests.js b/bin/download-node-tests.js index 6523288..8b08fc3 100755 --- a/bin/download-node-tests.js +++ b/bin/download-node-tests.js @@ -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 -- 2.34.1