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 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
arch tests: arch: arm: interrupt: add test-case for spurious exception 2020-04-07 09:57:12 -05:00
benchmarks tests: benchmarks: Fix incorrect ARM arch variant check 2020-04-15 15:49:27 +02:00
bluetooth boards: nrf52810_pca10040: Rename to nrf52dk_nrf52810 2020-04-06 13:09:07 +02:00
boards coccinelle: re-run timeout conversion semantic patch 2020-04-15 08:28:57 -05:00
crypto cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
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 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
net test: net: tcp2: Tests for connection close 2020-04-22 12:41:39 +03:00
portability cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
posix cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
shell shell: Add shell_set_root_cmd function 2020-04-17 11:34:01 +02:00
subsys tests/subsys/fs/fcb: Fix flash_area_write failure on NRF 2020-04-17 10:23:47 +02:00
unit Revert "cmake: Get unit tests passing CI again" 2020-03-31 10:00:15 -04:00
ztest Revert "cmake: Get unit tests passing CI again" 2020-03-31 10:00:15 -04:00