zephyr/tests/posix
Peter Bigot 2534b18bb1 tests: posix: common: remove sub-microsecond nanosleep test
Beyond the complexities of tick resolution on QEMU, this test is
invalid because POSIX nanosleep as currently implemented uses
k_busy_wait(ns / 1000) which means it's measuring the duration of
k_busy_wait(0) in ticks, which has no reasonable relation to 1 ns
regardless of tolerance.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-09-16 12:04:04 +02:00
..
common tests: posix: common: remove sub-microsecond nanosleep test 2020-09-16 12:04:04 +02:00
eventfd tests: posix: eventfd: test read and poll after multiple writes 2020-07-20 16:21:37 +02:00
eventfd_basic tests: posix: eventfd_basic: add new test 2020-06-15 16:52:29 +02:00
fs tests/posix/fs: Fix missing close in error paths 2020-08-05 08:04:29 -04:00