]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add exp file for tc20_verifywrap due to different errno values on MIPS.
authorPetar Jovanovic <mips32r2@gmail.com>
Tue, 18 Sep 2012 21:02:59 +0000 (21:02 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 18 Sep 2012 21:02:59 +0000 (21:02 +0000)
commit1e2f0de91c8b8a5a00b6fa1250dd3ac3ebcf853d
tree9524e34359ebad21fcadbec34a9614812852f780
parentb792917720c31c323b90c4481d520242c8690010
Add exp file for tc20_verifywrap due to different errno values on MIPS.

Different error numbers on MIPS require us to add an extra exp file for this
test. EDEADLK is 45 on MIPS (and not 35), and EOPNOTSUPP is 122 (and not 95).
Furthermore, sem_post will pass due to different implementation on MIPS (in
comparison to x86_64), and thus one error less has to be reported in the log.

This fixes helgrind/tests/tc20_verifywrap.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12998
helgrind/tests/Makefile.am
helgrind/tests/tc20_verifywrap.stderr.exp-mips32 [new file with mode: 0644]