summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2017-04-25 13:48:50 -0700
committerRich Trott <rtrott@gmail.com>2017-04-28 16:18:35 -0700
commita1a54ca3f1c55d3e7fb56fa566c98bc6c0a2dd9a (patch)
treed49352207543eea0c3239c3366553567a9c65dd7 /test
parentd8f8096ec6e6b9516cd5ca3f046669194ec0984c (diff)
downloadandroid-node-v8-a1a54ca3f1c55d3e7fb56fa566c98bc6c0a2dd9a.tar.gz
android-node-v8-a1a54ca3f1c55d3e7fb56fa566c98bc6c0a2dd9a.tar.bz2
android-node-v8-a1a54ca3f1c55d3e7fb56fa566c98bc6c0a2dd9a.zip
benchmark: terminate child process on Windows
test-benchmark-child-process failures reveal that child-process-exec-stdout benchmark sometimes leaves around a stray yes.exe process. Add code to terminate the process. PR-URL: https://github.com/nodejs/node/pull/12658 Ref: https://github.com/nodejs/node/issues/12560 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/sequential/sequential.status1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status
index 9e6dfc9975..8467864395 100644
--- a/test/sequential/sequential.status
+++ b/test/sequential/sequential.status
@@ -7,7 +7,6 @@ prefix sequential
[true] # This section applies to all platforms
[$system==win32]
-test-benchmark-child-process : PASS,FLAKY
[$system==linux]