|
From: <sv...@va...> - 2017-05-31 12:36:35
|
Author: iraisr
Date: Wed May 31 13:36:26 2017
New Revision: 16423
Log:
Connect also 32-bit cet_nops tests.
Pertains to BZ#379525.
Added:
trunk/none/tests/x86-darwin/cet_nops_gs.c (with props)
trunk/none/tests/x86-darwin/cet_nops_gs.stderr.exp (with props)
trunk/none/tests/x86-darwin/cet_nops_gs.stdout.exp (with props)
trunk/none/tests/x86-darwin/cet_nops_gs.vgtest (with props)
trunk/none/tests/x86-linux/cet_nops_fs.c (with props)
trunk/none/tests/x86-linux/cet_nops_fs.stderr.exp (with props)
trunk/none/tests/x86-linux/cet_nops_fs.stdout.exp (with props)
trunk/none/tests/x86-linux/cet_nops_fs.vgtest (with props)
trunk/none/tests/x86-linux/cet_nops_gs.c (with props)
trunk/none/tests/x86-linux/cet_nops_gs.stderr.exp (with props)
trunk/none/tests/x86-linux/cet_nops_gs.stdout.exp (with props)
trunk/none/tests/x86-linux/cet_nops_gs.vgtest (with props)
trunk/none/tests/x86-solaris/cet_nops_fs.c (with props)
trunk/none/tests/x86-solaris/cet_nops_fs.stderr.exp (with props)
trunk/none/tests/x86-solaris/cet_nops_fs.stdout.exp (with props)
trunk/none/tests/x86-solaris/cet_nops_fs.vgtest (with props)
trunk/none/tests/x86/cet_nops.c (with props)
trunk/none/tests/x86/cet_nops.stderr.exp (with props)
trunk/none/tests/x86/cet_nops.stdout.exp (with props)
trunk/none/tests/x86/cet_nops.vgtest (with props)
Modified:
trunk/none/tests/x86/ (props changed)
trunk/none/tests/x86-darwin/ (props changed)
trunk/none/tests/x86-darwin/Makefile.am
trunk/none/tests/x86-linux/ (props changed)
trunk/none/tests/x86-linux/Makefile.am
trunk/none/tests/x86-solaris/ (props changed)
trunk/none/tests/x86-solaris/Makefile.am
trunk/none/tests/x86/Makefile.am
Modified: trunk/none/tests/x86-darwin/Makefile.am
==============================================================================
--- trunk/none/tests/x86-darwin/Makefile.am (original)
+++ trunk/none/tests/x86-darwin/Makefile.am Wed May 31 13:36:26 2017
@@ -6,11 +6,13 @@
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)
Added: trunk/none/tests/x86-darwin/cet_nops_gs.c
==============================================================================
--- trunk/none/tests/x86-darwin/cet_nops_gs.c (added)
+++ trunk/none/tests/x86-darwin/cet_nops_gs.c Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_gs.c
\ No newline at end of file
Added: trunk/none/tests/x86-darwin/cet_nops_gs.stderr.exp
==============================================================================
--- trunk/none/tests/x86-darwin/cet_nops_gs.stderr.exp (added)
+++ trunk/none/tests/x86-darwin/cet_nops_gs.stderr.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_gs.stderr.exp
\ No newline at end of file
Added: trunk/none/tests/x86-darwin/cet_nops_gs.stdout.exp
==============================================================================
--- trunk/none/tests/x86-darwin/cet_nops_gs.stdout.exp (added)
+++ trunk/none/tests/x86-darwin/cet_nops_gs.stdout.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_gs.stdout.exp
\ No newline at end of file
Added: trunk/none/tests/x86-darwin/cet_nops_gs.vgtest
==============================================================================
--- trunk/none/tests/x86-darwin/cet_nops_gs.vgtest (added)
+++ trunk/none/tests/x86-darwin/cet_nops_gs.vgtest Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_gs.vgtest
\ No newline at end of file
Modified: trunk/none/tests/x86-linux/Makefile.am
==============================================================================
--- trunk/none/tests/x86-linux/Makefile.am (original)
+++ trunk/none/tests/x86-linux/Makefile.am Wed May 31 13:36:26 2017
@@ -6,12 +6,16 @@
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
Added: trunk/none/tests/x86-linux/cet_nops_fs.c
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_fs.c (added)
+++ trunk/none/tests/x86-linux/cet_nops_fs.c Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_fs.c
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_fs.stderr.exp
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_fs.stderr.exp (added)
+++ trunk/none/tests/x86-linux/cet_nops_fs.stderr.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_fs.stderr.exp
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_fs.stdout.exp
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_fs.stdout.exp (added)
+++ trunk/none/tests/x86-linux/cet_nops_fs.stdout.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_fs.stdout.exp
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_fs.vgtest
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_fs.vgtest (added)
+++ trunk/none/tests/x86-linux/cet_nops_fs.vgtest Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_fs.vgtest
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_gs.c
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_gs.c (added)
+++ trunk/none/tests/x86-linux/cet_nops_gs.c Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_gs.c
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_gs.stderr.exp
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_gs.stderr.exp (added)
+++ trunk/none/tests/x86-linux/cet_nops_gs.stderr.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_gs.stderr.exp
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_gs.stdout.exp
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_gs.stdout.exp (added)
+++ trunk/none/tests/x86-linux/cet_nops_gs.stdout.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_gs.stdout.exp
\ No newline at end of file
Added: trunk/none/tests/x86-linux/cet_nops_gs.vgtest
==============================================================================
--- trunk/none/tests/x86-linux/cet_nops_gs.vgtest (added)
+++ trunk/none/tests/x86-linux/cet_nops_gs.vgtest Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64-linux/cet_nops_gs.vgtest
\ No newline at end of file
Modified: trunk/none/tests/x86-solaris/Makefile.am
==============================================================================
--- trunk/none/tests/x86-solaris/Makefile.am (original)
+++ trunk/none/tests/x86-solaris/Makefile.am Wed May 31 13:36:26 2017
@@ -8,6 +8,7 @@
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 @@
syscalls.stderr.exp syscalls.stdout.exp syscalls.vgtest
check_PROGRAMS = \
+ cet_nops_fs \
coredump_single_thread \
coredump_single_thread_sse \
syscalls
Added: trunk/none/tests/x86-solaris/cet_nops_fs.c
==============================================================================
--- trunk/none/tests/x86-solaris/cet_nops_fs.c (added)
+++ trunk/none/tests/x86-solaris/cet_nops_fs.c Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_fs.c
\ No newline at end of file
Added: trunk/none/tests/x86-solaris/cet_nops_fs.stderr.exp
==============================================================================
--- trunk/none/tests/x86-solaris/cet_nops_fs.stderr.exp (added)
+++ trunk/none/tests/x86-solaris/cet_nops_fs.stderr.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_fs.stderr.exp
\ No newline at end of file
Added: trunk/none/tests/x86-solaris/cet_nops_fs.stdout.exp
==============================================================================
--- trunk/none/tests/x86-solaris/cet_nops_fs.stdout.exp (added)
+++ trunk/none/tests/x86-solaris/cet_nops_fs.stdout.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_fs.stdout.exp
\ No newline at end of file
Added: trunk/none/tests/x86-solaris/cet_nops_fs.vgtest
==============================================================================
--- trunk/none/tests/x86-solaris/cet_nops_fs.vgtest (added)
+++ trunk/none/tests/x86-solaris/cet_nops_fs.vgtest Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../x86-linux/cet_nops_fs.vgtest
\ No newline at end of file
Modified: trunk/none/tests/x86/Makefile.am
==============================================================================
--- trunk/none/tests/x86/Makefile.am (original)
+++ trunk/none/tests/x86/Makefile.am Wed May 31 13:36:26 2017
@@ -43,6 +43,7 @@
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 @@
bug135421-x86 \
bug137714-x86 \
bug152818-x86 \
+ cet_nops \
cmpxchg8b \
cpuid \
cse_fail \
Added: trunk/none/tests/x86/cet_nops.c
==============================================================================
--- trunk/none/tests/x86/cet_nops.c (added)
+++ trunk/none/tests/x86/cet_nops.c Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64/cet_nops.c
\ No newline at end of file
Added: trunk/none/tests/x86/cet_nops.stderr.exp
==============================================================================
--- trunk/none/tests/x86/cet_nops.stderr.exp (added)
+++ trunk/none/tests/x86/cet_nops.stderr.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64/cet_nops.stderr.exp
\ No newline at end of file
Added: trunk/none/tests/x86/cet_nops.stdout.exp
==============================================================================
--- trunk/none/tests/x86/cet_nops.stdout.exp (added)
+++ trunk/none/tests/x86/cet_nops.stdout.exp Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64/cet_nops.stdout.exp
\ No newline at end of file
Added: trunk/none/tests/x86/cet_nops.vgtest
==============================================================================
--- trunk/none/tests/x86/cet_nops.vgtest (added)
+++ trunk/none/tests/x86/cet_nops.vgtest Wed May 31 13:36:26 2017
@@ -0,0 +1 @@
+link ../amd64/cet_nops.vgtest
\ No newline at end of file
|