mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Norman Feske
parent
f49ec5b171
commit
bb6617ad03
@@ -18,6 +18,7 @@ gdb_monitor
|
||||
ieee754
|
||||
init_smp
|
||||
event_filter
|
||||
libc_integration
|
||||
libc_vfs_fs_ext2
|
||||
log_core
|
||||
lwip
|
||||
|
||||
Reference in New Issue
Block a user