| // Copyright 2023 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| { |
| actions: [ |
| { |
| type: "expect_pass", |
| matchers: [ |
| "*", |
| ], |
| }, |
| { |
| type: "expect_failure", |
| matchers: [ |
| "NetStreamSocketsTest.ResetOnFullReceiveBufferShutdown", |
| "LocalhostTest.AcceptAfterReset", |
| "LocalhostTest.RaceLocalPeerClose", |
| "LocalhostTest.GetAddrInfo", |
| "NetStreamTest.GetTcpInfo", |
| "NetStreamTest.GetSocketAcceptConn", |
| "NetStreamTest.ConnectTwice", |
| "NetStreamTest/ConnectAcrossIpVersionTest.ConnectReturnsError/IPv*_WithPreexistingErr", |
| "NetStreamTest/HangupTest.DuringConnect/ShutdownClient", |
| "NetStreamTest/HangupTest.DuringConnect/*Server", |
| ], |
| }, |
| { |
| type: "skip", |
| matchers: [ |
| // TODO(https://fxbug.dev/42138506): Re-enable this once the test |
| // isn't trying to accomodate NS2 buffer size values. |
| "NetStreamSocketsTest.PartialWriteStress", |
| "NetStreamTest/ConnectingIOTest.BlockedIO/CloseListener*", |
| "NetStreamTest/BlockedIOTest.CloseWhileBlocked/close*Linger*", |
| ], |
| }, |
| ], |
| } |