gvisor/test
Kevin Krakauer 420a89acd3 Fix flaky raw socket test.
The specific issue was:

- Test creates a raw ICMP socket
- Test sends an ICMP echo request (aka ping request) to itself via loopback
- Now two events race:
  - The raw socket recieves the ICMP echo request
  - Netstack receives the request and generates a reply (aka ping reply),
    which it sends back over loopback, where it is eventually received by the
    raw socket
- The test was written to expect packets in a specific order, but they can
  come in any order.

PiperOrigin-RevId: 236179066
Change-Id: I02c07c919d3d28093add3d18dd9196fbbc870813
2019-02-28 12:53:02 -08:00
..
syscalls Fix flaky raw socket test. 2019-02-28 12:53:02 -08:00
util Improve PosixErrorOr messages using gtest matchers. 2019-02-26 15:47:42 -08:00
BUILD gvisor: Run syscall tests in kokoro on the rbe cluster 2019-02-11 12:43:38 -08:00