Commit b163621e authored by Wez's avatar Wez Committed by Commit Bot

[Fuchsia] Filter tests broken by getsockname().

Temporarily filter some tests which fail due to broken getsockname()
semantics on connect()ed UDP sockets.

Bug: 989223
Change-Id: I5ddd5783d33ce84999cced12f273d3680f56fae1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1730653
Auto-Submit: Wez <wez@chromium.org>
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683366}
parent 97879e4e
...@@ -29,3 +29,8 @@ ...@@ -29,3 +29,8 @@
# https://crbug.com/986544 - Flakes with mismatched state expectations. # https://crbug.com/986544 - Flakes with mismatched state expectations.
-URLLoaderTest.ResourceSchedulerIntegration -URLLoaderTest.ResourceSchedulerIntegration
# https://crbug.com/989223 - connect()ed UDP socket's getsockname() is wrong.
-UDPSocketTest.TestReceiveMoreWithBufferSize
-UDPSocketTest.TestReadSend
-NetworkContextTest.CreateUDPSocket
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment