Add scalar testcase change to valgrind-3.8.1-capget.patch.

This commit is contained in:
Mark Wielaard 2012-09-21 14:16:03 +02:00
parent 3bd4891b32
commit a84d919daa
2 changed files with 12 additions and 0 deletions

View File

@ -37,3 +37,14 @@ main (int c, char **argv)
}
POST(sys_capget)
{
--- valgrind/memcheck/tests/x86-linux/scalar.c (revision 13010)
+++ valgrind/memcheck/tests/x86-linux/scalar.c (working copy)
@@ -813,7 +813,7 @@
// __NR_capget 184
GO(__NR_capget, "2s 2m");
- SY(__NR_capget, x0, x0); FAIL;
+ SY(__NR_capget, x0, x0+1); FAIL;
// __NR_capset 185
GO(__NR_capset, "2s 2m");

View File

@ -331,6 +331,7 @@ echo ===============END TESTING===============
- Add valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
- Replace valgrind-3.8.1-cfi_dw_ops.patch with version as committed upstream.
- Remove erroneous printf change from valgrind-3.8.1-abbrev-parsing.patch.
- Add scalar testcase change to valgrind-3.8.1-capget.patch.
* Thu Sep 20 2012 Mark Wielaard <mjw@redhat.com> 3.8.1-1
- Add partial backport of upstream revision 12884