]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix expected error output of drd/tests/bar_bad* on Solaris.
authorIvo Raisr <ivosh@ivosh.net>
Fri, 23 Sep 2016 17:23:47 +0000 (17:23 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Fri, 23 Sep 2016 17:23:47 +0000 (17:23 +0000)
commit4e6b94f570280e999990f7bd0e022e292b779bb6
treeeae743a63aabec8c1a115331f2f2fb27d8e5d41d
parentb21c19ffb3507f9fa2544cad48ec1adef5c271de
Fix expected error output of drd/tests/bar_bad* on Solaris.
On Solaris, we still do get error reports about destroying
a barrier which was never initialized even after SVN r15962.
We also get an error report about destroying barrier bar3
which is still waited upon by a thread.
n-i-bz

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15979
drd/tests/Makefile.am
drd/tests/bar_bad.stderr.exp-solaris [new file with mode: 0644]
drd/tests/bar_bad_xml.stderr.exp-solaris [new file with mode: 0644]