From: Ivo Raisr Date: Wed, 31 May 2017 11:22:06 +0000 (+0000) Subject: Connect cet_nops test cases with other OSes: X-Git-Tag: svn/VALGRIND_3_13_0~11^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268a4e7f174829faf951f83f7c863f9df5a3b5f0;p=thirdparty%2Fvalgrind.git Connect cet_nops test cases with other OSes: - with fs prefix for Solaris - with gs prefix for OS X (Darwin) Pertains to BZ#379525. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16422 --- diff --git a/none/tests/amd64-darwin/Makefile.am b/none/tests/amd64-darwin/Makefile.am index b231b30fcb..260221ffb8 100644 --- a/none/tests/amd64-darwin/Makefile.am +++ b/none/tests/amd64-darwin/Makefile.am @@ -5,10 +5,12 @@ dist_noinst_SCRIPTS = \ filter_stderr filter_minimal EXTRA_DIST = \ - bug341419.vgtest bug341419.stderr.exp + bug341419.vgtest bug341419.stderr.exp \ + cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest check_PROGRAMS = \ - bug341419 + bug341419 \ + cet_nops_gs AM_CFLAGS += @FLAG_M64@ AM_CXXFLAGS += @FLAG_M64@ diff --git a/none/tests/amd64-darwin/cet_nops_gs.c b/none/tests/amd64-darwin/cet_nops_gs.c new file mode 120000 index 0000000000..bc95f0487f --- /dev/null +++ b/none/tests/amd64-darwin/cet_nops_gs.c @@ -0,0 +1 @@ +../amd64-linux/cet_nops_gs.c \ No newline at end of file diff --git a/none/tests/amd64-darwin/cet_nops_gs.stderr.exp b/none/tests/amd64-darwin/cet_nops_gs.stderr.exp new file mode 120000 index 0000000000..11324e9d6f --- /dev/null +++ b/none/tests/amd64-darwin/cet_nops_gs.stderr.exp @@ -0,0 +1 @@ +../amd64-linux/cet_nops_gs.stderr.exp \ No newline at end of file diff --git a/none/tests/amd64-darwin/cet_nops_gs.stdout.exp b/none/tests/amd64-darwin/cet_nops_gs.stdout.exp new file mode 120000 index 0000000000..5f2d0d7ee2 --- /dev/null +++ b/none/tests/amd64-darwin/cet_nops_gs.stdout.exp @@ -0,0 +1 @@ +../amd64-linux/cet_nops_gs.stdout.exp \ No newline at end of file diff --git a/none/tests/amd64-darwin/cet_nops_gs.vgtest b/none/tests/amd64-darwin/cet_nops_gs.vgtest new file mode 120000 index 0000000000..fe931dbfc7 --- /dev/null +++ b/none/tests/amd64-darwin/cet_nops_gs.vgtest @@ -0,0 +1 @@ +../amd64-linux/cet_nops_gs.vgtest \ No newline at end of file diff --git a/none/tests/amd64-solaris/Makefile.am b/none/tests/amd64-solaris/Makefile.am index 3830fbee0e..0f5d80ab3a 100644 --- a/none/tests/amd64-solaris/Makefile.am +++ b/none/tests/amd64-solaris/Makefile.am @@ -7,6 +7,7 @@ dist_noinst_SCRIPTS = \ filter_stderr EXTRA_DIST = \ + cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \ coredump_single_thread.post.exp coredump_single_thread.stderr.exp \ coredump_single_thread.stdout.exp coredump_single_thread.vgtest \ coredump_single_thread_sse.post.exp coredump_single_thread_sse.stderr.exp \ @@ -14,6 +15,7 @@ EXTRA_DIST = \ syscall_return_args.stderr.exp syscall_return_args.vgtest check_PROGRAMS = \ + cet_nops_fs \ coredump_single_thread \ coredump_single_thread_sse \ syscall_return_args diff --git a/none/tests/amd64-solaris/cet_nops_fs.c b/none/tests/amd64-solaris/cet_nops_fs.c new file mode 120000 index 0000000000..731ee8340e --- /dev/null +++ b/none/tests/amd64-solaris/cet_nops_fs.c @@ -0,0 +1 @@ +../amd64-linux/cet_nops_fs.c \ No newline at end of file diff --git a/none/tests/amd64-solaris/cet_nops_fs.stderr.exp b/none/tests/amd64-solaris/cet_nops_fs.stderr.exp new file mode 120000 index 0000000000..e39731afd4 --- /dev/null +++ b/none/tests/amd64-solaris/cet_nops_fs.stderr.exp @@ -0,0 +1 @@ +../amd64-linux/cet_nops_fs.stderr.exp \ No newline at end of file diff --git a/none/tests/amd64-solaris/cet_nops_fs.stdout.exp b/none/tests/amd64-solaris/cet_nops_fs.stdout.exp new file mode 120000 index 0000000000..d81207dc42 --- /dev/null +++ b/none/tests/amd64-solaris/cet_nops_fs.stdout.exp @@ -0,0 +1 @@ +../amd64-linux/cet_nops_fs.stdout.exp \ No newline at end of file diff --git a/none/tests/amd64-solaris/cet_nops_fs.vgtest b/none/tests/amd64-solaris/cet_nops_fs.vgtest new file mode 120000 index 0000000000..16c58ac3f7 --- /dev/null +++ b/none/tests/amd64-solaris/cet_nops_fs.vgtest @@ -0,0 +1 @@ +../amd64-linux/cet_nops_fs.vgtest \ No newline at end of file