Skip to content

Commit

Permalink
test: initial list of flaky tests
Browse files Browse the repository at this point in the history
This poplulates the lists of flaky tests with tests that failed recently
in Jenkins.

PR-URL: #2424
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: João Reis <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
  • Loading branch information
orangemocha committed Aug 27, 2015
1 parent e822a4b commit 34e25b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit 34e25b2

Please sign in to comment.