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.
  • Loading branch information
joaocgreis authored and orangemocha committed Aug 26, 2015
1 parent 0d1dbf6 commit 9d97624
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion test/internet/internet.status
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 6 additions & 1 deletion test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d97624

Please sign in to comment.