-
- Downloads
Convert tst-epoll.cc to standard C++
Replace OSv-specific constructs in tst-epoll.cc by their standard C++ counterparts (i.e., std::thread, std::chrono, std::cout). This test now also runs (and of course, succeeds) on Linux. In general, it is important at all our Linux-ABI tests (where we test our implementation of the Linux/glibc functionality) to be able to run on Linux as well. Otherwise, it is possible our tests don't actually test the right thing (we may test for some expected behavior, but the actual behavior on Linux is different). I'm doing this in preparation for fixing issue #188 (fix edge-triggered epoll). Signed-off-by:Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Please register or sign in to comment