zephyr/tests/lib
Keith Packard 5e0a25f54d tests/mem_alloc: Check for common malloc instead of minimal libc
Instead of detecting that the minimal C library is in use before running
the malloc failure tests, check for the common malloc being in use as that
will also allow this test to run with picolibc.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-05-11 01:25:01 +09: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 treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS 2023-01-13 17:42:55 -05:00
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 samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
fdtable ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
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: Increase max number of descriptor elements from 30 to 62 2023-01-26 09:51:54 +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 samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
notify lib: notify: build sys-notify conditionally. 2022-10-03 10:18:15 +02:00
onoff samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
p4workq tests: fix various test identifiers 2023-02-06 10:06:10 +01:00
ringbuffer samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
smf yamllint: indentation: fix files in tests/ 2023-01-04 14:23:53 +01:00
sprintf samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
spsc_pbuf tests: fix various test identifiers 2023-02-06 10:06:10 +01:00
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