From cd8086c31a66ee5f71011d6f9710d391e8f2527d Mon Sep 17 00:00:00 2001 From: Rhys Kidd Date: Thu, 21 May 2015 12:56:23 +0000 Subject: [PATCH] Follow-up bz#344936: Distinguish readlinkat tests for OS X platforms that do or do not support the readlinkat syscall. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15265 --- ...exp => procfs-non-linux.stderr.exp-with-readlinkat} | 0 .../procfs-non-linux.stderr.exp-without-readlinkat | 10 ++++++++++ 2 files changed, 10 insertions(+) rename none/tests/{procfs-non-linux.stderr.exp => procfs-non-linux.stderr.exp-with-readlinkat} (100%) create mode 100644 none/tests/procfs-non-linux.stderr.exp-without-readlinkat diff --git a/none/tests/procfs-non-linux.stderr.exp b/none/tests/procfs-non-linux.stderr.exp-with-readlinkat similarity index 100% rename from none/tests/procfs-non-linux.stderr.exp rename to none/tests/procfs-non-linux.stderr.exp-with-readlinkat diff --git a/none/tests/procfs-non-linux.stderr.exp-without-readlinkat b/none/tests/procfs-non-linux.stderr.exp-without-readlinkat new file mode 100644 index 0000000000..ec92dfaecb --- /dev/null +++ b/none/tests/procfs-non-linux.stderr.exp-without-readlinkat @@ -0,0 +1,10 @@ + +/proc/self/cmdline: +open(): No such file or directory +/proc//cmdline: +open(): No such file or directory +readlink: No such file or directory +readlink: No such file or directory +readlinkat: Function not implemented +readlinkat: Function not implemented + -- 2.47.3