zephyr/tests
Andy Ross 00e2cce1fc tests/kernel/timer/timer_api: Fix static double-conversion goof
The test of the absolute timeout feature was a simple whitebox test
that inspected the generated ticks field of different constructors for
identity.  But it wasn't simple enough, because it was doing a
ticks->ms->ticks conversion (at compile time, sigh) on the input data,
which is obviously lossy on platforms where ticks are shorter than
milliseconds by non-integral factors.

Fix to do the conversion in just one direction.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-04-22 17:35:10 +02:00
..
application_development
arch
benchmarks
bluetooth
boards
crypto
drivers tests: drivers: gpio: add SX1509B interrupt-supporting configs 2020-04-20 18:51:59 +02:00
kernel tests/kernel/timer/timer_api: Fix static double-conversion goof 2020-04-22 17:35:10 +02:00
lib sys: onoff: redesign to meet changed needs 2020-04-22 16:52:47 +02:00
misc/test_build
net test: net: tcp2: Tests for connection close 2020-04-22 12:41:39 +03:00
portability
posix
shell
subsys
unit
ztest