| // 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: [ |
| "SocketTests/SendIpv6PacketInfoSuccessTest.SendAndRecv/NIC2_local_address", |
| "SocketTests/SendIpv6PacketInfoSuccessTest.SendAndRecv/NIC2_local_interface", |
| "SocketTests/SendIpv6PacketInfoSuccessTest.SendAndRecv/NIC2_local_address_and_interface", |
| "SocketTests/SendIpv6PacketInfoFailureTest.CheckError/Local_interface_and_bound_device_mismatch", |
| "SocketTests/SendIpv6PacketInfoFailureTest.CheckError/Local_address_and_bound_device_mismatch", |
| "SocketTests/SendIpv6PacketInfoFailureTest.CheckError/Local_addr_and_interface_mismatch", |
| "SocketTests/SendIpv6PacketInfoFailureTest.CheckError/Bound_address_and_local_interface_mismatch", |
| ], |
| }, |
| { |
| type: "skip", |
| matchers: [ |
| // Hangs indefinitely. |
| "InfraTest.UdpPingFromIpv4Ep*", |
| ], |
| }, |
| ], |
| } |