]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Connect cet_nops test cases with other OSes:
authorIvo Raisr <ivosh@ivosh.net>
Wed, 31 May 2017 11:22:06 +0000 (11:22 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Wed, 31 May 2017 11:22:06 +0000 (11:22 +0000)
- 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

none/tests/amd64-darwin/Makefile.am
none/tests/amd64-darwin/cet_nops_gs.c [new symlink]
none/tests/amd64-darwin/cet_nops_gs.stderr.exp [new symlink]
none/tests/amd64-darwin/cet_nops_gs.stdout.exp [new symlink]
none/tests/amd64-darwin/cet_nops_gs.vgtest [new symlink]
none/tests/amd64-solaris/Makefile.am
none/tests/amd64-solaris/cet_nops_fs.c [new symlink]
none/tests/amd64-solaris/cet_nops_fs.stderr.exp [new symlink]
none/tests/amd64-solaris/cet_nops_fs.stdout.exp [new symlink]
none/tests/amd64-solaris/cet_nops_fs.vgtest [new symlink]

index b231b30fcbeaa19fb7f8e4c00121690a2eb22bac..260221ffb866bf4e2519e847d484a96c8ea122e2 100644 (file)
@@ -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 (symlink)
index 0000000..bc95f04
--- /dev/null
@@ -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 (symlink)
index 0000000..11324e9
--- /dev/null
@@ -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 (symlink)
index 0000000..5f2d0d7
--- /dev/null
@@ -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 (symlink)
index 0000000..fe931db
--- /dev/null
@@ -0,0 +1 @@
+../amd64-linux/cet_nops_gs.vgtest
\ No newline at end of file
index 3830fbee0e2b7456ca99d38c07095e10fe5b4f9e..0f5d80ab3a65a62668dd69fc8224dc1be9079efb 100644 (file)
@@ -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 (symlink)
index 0000000..731ee83
--- /dev/null
@@ -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 (symlink)
index 0000000..e39731a
--- /dev/null
@@ -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 (symlink)
index 0000000..d81207d
--- /dev/null
@@ -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 (symlink)
index 0000000..16c58ac
--- /dev/null
@@ -0,0 +1 @@
+../amd64-linux/cet_nops_fs.vgtest
\ No newline at end of file