From: Bart Van Assche Date: Sat, 31 Jul 2010 13:37:58 +0000 (+0000) Subject: Follow-up for r11191: made this test pass again. X-Git-Tag: svn/VALGRIND_3_6_0~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229c4c92b38baa7514eddad358b36fd1ac39f237;p=thirdparty%2Fvalgrind.git Follow-up for r11191: made this test pass again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11248 --- diff --git a/memcheck/tests/x86-linux/scalar.stderr.exp b/memcheck/tests/x86-linux/scalar.stderr.exp index 0aa67af130..a09a6d64a8 100644 --- a/memcheck/tests/x86-linux/scalar.stderr.exp +++ b/memcheck/tests/x86-linux/scalar.stderr.exp @@ -230,10 +230,6 @@ Syscall param mount(flags) contains uninitialised byte(s) Syscall param mount(data) contains uninitialised byte(s) ... -Syscall param mount(source) points to unaddressable byte(s) - ... - Address 0x........ is not stack'd, malloc'd or (recently) free'd - Syscall param mount(target) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd @@ -505,9 +501,6 @@ Syscall param fcntl(arg) contains uninitialised byte(s) ----------------------------------------------------- 55: __NR_fcntl (GETLK) 1s 0m ----------------------------------------------------- - -More than 100 errors detected. Subsequent errors -will still be recorded, but in less detail than before. Syscall param fcntl(lock) contains uninitialised byte(s) ... @@ -517,6 +510,9 @@ Syscall param fcntl(lock) contains uninitialised byte(s) ----------------------------------------------------- 57: __NR_setpgid 2s 0m ----------------------------------------------------- + +More than 100 errors detected. Subsequent errors +will still be recorded, but in less detail than before. Syscall param setpgid(pid) contains uninitialised byte(s) ...