blob: 20c1952eb085cf03e943921825a660d4903965a7 [file]
// 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.GetOriginalDestination*",
"ReuseAddrTestsV4/ReuseAddrTest.TCPListenerReuseAddrConflicts/V4Any_V4Loopback",
"ReuseAddrTestsV4/ReuseAddrTest.TCPListenerReuseAddrConflicts/V4Loopback_V4Any",
"ReuseAddrTestsV6/ReuseAddrTest.TCPListenerReuseAddrConflicts/V6Any_V6Loopback",
"ReuseAddrTestsV6/ReuseAddrTest.TCPListenerReuseAddrConflicts/V6Loopback_V6Any",
],
},
],
}