google/gvisor

Combine similar syscall tests

Open

#1.640 geöffnet am 22. Jan. 2020

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (12.713 Stars) (1.061 Forks)batch import
area: testsexportedgood first issuepriority: p2type: bug

Beschreibung

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.

Contributor Guide