Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove ignored lines from tesh files, uberbumer
[simgrid.git] / examples / sthread / pthread-mutex-recursive.tesh
index afe8d88..0879b2c 100644 (file)
@@ -1,7 +1,6 @@
 $ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-recursive
-> sthread is intercepting the execution of ./pthread-mutex-recursive
-> [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.
 > Got the lock on the default mutex.
 > Failed to relock the default mutex.
 > Got the lock on the recursive mutex.
-> Got the lock again on the recursive mutex.
\ No newline at end of file
+> Got the lock again on the recursive mutex.
+> [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.