gvisor/images/basic/integrationtest
Fabricio Voznika 9768009a79 Don't eat error from epoll_ctl EPOLL_CTL_ADD
Docker maps stdin to `/dev/null` which doesn't support epoll. Host FD
was ignoring the error and suceeding the epoll_ctl call from the
container, giving false impressing that epoll would be notified.

This required plumbing failure to all waiter.Waitable.EventRegister
callers and implementers.

Closes #6795

PiperOrigin-RevId: 414797621
2021-12-07 12:36:00 -08:00
..
Dockerfile.x86_64 Implement ioctl(fd, FIONREAD) for host FDs 2021-11-10 17:07:06 -08:00
copy_up_testfile.txt [infra] Consolidate all ubuntu tests into one image. 2021-02-01 12:30:45 -08:00
host_fd.c Don't eat error from epoll_ctl EPOLL_CTL_ADD 2021-12-07 12:36:00 -08:00
link_test.c [infra] Consolidate all ubuntu tests into one image. 2021-02-01 12:30:45 -08:00
ping4.sh [infra] Consolidate all ubuntu tests into one image. 2021-02-01 12:30:45 -08:00
ping6.sh [infra] Consolidate all ubuntu tests into one image. 2021-02-01 12:30:45 -08:00
test_copy_up.c [infra] Consolidate all ubuntu tests into one image. 2021-02-01 12:30:45 -08:00
test_rewinddir.c [infra] Consolidate all ubuntu tests into one image. 2021-02-01 12:30:45 -08:00
test_sticky.c [vfs] Make sticky bit check consistent with Linux. 2021-02-03 22:44:51 -08:00