google/gvisor

Combine similar syscall tests

Open

#1,640 建立於 2020年1月22日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Go (12,713 star) (1,061 fork)batch import
area: testsexportedgood first issuepriority: p2type: bug

描述

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.

貢獻者指南