Connect also 32-bit cet_nops tests.

Pertains to BZ#379525.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16423
This commit is contained in:
Ivo Raisr 2017-05-31 12:36:26 +00:00
parent 268a4e7f17
commit 9ae62b13c5
24 changed files with 32 additions and 2 deletions

View File

@ -6,11 +6,13 @@ dist_noinst_SCRIPTS = \
EXTRA_DIST = \
bug341419.vgtest bug341419.stderr.exp \
bug350062.vgtest bug350062.stderr.exp
bug350062.vgtest bug350062.stderr.exp \
cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest
check_PROGRAMS = \
bug341419 \
bug350062
bug350062 \
cet_nops_gs
AM_CFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
AM_CXXFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_gs.c

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_gs.stderr.exp

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_gs.stdout.exp

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_gs.vgtest

View File

@ -6,12 +6,16 @@ dist_noinst_SCRIPTS = \
EXTRA_DIST = \
bug345887.stderr.exp bug345887.vgtest \
cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \
cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest \
hang.stderr.exp hang.vgtest \
seg_override.stderr.exp seg_override.stdout.exp seg_override.vgtest \
sigcontext.stdout.exp sigcontext.stderr.exp sigcontext.vgtest
check_PROGRAMS = \
bug345887 \
cet_nops_fs \
cet_nops_gs \
hang \
seg_override \
sigcontext

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.c

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.stderr.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.stdout.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_fs.vgtest

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.c

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.stderr.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.stdout.exp

View File

@ -0,0 +1 @@
../amd64-linux/cet_nops_gs.vgtest

View File

@ -8,6 +8,7 @@ dist_noinst_SCRIPTS = \
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 \
@ -15,6 +16,7 @@ EXTRA_DIST = \
syscalls.stderr.exp syscalls.stdout.exp syscalls.vgtest
check_PROGRAMS = \
cet_nops_fs \
coredump_single_thread \
coredump_single_thread_sse \
syscalls

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_fs.c

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_fs.stderr.exp

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_fs.stdout.exp

View File

@ -0,0 +1 @@
../x86-linux/cet_nops_fs.vgtest

View File

@ -43,6 +43,7 @@ EXTRA_DIST = \
bug135421-x86.stderr.exp bug135421-x86.stdout.exp bug135421-x86.vgtest \
bug137714-x86.stderr.exp bug137714-x86.stdout.exp bug137714-x86.vgtest \
bug152818-x86.stderr.exp bug152818-x86.stdout.exp bug152818-x86.vgtest \
cet_nops.stderr.exp cet_nops.stdout.exp cet_nops.vgtest \
cmpxchg8b.stderr.exp cmpxchg8b.stdout.exp cmpxchg8b.vgtest \
cpuid.stderr.exp cpuid.stdout.exp cpuid.vgtest \
cse_fail.stderr.exp cse_fail.stdout.exp cse_fail.vgtest \
@ -92,6 +93,7 @@ check_PROGRAMS = \
bug135421-x86 \
bug137714-x86 \
bug152818-x86 \
cet_nops \
cmpxchg8b \
cpuid \
cse_fail \

1
none/tests/x86/cet_nops.c Symbolic link
View File

@ -0,0 +1 @@
../amd64/cet_nops.c

View File

@ -0,0 +1 @@
../amd64/cet_nops.stderr.exp

View File

@ -0,0 +1 @@
../amd64/cet_nops.stdout.exp

View File

@ -0,0 +1 @@
../amd64/cet_nops.vgtest