]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Moved two Linux-specific syscalls to the linux subdirectory.
authorBart Van Assche <bvanassche@acm.org>
Thu, 17 Mar 2011 10:57:49 +0000 (10:57 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 17 Mar 2011 10:57:49 +0000 (10:57 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11651

memcheck/tests/Makefile.am
memcheck/tests/linux-syscalls-2007.vgtest [deleted file]
memcheck/tests/linux-syslog-syscall.vgtest [deleted file]
memcheck/tests/linux/Makefile.am
memcheck/tests/linux/syscalls-2007.c [moved from memcheck/tests/linux-syscalls-2007.c with 100% similarity]
memcheck/tests/linux/syscalls-2007.stderr.exp [moved from memcheck/tests/linux-syscalls-2007.stderr.exp with 100% similarity]
memcheck/tests/linux/syscalls-2007.vgtest [new file with mode: 0644]
memcheck/tests/linux/syslog-syscall.c [moved from memcheck/tests/linux-syslog-syscall.c with 100% similarity]
memcheck/tests/linux/syslog-syscall.stderr.exp [moved from memcheck/tests/linux-syslog-syscall.stderr.exp with 100% similarity]
memcheck/tests/linux/syslog-syscall.vgtest [new file with mode: 0644]

index ba9dcfac118f19dff5601cbf0aad6a0d9f488df4..62fdbb907847ca0a3efd3fabdf7886adfd958974 100644 (file)
@@ -95,8 +95,6 @@ EXTRA_DIST = \
        leak-pool-4.vgtest leak-pool-4.stderr.exp \
        leak-pool-5.vgtest leak-pool-5.stderr.exp \
        leak-tree.vgtest leak-tree.stderr.exp \
-       linux-syslog-syscall linux-syslog-syscall.stderr.exp \
-       linux-syscalls-2007 linux-syscalls-2007.stderr.exp \
        long_namespace_xml.vgtest long_namespace_xml.stdout.exp \
        long_namespace_xml.stderr.exp \
        long-supps.vgtest long-supps.stderr.exp long-supps.supp \
@@ -223,8 +221,6 @@ check_PROGRAMS = \
        leak-cycle \
        leak-pool \
        leak-tree \
-       linux-syslog-syscall \
-       linux-syscalls-2007 \
        long_namespace_xml \
        long-supps \
        mallinfo \
diff --git a/memcheck/tests/linux-syscalls-2007.vgtest b/memcheck/tests/linux-syscalls-2007.vgtest
deleted file mode 100644 (file)
index 1a9af54..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-prog: linux-syscalls-2007
-stderr_filter: filter_allocs
diff --git a/memcheck/tests/linux-syslog-syscall.vgtest b/memcheck/tests/linux-syslog-syscall.vgtest
deleted file mode 100644 (file)
index 7ffb127..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-prog: linux-syslog-syscall
-stderr_filter: filter_allocs
index 72f57c4d8cd8340eb52a392c45ee365bd785fb94..2b887470e63a02ce978a52b04b03c4cc758252fe 100644 (file)
@@ -12,6 +12,8 @@ EXTRA_DIST = \
        stack_changes.stderr.exp stack_changes.stdout.exp \
            stack_changes.stdout.exp2 stack_changes.vgtest \
        stack_switch.stderr.exp stack_switch.vgtest \
+       syscalls-2007 syscalls-2007.stderr.exp \
+       syslog-syscall syslog-syscall.stderr.exp \
        timerfd-syscall timerfd-syscall.stderr.exp \
        with-space.stderr.exp with-space.stdout.exp with-space.vgtest
 
@@ -23,6 +25,8 @@ check_PROGRAMS = \
        sigqueue \
        stack_changes \
        stack_switch \
+       syscalls-2007 \
+       syslog-syscall \
        timerfd-syscall
 
 
diff --git a/memcheck/tests/linux/syscalls-2007.vgtest b/memcheck/tests/linux/syscalls-2007.vgtest
new file mode 100644 (file)
index 0000000..7ba82c4
--- /dev/null
@@ -0,0 +1,2 @@
+prog: syscalls-2007
+stderr_filter: ../filter_allocs
diff --git a/memcheck/tests/linux/syslog-syscall.vgtest b/memcheck/tests/linux/syslog-syscall.vgtest
new file mode 100644 (file)
index 0000000..c96ccf1
--- /dev/null
@@ -0,0 +1,2 @@
+prog: syslog-syscall
+stderr_filter: ../filter_allocs