drd/tests: Follow-up for r14478 - make regression test output independent of --read-inline-info

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14491 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/drd/tests/pth_barrier_thr_cr.supp b/drd/tests/pth_barrier_thr_cr.supp
index 7746043..653b2d2 100644
--- a/drd/tests/pth_barrier_thr_cr.supp
+++ b/drd/tests/pth_barrier_thr_cr.supp
@@ -3,3 +3,9 @@
    drd:BarrierErr
    fun:pthread_barrier_wait
 }
+{
+   number-of-concurrent-pthead_barrier_wait()-calls-exceeds-barrier-count
+   drd:BarrierErr
+   fun:pthread_barrier_wait_intercept
+   fun:pthread_barrier_wait
+}
diff --git a/drd/tests/std_thread2.supp b/drd/tests/std_thread2.supp
index c53c2ef..1da5da8 100644
--- a/drd/tests/std_thread2.supp
+++ b/drd/tests/std_thread2.supp
@@ -8,3 +8,9 @@
    drd:ConflictingAccess
    fun:pthread_create@@GLIBC_2.2*
 }
+{
+   pthread_create
+   drd:ConflictingAccess
+   fun:allocate_stack
+   fun:pthread_create@@GLIBC_2.2*
+}