New libc_integration test

I created a test program which stresses the interplay between libc,
pthreads and vfs_pipe and may detect regressions.

The program starts a thread that spawns a bunch of workers, sends and
receives data to them through a pipe. When all data of a worker is
collected, the worker is finished (join()) and a new worker is started.
Both the number of bytes sent to the worker and the size of its
answer are random.

Issue #3967
This commit is contained in:
Pirmin Duss
2020-11-16 16:19:18 +01:00
committed by Norman Feske
parent f49ec5b171
commit bb6617ad03
13 changed files with 1087 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ gdb_monitor
ieee754
init_smp
event_filter
libc_integration
libc_vfs_fs_ext2
log_core
lwip