]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Rename testcase from execve to execve1.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 3 Oct 2011 23:05:56 +0000 (23:05 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 3 Oct 2011 23:05:56 +0000 (23:05 +0000)
The reason is that the point of failure is in glibc
in a file named execve.c  The backtrace filtering
(which is filename based) cannot distinguish the
two execve.c file names. Renaming the testcsae does the
trick.

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

memcheck/tests/Makefile.am
memcheck/tests/execve.vgtest [deleted file]
memcheck/tests/execve1.c [moved from memcheck/tests/execve.c with 100% similarity]
memcheck/tests/execve1.stderr.exp [moved from memcheck/tests/execve.stderr.exp with 100% similarity]
memcheck/tests/execve1.vgtest [new file with mode: 0644]

index 010d72ae899a5ca138dc810244c72dd6a9b50526..8dd06ef3c30e5234c73ebee4b9418a4e096b7531 100644 (file)
@@ -80,7 +80,7 @@ EXTRA_DIST = \
        error_counts.stderr.exp error_counts.vgtest \
        errs1.stderr.exp errs1.vgtest \
        exitprog.stderr.exp exitprog.vgtest \
-       execve.stderr.exp execve.vgtest \
+       execve1.stderr.exp execve1.vgtest \
        execve2.stderr.exp execve2.vgtest \
        file_locking.stderr.exp file_locking.vgtest \
        fprw.stderr.exp fprw.vgtest \
@@ -219,7 +219,7 @@ check_PROGRAMS = \
        custom-overlap \
        deep_templates \
        describe-block \
-       doublefree error_counts errs1 exitprog execve execve2 erringfds \
+       doublefree error_counts errs1 exitprog execve1 execve2 erringfds \
        err_disable1 err_disable2 err_disable3 err_disable4 \
        file_locking \
        fprw fwrite inits inline \
@@ -286,7 +286,7 @@ err_disable4_LDADD  = -lpthread
 
 error_counts_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@
 
-execve_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
+execve1_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
 
 execve2_CFLAGS = $(AM_CFLASG) @FLAG_W_NO_NONNULL@
 
diff --git a/memcheck/tests/execve.vgtest b/memcheck/tests/execve.vgtest
deleted file mode 100644 (file)
index 51a8d51..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-prog: execve
-vgopts: -q
diff --git a/memcheck/tests/execve1.vgtest b/memcheck/tests/execve1.vgtest
new file mode 100644 (file)
index 0000000..1e8fdf5
--- /dev/null
@@ -0,0 +1,2 @@
+prog: execve1
+vgopts: -q