|
From: <sv...@va...> - 2017-05-31 14:53:13
|
Author: sewardj
Date: Wed May 31 15:53:06 2017
New Revision: 16425
Log:
Merge from trunk, r16422 (Connect cet_nops test cases with other OSes)
Added:
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/cet_nops_gs.c
- copied unchanged from r16422, trunk/none/tests/amd64-darwin/cet_nops_gs.c
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/cet_nops_gs.stderr.exp
- copied unchanged from r16422, trunk/none/tests/amd64-darwin/cet_nops_gs.stderr.exp
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/cet_nops_gs.stdout.exp
- copied unchanged from r16422, trunk/none/tests/amd64-darwin/cet_nops_gs.stdout.exp
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/cet_nops_gs.vgtest
- copied unchanged from r16422, trunk/none/tests/amd64-darwin/cet_nops_gs.vgtest
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/cet_nops_fs.c
- copied unchanged from r16422, trunk/none/tests/amd64-solaris/cet_nops_fs.c
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/cet_nops_fs.stderr.exp
- copied unchanged from r16422, trunk/none/tests/amd64-solaris/cet_nops_fs.stderr.exp
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/cet_nops_fs.stdout.exp
- copied unchanged from r16422, trunk/none/tests/amd64-solaris/cet_nops_fs.stdout.exp
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/cet_nops_fs.vgtest
- copied unchanged from r16422, trunk/none/tests/amd64-solaris/cet_nops_fs.vgtest
Modified:
branches/VALGRIND_3_13_BRANCH/ (props changed)
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/ (props changed)
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/Makefile.am
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/ (props changed)
branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/Makefile.am
Modified: branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/Makefile.am
==============================================================================
--- branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/Makefile.am (original)
+++ branches/VALGRIND_3_13_BRANCH/none/tests/amd64-darwin/Makefile.am Wed May 31 15:53:06 2017
@@ -5,10 +5,12 @@
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@
Modified: branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/Makefile.am
==============================================================================
--- branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/Makefile.am (original)
+++ branches/VALGRIND_3_13_BRANCH/none/tests/amd64-solaris/Makefile.am Wed May 31 15:53:06 2017
@@ -7,6 +7,7 @@
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 @@
syscall_return_args.stderr.exp syscall_return_args.vgtest
check_PROGRAMS = \
+ cet_nops_fs \
coredump_single_thread \
coredump_single_thread_sse \
syscall_return_args
|