From 99a2cf2891478327b0ef96071e238496020a95c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reis?= Date: Thu, 20 Aug 2015 12:43:22 +0100 Subject: [PATCH] test: set initial list of flaky tests This poplulates the lists of flaky tests with tests that failed recently in Jenkins. --- test/internet/internet.status | 6 +++++- test/parallel/parallel.status | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/test/internet/internet.status b/test/internet/internet.status index 41ee1dc6eb3636..f050f32383278c 100644 --- a/test/internet/internet.status +++ b/test/internet/internet.status @@ -5,14 +5,18 @@ prefix internet # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-dns : PASS,FLAKY [$system==win32] [$system==linux] +test-dgram-broadcast-multi-process : PASS,FLAKY +test-dgram-multicast-multi-process : PASS,FLAKY [$system==macos] [$system==solaris] # Also applies to SmartOS [$system==freebsd] - +test-dgram-broadcast-multi-process : PASS,FLAKY +test-dgram-multicast-multi-process : PASS,FLAKY diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index e19754834ef3a6..4fe5a257f687b6 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -5,14 +5,19 @@ prefix parallel # sample-test : PASS,FLAKY [true] # This section applies to all platforms +test-timers-first-fire : PASS,FLAKY [$system==win32] +test-tls-ticket-cluster : PASS,FLAKY [$system==linux] +test-tick-processor : PASS,FLAKY +test-process-argv-0 : 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