]> git.ipfire.org Git - thirdparty/valgrind.git/commit
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)
commitd13b1b34c8c11a5e1cf5ecfadbdaf6328212446a
treef2f7446ff00fce748895a969da10f4758ac5684d
parent64d14c247b841fe920e1444e989dbac3475c3029
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
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]