Fix arm64-linux/scalar clone test argument check order.

When the clone syscall was refactored to work across all linux arches
the arguments were checked in a different order. Fix the arm64-linux
scalar.stderr.exp to match the same order for the (invalid) clone
arguments.

This makes memcheck/tests/arm64-linux/scalar.vgtest pass again.
This commit is contained in:
Mark Wielaard 2018-09-19 21:23:06 +02:00
parent 6ee4d476c6
commit 8e891c5ad8

View File

@ -789,7 +789,12 @@ Syscall param clone(parent_tidptr) contains uninitialised byte(s)
...
by 0x........: main (scalar.c:556)
Syscall param clone(child_tls) contains uninitialised byte(s)
Syscall param clone(parent_tidptr) points to unaddressable byte(s)
...
by 0x........: main (scalar.c:556)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
Syscall param clone(tlsinfo) contains uninitialised byte(s)
...
by 0x........: main (scalar.c:556)
@ -797,7 +802,7 @@ Syscall param clone(child_tidptr) contains uninitialised byte(s)
...
by 0x........: main (scalar.c:556)
Syscall param clone(parent_tidptr) points to unaddressable byte(s)
Syscall param clone(child_tidptr) points to unaddressable byte(s)
...
by 0x........: main (scalar.c:556)
Address 0x........ is not stack'd, malloc'd or (recently) free'd