Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: marking recent test failures as flaky
These tests failed in either master builds, unrelated changes (like
marking tests as flaky) or are properly discussed in the respective
pull requests.
  • Loading branch information
joaocgreis committed Sep 3, 2015
commit deea530c08fd47e57076f085cb1b54c95519dbbc
29 changes: 25 additions & 4 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,38 @@ prefix parallel
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms
test-child-process-fork-net2 : PASS,FLAKY
test-tick-processor : PASS,FLAKY
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should only be ignored on armv7.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2376 (comment) failed on windows too, more than once. If you feel strongly about it, I can put it under linux and windows only.

test-tls-ticket-cluster : PASS,FLAKY

[$system==win32]
test-tls-ticket-cluster : PASS,FLAKY
test-process-config : PASS,FLAKY
test-repl-tab-complete : PASS,FLAKY

[$system==linux]
test-child-process-buffering : PASS,FLAKY
test-child-process-exit-code : PASS,FLAKY
test-child-process-fork-dgram : PASS,FLAKY
test-cluster-dgram-1 : PASS,FLAKY
test-cluster-dgram-2 : PASS,FLAKY
test-cluster-disconnect : PASS,FLAKY
test-cluster-worker-forced-exit : PASS,FLAKY
test-dgram-bind-default-address : PASS,FLAKY
test-dgram-bind-shared-ports : PASS,FLAKY
test-dgram-empty-packet : PASS,FLAKY
test-dgram-exclusive-implicit-bind : PASS,FLAKY
test-dgram-implicit-bind : PASS,FLAKY
test-dgram-multicast-setTTL : PASS,FLAKY
test-dgram-pingpong : PASS,FLAKY
test-dgram-udp4 : PASS,FLAKY
test-http-client-timeout-event : PASS,FLAKY
test-tick-processor : PASS,FLAKY
test-http-end-throw-socket-handling : PASS,FLAKY
test-http-set-timeout : PASS,FLAKY
test-net-listen-shared-ports : PASS,FLAKY
test-net-server-max-connections : PASS,FLAKY
test-stringbytes-external : PASS,FLAKY
test-tls-cipher-list : PASS,FLAKY
test-tls-no-sslv3 : PASS,FLAKY
test-child-process-buffering : PASS,FLAKY
test-child-process-exit-code : PASS,FLAKY

[$system==macos]

Expand Down
4 changes: 4 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ test-repl-persistent-history : PASS,FLAKY

[$system==linux]
test-vm-syntax-error-stderr : PASS,FLAKY
test-sigint-infinite-loop : PASS,FLAKY
test-child-process-emfile : PASS,FLAKY
test-stdout-stderr-reading : PASS,FLAKY

[$system==macos]

[$system==solaris] # Also applies to SmartOS
test-regress-GH-877 : PASS,FLAKY

[$system==freebsd]