summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlexis Campailla <alexis@janeasystems.com>2015-08-26 12:42:45 +0200
committerAlexis Campailla <alexis@janeasystems.com>2015-08-27 05:49:55 +0200
commit34e25b2313cd0b4027cbfb5e626596e4b9cff038 (patch)
tree5918961d8b1c747e122a9d7b1b526cbdaec8d05a /test
parente822a4b7834b09f3428b2a90242ed346120da076 (diff)
downloadandroid-node-v8-34e25b2313cd0b4027cbfb5e626596e4b9cff038.tar.gz
android-node-v8-34e25b2313cd0b4027cbfb5e626596e4b9cff038.tar.bz2
android-node-v8-34e25b2313cd0b4027cbfb5e626596e4b9cff038.zip
test: initial list of flaky tests
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 <info@bnoordhuis.nl> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/parallel/parallel.status11
-rw-r--r--test/sequential/sequential.status1
2 files changed, 11 insertions, 1 deletions
diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status
index e19754834e..86c271956d 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 3ff77992f1..2d733c8778 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]