Skip to content

Commit

Permalink
test: mark recently failing tests as flaky
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-v0.x-archive#25686
Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
  • Loading branch information
orangemocha committed Jul 17, 2015
1 parent 9c7bd6d commit a2f879f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/internet/internet.status
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
prefix internet

test-dns : PASS,FLAKY

[$system==win32]

[$system==linux]

[$system==macos]

[$system==solaris]
35 changes: 35 additions & 0 deletions test/simple/simple.status
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
prefix simple

test-http-client-timeout-event : PASS,FLAKY
test-http-pipeline-flood : PASS,FLAKY
test-child-process-fork-net2 : PASS,FLAKY
test-tls-session-cache : PASS,FLAKY
test-net-GH-5504 : PASS,FLAKY
test-debugger-repl-restart : PASS,FLAKY
test-http-curl-chunk-problem : PASS,FLAKY
test-fs-empty-readStream : PASS,FLAKY

[$system==win32]
test-cluster-bind-twice-v2 : PASS,FLAKY
test-pipe-file-to-http : PASS,FLAKY
test-stream2-stderr-sync : PASS,FLAKY
test-tls-securepair-server : PASS,FLAKY
test-timers-first-fire : PASS,FLAKY

[$system==linux]
test-abort-fatal-error : PASS,FLAKY
test-debugger-client : PASS,FLAKY
test-process-argv-0 : PASS,FLAKY
test-cluster-master-kill : PASS,FLAKY
test-cluster-worker-kill : PASS,FLAKY
test-timers-ordering : PASS,FLAKY
test-cluster-master-error : PASS,FLAKY

[$system==macos]
test-http-exit-delay : PASS,FLAKY

[$system==solaris]
test-abort-fatal-error : PASS,FLAKY
test-debugger-repl : PASS,FLAKY
test-debugger-repl-break-in-module : PASS,FLAKY
test-debugger-repl-utf8 : PASS,FLAKY
test-net-server-max-connections : PASS,FLAKY

0 comments on commit a2f879f

Please sign in to comment.