1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pthread_cooperation
Kaspar Schleiser afc983724b tests/pthread_cooperation: add hifive1 to BLACKLIST
The hifive1 has only 16kB of memory. The tests tries to allocate 12
thread stacks with 1kB (default) stacksize each. The corresponding
malloc() fails for the last two threads, making the test fail silently.
2019-04-11 15:42:42 +02:00
..
tests tests: move testrunner import up 2018-08-13 14:11:24 +02:00
main.c make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
Makefile tests/pthread_cooperation: add hifive1 to BLACKLIST 2019-04-11 15:42:42 +02:00