summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGibson Fahnestock <gibfahn@gmail.com>2017-03-26 23:36:50 +0100
committerGibson Fahnestock <gibfahn@gmail.com>2017-03-27 18:45:13 +0100
commit66e7dc558705edb0f473c4df902e9e407a2896c4 (patch)
tree7106b5ae707817cd18782d69543d448513e58665 /test
parent31da3757fa3e68f5e4f22919ba214cdd4b78bb68 (diff)
downloadandroid-node-v8-66e7dc558705edb0f473c4df902e9e407a2896c4.tar.gz
android-node-v8-66e7dc558705edb0f473c4df902e9e407a2896c4.tar.bz2
android-node-v8-66e7dc558705edb0f473c4df902e9e407a2896c4.zip
test: mark child-process-exec-kill-throws flaky
PR-URL: https://github.com/nodejs/node/pull/12054 Ref: https://github.com/nodejs/node/issues/12053 Ref: https://github.com/nodejs/node/pull/11038 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/parallel.status3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index 4703fdd05e..e01e142895 100644
--- a/test/parallel/parallel.status
+++ b/test/parallel/parallel.status
@@ -7,6 +7,9 @@ prefix parallel
[true] # This section applies to all platforms
[$system==win32]
+# See https://github.com/nodejs/node/issues/12053, this test may be exposing a
+# genuine bug with kill() on Windows.
+test-child-process-exec-kill-throws : PASS,FLAKY
[$system==linux]