zephyr/tests/lib
Ilya Tagunov 48d2382874 tests: math: interpolation: disable floating point contraction
This test cannot tolerate any loss of precision, including the one
caused by the compiler contracting floating points operations together,
like in fused multiply-add (FMA). Some toolchains enable FP contraction
by default, so disable it for the specific test and let the user decide
themselves whether precision or performance is needed for their
specific application.

Co-authored-by: Jordan Yates <jordan@embeint.com>
Co-authored-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
2025-01-09 09:51:39 +01:00
..
acpi tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
c_lib tests: lib: c_lib: add the proper dependency for asctime_r and ctime_r 2024-11-23 20:12:02 -05:00
cbprintf_fp tests/lib/cbprintf_fp: add hifive1.conf 2024-04-02 14:31:39 +01:00
cbprintf_package tests: lib: cbprintf_package: Extend test coverage 2024-11-01 09:56:03 -05:00
cmsis_dsp manifest: update cmsis-dsp to v1.16.2 2024-11-25 14:42:07 +01:00
cmsis_nn tests: cmsis_nn: reduce architecture scope 2024-11-16 15:01:55 -05:00
cpp tests: lib: cpp: cxx: Filter out all ARMs from nRF54x and nRF92 2025-01-08 19:10:24 +01:00
devicetree tests: fix zephyr/drivers/gpio.h usage 2024-12-20 03:17:25 +01:00
fdtable fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
gui/lvgl tests: lib: gui: lvgl: Add testcase for OSAL implementation 2025-01-04 14:17:10 +01:00
hash_function
hash_map tests/lib: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
heap boards: rename qemu_xtensa to qemu_xtensa/dc233c 2024-10-02 09:58:36 +02:00
heap_align hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
json json: support parsing and serializing 'uint64_t' 2024-10-05 14:04:48 -04:00
linear_range
lockfree tests: remove misnamed platforms from platform_exclude 2024-09-16 10:07:51 +02:00
math/interpolation tests: math: interpolation: disable floating point contraction 2025-01-09 09:51:39 +01:00
mem_alloc
mem_blocks arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
mem_blocks_stats
mpsc_pbuf lib: os: mpsc_pbuf: do not wait when spinlock is held 2025-01-06 06:53:52 +01:00
multi_heap multi_heap: introduce support for realloc() 2024-11-16 14:02:07 -05:00
net_buf tests: lib: net_buf: move network buffer tests to tests/lib/net_buf 2024-09-07 11:19:05 -05:00
newlib samples: tests: bluetooth: Add support for frdm_rw612 2024-06-10 07:02:06 -07:00
notify
onoff
p4workq Revert "tests: disable NRF5 entropy driver on some bsim/qemu tests" 2024-12-12 00:15:39 +00:00
ringbuffer tests/lib: Use hwmv2 native targets identifiers 2024-03-15 16:13:12 +01:00
shared_multi_heap kernel: mm: rename z_phys_un/map to k_mem_*_phys_bare 2024-06-12 21:13:26 -04:00
smf Lib: SMF: Add test for stuck handled bit 2024-06-24 14:50:00 -04:00
sprintf test: Apply semantic patch file ztest_strcmp.cocci 2024-06-14 19:25:42 +02:00
spsc_pbuf tests: lib: spsc_pbuf: Do not run test with cache 2024-07-01 16:07:30 -04:00
sys_util include: sys: util: add note and test for NUM_VA_ARGS_LESS_1 2024-05-01 22:56:00 +01:00
time posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 2024-06-04 16:27:12 -05:00