]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove writev.stderr.exp3 -- not necessary if we pass -q to Valgrind.
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 5 Nov 2004 13:45:53 +0000 (13:45 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 5 Nov 2004 13:45:53 +0000 (13:45 +0000)
Add writev.stderr.exp2 to the Makefile.am so it gets included in the distro.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2939

memcheck/tests/Makefile.am
memcheck/tests/writev.stderr.exp
memcheck/tests/writev.stderr.exp2
memcheck/tests/writev.stderr.exp3 [deleted file]
memcheck/tests/writev.vgtest

index c5041ccb89740d0cae76166891686e1aa6ed48a5..d0bc26e92eb6f4d0b19b26c904310f2de27a8cc0 100644 (file)
@@ -65,7 +65,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
        threadederrno.stderr.exp threadederrno.stdout.exp \
        threadederrno.vgtest \
        vgtest_ume.stderr.exp vgtest_ume.vgtest \
-       writev.stderr.exp writev.vgtest \
+       writev.stderr.exp writev.stderr.exp2 writev.vgtest \
        zeropage.stderr.exp zeropage.stderr.exp2 zeropage.vgtest
 
 check_PROGRAMS = \
index 685d9c63839baca0673d6a967ef56ba9e7828fe9..67b273c6c4b7b5d1de8067ed929f85d300a28bac 100644 (file)
@@ -1,4 +1,3 @@
-
 Test file created.
 Syscall param writev(vector[...]) contains uninitialised or unaddressable byte(s)
    at 0x........: writev (in /...libc...)
@@ -17,9 +16,3 @@ Syscall param readv(vector) contains uninitialised or unaddressable byte(s)
    by 0x........: main (writev.c:76)
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 Received EINVAL as expected
-
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis,  rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
index 001b2b224fb31b1e4bff8693039d12e9ac6f25e9..18dfcf0646d165528c3f29a06f2eea3678ca0306 100644 (file)
@@ -1,4 +1,3 @@
-
 Test file created.
 Syscall param writev(vector[...]) contains uninitialised or unaddressable byte(s)
    at 0x........: (within /...libc...)
@@ -17,9 +16,3 @@ Syscall param readv(vector) contains uninitialised or unaddressable byte(s)
    by 0x........: main (writev.c:76)
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 Received EINVAL as expected
-
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis,  rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
diff --git a/memcheck/tests/writev.stderr.exp3 b/memcheck/tests/writev.stderr.exp3
deleted file mode 100644 (file)
index b241699..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-Test file created.
-Syscall param writev(vector[...]) contains uninitialised or unaddressable byte(s)
-   at 0x........: writev (in /...libc...)
-   by 0x........: main (writev.c:56)
- Address 0x........ is not stack'd, malloc'd or (recently) free'd
-Received EFAULT as expected
-
-Syscall param writev(vector) contains uninitialised or unaddressable byte(s)
-   at 0x........: writev (in /...libc...)
-   by 0x........: main (writev.c:68)
- Address 0x........ is not stack'd, malloc'd or (recently) free'd
-Received EINVAL as expected
-
-Syscall param readv(vector) contains uninitialised or unaddressable byte(s)
-   at 0x........: readv (in /...libc...)
-   by 0x........: main (writev.c:76)
- Address 0x........ is not stack'd, malloc'd or (recently) free'd
-Received EINVAL as expected
-
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 1 allocs, 1 frees, 24 bytes allocated.
-For a detailed leak analysis,  rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
index 0670cc702fb347e106aa0fd76faa60446a58a937..69993c208976768ca76cb9b33ec978f5ceadc272 100644 (file)
@@ -1 +1,2 @@
 prog: writev
+vgopts: -q