]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix scalar.
authorNicholas Nethercote <njn@valgrind.org>
Sat, 2 Jul 2005 17:15:28 +0000 (17:15 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 2 Jul 2005 17:15:28 +0000 (17:15 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4084

memcheck/tests/x86/scalar.stderr.exp
memcheck/tests/x86/scalar.stderr.exp2

index f9b911f477d04c00a12c2ff936e9493fa9118165..968163409862185bdb1534e08c3f6d392fd827da 100644 (file)
@@ -94,7 +94,6 @@ Syscall param close(fd) contains uninitialised byte(s)
    at 0x........: syscall (in /...libc...)
    by 0x........: __libc_start_main (in /...libc...)
    by 0x........: ...
-Warning: invalid file descriptor -1 in syscall close()
 -----------------------------------------------------
   7:        __NR_waitpid 3s 1m
 -----------------------------------------------------
index 31b2e09fb6a5f1b742e4958f72bff437c65bdaed..7a4113e4350b443a406e24031dc905543202b846 100644 (file)
@@ -93,7 +93,6 @@ Syscall param open(filename) points to unaddressable byte(s)
 Syscall param close(fd) contains uninitialised byte(s)
    at 0x........: syscall (in /...libc...)
    by 0x........: main (scalar.c:62)
-Warning: invalid file descriptor -1 in syscall close()
 -----------------------------------------------------
   7:        __NR_waitpid 3s 1m
 -----------------------------------------------------