1 2 3 4 5 6 7
|
# We ignore the LD_PRELOAD lines from the expected output because they contain the build path
! ignore .*LD_PRELOAD.*
$ $VALGRIND_NO_TRACE_CHILDREN ${bindir:=.}/../../bin/simgrid-mc --cfg=model-check/setenv:LD_PRELOAD=${libdir:=.}/libsthread.so ${bindir:=.}/pthread-exit
> [0.000000] [mc_dfs/INFO] Start a DFS exploration. Reduction is: dpor.
> thread exited with 'Hello, world'
> [0.000000] [mc_dfs/INFO] DFS exploration ended. 5 unique states visited; 1 explored traces (0 transition replays, 5 states visited overall)
|