From c2c6ae52eaf302da9c106699b69d17c083ced316 Mon Sep 17 00:00:00 2001 From: Franziska Hinkelmann Date: Fri, 16 Sep 2016 15:58:05 +0200 Subject: [PATCH] test: move test-vm-function-redefinition to parallel With the upstream fix in V8, function declarations now work fine in the vm module and the test is no longer failing. Refs: https://codereview.chromium.org/2334733002 Fixes: https://github.com/nodejs/node/issues/548 PR-URL: https://github.com/nodejs/node/pull/9618 Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Ben Noordhuis --- test/{known_issues => parallel}/test-vm-function-redefinition.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{known_issues => parallel}/test-vm-function-redefinition.js (100%) diff --git a/test/known_issues/test-vm-function-redefinition.js b/test/parallel/test-vm-function-redefinition.js similarity index 100% rename from test/known_issues/test-vm-function-redefinition.js rename to test/parallel/test-vm-function-redefinition.js