zephyr/tests
Kumar Gala 64be8d3283 tests: mem_alloc: Fix build issue with malloc test
Since malloc takes a size_t, we should use 0x7fffffff as the max size
(ie what the larget unsigned int) would normall be.  Newer newlib's have
a check that will fail building since 0xf0000000 exceeds the size.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-02-16 09:23:16 -06:00
..
application_development cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
benchmarks include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
bluetooth tests: bluetooth/mesh_shell: Fine-tune config for lower RAM footprint 2019-02-15 18:49:14 -05:00
boards tests: intel_s1000: use I2C device name directly 2019-02-10 15:06:39 -05:00
booting/stub cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
cmsis_rtos_v1 tests: set CONFIG_MAX_THREAD_BYTES for a few tests 2019-02-08 07:04:30 -05:00
cmsis_rtos_v2 tests: cmsis_rtos_v2: Join and detach tests 2019-02-08 11:59:38 -05:00
compliance
coverage tests: coverage: GCOV counter value changed in GCC8. 2019-01-28 08:39:06 -05:00
crypto cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
drivers tests: drivers: counter: Test cleanup 2019-02-13 18:15:56 -05:00
include arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
kernel tests: fatal: refactor and add user mode tests 2019-02-15 09:48:37 -05:00
lib tests: mem_alloc: Fix build issue with malloc test 2019-02-16 09:23:16 -06:00
misc tests: util: Add UTIL_LISTIFY tests 2019-02-11 09:28:14 -05:00
net include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
posix tests: posix: fs: Decrease ramdisk size, increase stack size 2019-02-08 12:07:53 -05:00
shell cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
subsys include: misc: util.h: Rename min/max to MIN/MAX 2019-02-14 22:16:03 -05:00
unit lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
ztest userspace: remove APPLICATION_MEMORY feature 2019-02-08 07:04:30 -05:00
CMakeLists.txt tests: coverage: Add Gcov support. 2019-01-16 06:12:33 -05:00
Kconfig test: Kconfig: Correct HAS_COVERAGE_SUPPORT description 2019-02-11 11:38:15 -06:00