zephyr/tests/lib
Keith Packard 51abcc3642 tests/sprintf: Test picolibc inexact floating point printf
Picolibc has two floating point output modules, the default, "exact",
module which meets the ISO/IEC 9899:2011 specification and a smaller
"inexact" version which does not meet those specifications. Add a test for
this latter version to make sure it meets some modest Zephyr requirements.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-05-26 09:55:52 -04:00
..
c_lib tests: c_lib: test exit not _exit 2023-05-09 11:53:41 -07:00
cbprintf_fp tests: Use posix arch exclude where appropriate 2023-05-04 16:48:01 -04:00
cbprintf_package
cmsis_dsp samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
cmsis_nn
cpp rtio: Use mpsc for submission and completion queue 2023-05-10 00:39:43 +09:00
devicetree devicetree: tests: better DT_FOREACH_PROP_ELEM coverage 2023-05-16 18:14:26 +02:00
fdtable
gui/lvgl samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
hash_function tests: lib: hash_function: fix double-promotion warnings 2023-04-26 15:11:36 -07:00
hash_map tests,samples: Fix picolibc malloc arena settings 2023-05-09 01:29:16 +09:00
heap samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
heap_align samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
json json: add json_calc_encoded_arr_len 2023-05-19 19:52:04 +00:00
linear_range sys: linear_range: fix return value when window is outside range 2023-02-20 10:43:26 +01:00
mem_alloc tests/mem_alloc: Check for common malloc instead of minimal libc 2023-05-11 01:25:01 +09:00
mem_blocks samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mem_blocks_stats samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
mpsc_pbuf samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
newlib tests: newlib: cleanup test metadata 2023-05-25 04:44:11 -04:00
notify
onoff samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
p4workq
ringbuffer samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
smf tests: smf: cleanup test metadata 2023-05-25 04:44:11 -04:00
sprintf tests/sprintf: Test picolibc inexact floating point printf 2023-05-26 09:55:52 -04:00
spsc_pbuf
sys_util include/sys/util: Fix WAIT_FOR for POSIX_ARCH 2023-03-03 17:12:30 +01:00
thrift/ThriftTest samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
time
uoscore