zephyr/tests/lib
Keith Packard 1a830e2af6 tests/sprintf: Remove tests with NULL FILE pointer
The C language says that use of a NULL FILE pointer with stdio functions is
undefined behavior. Let's just remove them instead of expecting the minimal
C library to exhibit a specific behavior in this case.

This also avoids problems when not using -ffreestanding as in that case,
the C compiler may generate warnings, or even cause undefined behavior on
its own.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-25 06:18:26 -04:00
..
c_lib libc: fix armclang compiler warnings with is*() functions 2023-04-04 13:47:34 +02:00
cbprintf_fp samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
cbprintf_package
cmsis_dsp tests: lib: cmis_dsp matrix_unary_f64 requires more than 64KB of RAM 2023-04-21 09:09:54 -05:00
cmsis_nn
cpp cpp: Add rtio headers to cxx test 2023-04-13 09:59:31 +02:00
devicetree tests: lib: devicetree: test DT_ANY_INST_HAS_PROP_STATUS_OKAY 2023-04-24 09:21:36 -05:00
fdtable
gui/lvgl
hash_function
hash_map
heap
heap_align
json
linear_range
mem_alloc tests: lib: mem_alloc: skip reallocarray test on arm clang 2023-03-20 12:23:45 -04:00
mem_blocks
mem_blocks_stats
mpsc_pbuf tests/lib/mpsc_pbuf: Increase timeout on concurrent test to 120 seconds 2023-04-10 22:02:46 +09:00
newlib
notify
onoff
p4workq
ringbuffer
smf
sprintf tests/sprintf: Remove tests with NULL FILE pointer 2023-04-25 06:18:26 -04:00
spsc_pbuf
sys_util
thrift/ThriftTest
time
uoscore