From c48b95e847d6e37bb416efcd14d24ed52c40767e Mon Sep 17 00:00:00 2001 From: Alexis Campailla Date: Wed, 26 Aug 2015 12:42:45 +0200 Subject: [PATCH] test: initial list of flaky tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This poplulates the lists of flaky tests with tests that failed recently in Jenkins. PR-URL: https://github.com/nodejs/node/pull/2424 Reviewed-By: Ben Noordhuis Reviewed-By: João Reis Reviewed-By: Sakthipriyan Vairamani --- test/parallel/parallel.status | 11 ++++++++++- test/sequential/sequential.status | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e19754834ef3a6..86c271956d9389 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -7,12 +7,21 @@ prefix parallel [true] # This section applies to all platforms [$system==win32] +test-tls-ticket-cluster : PASS,FLAKY [$system==linux] +test-cluster-worker-forced-exit : PASS,FLAKY +test-http-client-timeout-event : PASS,FLAKY +test-process-argv-0 : PASS,FLAKY +test-tick-processor : PASS,FLAKY +test-tls-no-sslv3 : PASS,FLAKY +test-child-process-buffering : PASS,FLAKY +test-child-process-exit-code : PASS,FLAKY [$system==macos] [$system==solaris] # Also applies to SmartOS +test-debug-signal-cluster : PASS,FLAKY [$system==freebsd] - +test-net-socket-local-address : PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 3ff77992f15543..2d733c87783e99 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -5,6 +5,7 @@ prefix sequential # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-child-process-fork-getconnections : PASS,FLAKY [$system==win32]