mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
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:
parent
64d14c247b
commit
d13b1b34c8
@ -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@
|
||||
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
prog: execve
|
||||
vgopts: -q
|
||||
2
memcheck/tests/execve1.vgtest
Normal file
2
memcheck/tests/execve1.vgtest
Normal file
@ -0,0 +1,2 @@
|
||||
prog: execve1
|
||||
vgopts: -q
|
||||
Loading…
x
Reference in New Issue
Block a user