Rename testcase from execve to execve1.

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
This commit is contained in:
Florian Krohm 2011-10-03 23:05:56 +00:00
parent 64d14c247b
commit d13b1b34c8
5 changed files with 5 additions and 5 deletions

View 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@

View File

@ -1,2 +0,0 @@
prog: execve
vgopts: -q

View File

@ -0,0 +1,2 @@
prog: execve1
vgopts: -q