]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Connect also 32-bit cet_nops tests.
authorIvo Raisr <ivosh@ivosh.net>
Wed, 31 May 2017 12:36:26 +0000 (12:36 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Wed, 31 May 2017 12:36:26 +0000 (12:36 +0000)
Pertains to BZ#379525.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16423

24 files changed:
none/tests/x86-darwin/Makefile.am
none/tests/x86-darwin/cet_nops_gs.c [new symlink]
none/tests/x86-darwin/cet_nops_gs.stderr.exp [new symlink]
none/tests/x86-darwin/cet_nops_gs.stdout.exp [new symlink]
none/tests/x86-darwin/cet_nops_gs.vgtest [new symlink]
none/tests/x86-linux/Makefile.am
none/tests/x86-linux/cet_nops_fs.c [new symlink]
none/tests/x86-linux/cet_nops_fs.stderr.exp [new symlink]
none/tests/x86-linux/cet_nops_fs.stdout.exp [new symlink]
none/tests/x86-linux/cet_nops_fs.vgtest [new symlink]
none/tests/x86-linux/cet_nops_gs.c [new symlink]
none/tests/x86-linux/cet_nops_gs.stderr.exp [new symlink]
none/tests/x86-linux/cet_nops_gs.stdout.exp [new symlink]
none/tests/x86-linux/cet_nops_gs.vgtest [new symlink]
none/tests/x86-solaris/Makefile.am
none/tests/x86-solaris/cet_nops_fs.c [new symlink]
none/tests/x86-solaris/cet_nops_fs.stderr.exp [new symlink]
none/tests/x86-solaris/cet_nops_fs.stdout.exp [new symlink]
none/tests/x86-solaris/cet_nops_fs.vgtest [new symlink]
none/tests/x86/Makefile.am
none/tests/x86/cet_nops.c [new symlink]
none/tests/x86/cet_nops.stderr.exp [new symlink]
none/tests/x86/cet_nops.stdout.exp [new symlink]
none/tests/x86/cet_nops.vgtest [new symlink]

index a11fd45d192e97b891fc3352201ecfe65957fb68..e9c33e5d7cf880fffb0bdf4e4f9e332ac70ef699 100644 (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)
diff --git a/none/tests/x86-darwin/cet_nops_gs.c b/none/tests/x86-darwin/cet_nops_gs.c
new file mode 120000 (symlink)
index 0000000..0b009ce
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_gs.c
\ No newline at end of file
diff --git a/none/tests/x86-darwin/cet_nops_gs.stderr.exp b/none/tests/x86-darwin/cet_nops_gs.stderr.exp
new file mode 120000 (symlink)
index 0000000..f3afb8f
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_gs.stderr.exp
\ No newline at end of file
diff --git a/none/tests/x86-darwin/cet_nops_gs.stdout.exp b/none/tests/x86-darwin/cet_nops_gs.stdout.exp
new file mode 120000 (symlink)
index 0000000..dce7c20
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_gs.stdout.exp
\ No newline at end of file
diff --git a/none/tests/x86-darwin/cet_nops_gs.vgtest b/none/tests/x86-darwin/cet_nops_gs.vgtest
new file mode 120000 (symlink)
index 0000000..9a20d59
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_gs.vgtest
\ No newline at end of file
index 2c866935910b09aff5f19a7df7dbfe6ef158115c..21953ff794c9e4274add8e49c3edb8a8c79ad872 100644 (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
diff --git a/none/tests/x86-linux/cet_nops_fs.c b/none/tests/x86-linux/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/x86-linux/cet_nops_fs.stderr.exp b/none/tests/x86-linux/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/x86-linux/cet_nops_fs.stdout.exp b/none/tests/x86-linux/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/x86-linux/cet_nops_fs.vgtest b/none/tests/x86-linux/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
diff --git a/none/tests/x86-linux/cet_nops_gs.c b/none/tests/x86-linux/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/x86-linux/cet_nops_gs.stderr.exp b/none/tests/x86-linux/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/x86-linux/cet_nops_gs.stdout.exp b/none/tests/x86-linux/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/x86-linux/cet_nops_gs.vgtest b/none/tests/x86-linux/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 ee69b23539907c1b7816f42f7ac8a17b444382a7..b81733c9846f9d45aeef44d7fb58bb9f2e785faa 100644 (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
diff --git a/none/tests/x86-solaris/cet_nops_fs.c b/none/tests/x86-solaris/cet_nops_fs.c
new file mode 120000 (symlink)
index 0000000..204f204
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_fs.c
\ No newline at end of file
diff --git a/none/tests/x86-solaris/cet_nops_fs.stderr.exp b/none/tests/x86-solaris/cet_nops_fs.stderr.exp
new file mode 120000 (symlink)
index 0000000..171df21
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_fs.stderr.exp
\ No newline at end of file
diff --git a/none/tests/x86-solaris/cet_nops_fs.stdout.exp b/none/tests/x86-solaris/cet_nops_fs.stdout.exp
new file mode 120000 (symlink)
index 0000000..1d5438a
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_fs.stdout.exp
\ No newline at end of file
diff --git a/none/tests/x86-solaris/cet_nops_fs.vgtest b/none/tests/x86-solaris/cet_nops_fs.vgtest
new file mode 120000 (symlink)
index 0000000..09341cd
--- /dev/null
@@ -0,0 +1 @@
+../x86-linux/cet_nops_fs.vgtest
\ No newline at end of file
index 2b35cd9056e3a5a697f0b43bfc15d2c476b48466..bc9615ec147648d00f958e9862d5dc4997d970c3 100644 (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 \
diff --git a/none/tests/x86/cet_nops.c b/none/tests/x86/cet_nops.c
new file mode 120000 (symlink)
index 0000000..1e762cd
--- /dev/null
@@ -0,0 +1 @@
+../amd64/cet_nops.c
\ No newline at end of file
diff --git a/none/tests/x86/cet_nops.stderr.exp b/none/tests/x86/cet_nops.stderr.exp
new file mode 120000 (symlink)
index 0000000..012b199
--- /dev/null
@@ -0,0 +1 @@
+../amd64/cet_nops.stderr.exp
\ No newline at end of file
diff --git a/none/tests/x86/cet_nops.stdout.exp b/none/tests/x86/cet_nops.stdout.exp
new file mode 120000 (symlink)
index 0000000..8d2acd3
--- /dev/null
@@ -0,0 +1 @@
+../amd64/cet_nops.stdout.exp
\ No newline at end of file
diff --git a/none/tests/x86/cet_nops.vgtest b/none/tests/x86/cet_nops.vgtest
new file mode 120000 (symlink)
index 0000000..319afeb
--- /dev/null
@@ -0,0 +1 @@
+../amd64/cet_nops.vgtest
\ No newline at end of file