google/gvisor

Combine similar syscall tests

Ouverte

#1 640 ouverte le 22 janv. 2020

 (4 commentaires) (0 réaction) (0 personne assignée)Go (1 061 forks)batch import
area: testsexportedgood first issuepriority: p2type: bug

Métriques du dépôt

Stars
 (12 713 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur