gvisor/test/runtimes/exclude
Jamie Liu d79cf4808d Disable flaky java11 tests.
Regarding ThreadCpuTimeArray.java: The test starts 10 threads, each of which
does some computation, then blocks. When all threads are blocked, the test
sleeps for 200ms, then checks that less than 100ns of CPU time in userspace
elapse over the course of the sleep; AFAICT, the 100ns of slop is because a
thread indicates that it's in the WAITING state before it actually blocks, and
because signals can cause threads to be temporarily woken. gVisor's CPU clocks
have a granularity of 10ms (the interval of Kernel.cpuClockTicker is
//pkg/abi/linux.ClockTick), so a single tick pushes the test over the
threshold.

PiperOrigin-RevId: 333830287
2020-09-25 16:28:00 -07:00
..
go1.12.csv [runtime tests] Add documentation. 2020-09-16 13:48:26 -07:00
java11.csv Disable flaky java11 tests. 2020-09-25 16:28:00 -07:00
nodejs12.4.0.csv Disable nodejs12.4 test async-hooks/test-statwatcher. 2020-09-17 11:53:10 -07:00
php7.3.6.csv Disable PHP test ext/standard/tests/streams/proc_open_bug60120.phpt. 2020-09-18 14:00:19 -07:00
python3.7.3.csv [runtime tests] Add documentation. 2020-09-16 13:48:26 -07:00