Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / drd / tests / rwlock_type_checking.stderr.exp
blobb3d2dc9f1bb345dc6f56ae0a57f4452abc44923e
2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
3 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
4 by 0x........: main (rwlock_type_checking.c:?)
5 rwlock 0x........ was first observed at:
6 at 0x........: main (rwlock_type_checking.c:?)
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
9 at 0x........: main (rwlock_type_checking.c:?)
10 rwlock 0x........ was first observed at:
11 at 0x........: pthread_rwlock_init (drd_pthread_intercepts.c:?)
12 by 0x........: main (rwlock_type_checking.c:?)
14 Finished.
16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)