google/gvisor

Combine similar syscall tests

Open

#1.640 aberto em 22 de jan. de 2020

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Go (1.061 forks)batch import
area: testsexportedgood first issuepriority: p2type: bug

Métricas do repositório

Stars
 (12.713 stars)
Métricas de merge de PR
 (Mesclagem média 4d 22h) (184 fundiu PRs em 30d)

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.

Guia do colaborador