From: Bart Van Assche Date: Thu, 17 Mar 2011 10:57:49 +0000 (+0000) Subject: Moved two Linux-specific syscalls to the linux subdirectory. X-Git-Tag: svn/VALGRIND_3_7_0~578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8cdf03cb3dd499e4d55bf9d4d2478dfe2e7194;p=thirdparty%2Fvalgrind.git Moved two Linux-specific syscalls to the linux subdirectory. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11651 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index ba9dcfac11..62fdbb9078 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -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 index 1a9af546d7..0000000000 --- a/memcheck/tests/linux-syscalls-2007.vgtest +++ /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 index 7ffb1279b9..0000000000 --- a/memcheck/tests/linux-syslog-syscall.vgtest +++ /dev/null @@ -1,2 +0,0 @@ -prog: linux-syslog-syscall -stderr_filter: filter_allocs diff --git a/memcheck/tests/linux/Makefile.am b/memcheck/tests/linux/Makefile.am index 72f57c4d8c..2b887470e6 100644 --- a/memcheck/tests/linux/Makefile.am +++ b/memcheck/tests/linux/Makefile.am @@ -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.c b/memcheck/tests/linux/syscalls-2007.c similarity index 100% rename from memcheck/tests/linux-syscalls-2007.c rename to memcheck/tests/linux/syscalls-2007.c diff --git a/memcheck/tests/linux-syscalls-2007.stderr.exp b/memcheck/tests/linux/syscalls-2007.stderr.exp similarity index 100% rename from memcheck/tests/linux-syscalls-2007.stderr.exp rename to memcheck/tests/linux/syscalls-2007.stderr.exp diff --git a/memcheck/tests/linux/syscalls-2007.vgtest b/memcheck/tests/linux/syscalls-2007.vgtest new file mode 100644 index 0000000000..7ba82c459f --- /dev/null +++ b/memcheck/tests/linux/syscalls-2007.vgtest @@ -0,0 +1,2 @@ +prog: syscalls-2007 +stderr_filter: ../filter_allocs diff --git a/memcheck/tests/linux-syslog-syscall.c b/memcheck/tests/linux/syslog-syscall.c similarity index 100% rename from memcheck/tests/linux-syslog-syscall.c rename to memcheck/tests/linux/syslog-syscall.c diff --git a/memcheck/tests/linux-syslog-syscall.stderr.exp b/memcheck/tests/linux/syslog-syscall.stderr.exp similarity index 100% rename from memcheck/tests/linux-syslog-syscall.stderr.exp rename to memcheck/tests/linux/syslog-syscall.stderr.exp diff --git a/memcheck/tests/linux/syslog-syscall.vgtest b/memcheck/tests/linux/syslog-syscall.vgtest new file mode 100644 index 0000000000..c96ccf13bc --- /dev/null +++ b/memcheck/tests/linux/syslog-syscall.vgtest @@ -0,0 +1,2 @@ +prog: syslog-syscall +stderr_filter: ../filter_allocs