google/gvisor

Combine similar syscall tests

开放

#1,640 创建于 2020年1月22日

 (4 条评论) (0 个反应) (0 位负责人)Go (1,061 个派生)batch import
area: testsexportedgood first issuepriority: p2type: bug

仓库指标

星标
 (12,713 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Some gVisor syscall tests are almost identical and can easily be combined. This requires changes to the parameterized test parameter.

Example tests are UDPBroadcastSendRecvOnSocketBoundToAny and UDPBroadcastSendRecvOnSocketBoundToBroadcast in socket_ipv4_udp_unbound_external_networking.cc.

贡献者指南