|
From: Andreas A. <ar...@so...> - 2023-01-11 15:47:48
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=4f4cd4b8d5ec13ef92d97b0e9a9e0053e8bd094e commit 4f4cd4b8d5ec13ef92d97b0e9a9e0053e8bd094e Author: Andreas Arnez <ar...@li...> Date: Thu Dec 8 13:39:25 2022 +0100 s390: Add z16 support to ecag testcase The testcase 'none/tests/s390x/ecag' requires expected output from any machine it runs on. This is missing for z16, so add it. Diff: --- none/tests/s390x/Makefile.am | 1 + none/tests/s390x/ecag.stdout.exp-z16 | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/none/tests/s390x/Makefile.am b/none/tests/s390x/Makefile.am index d8f9e4b894..2a22aefac2 100644 --- a/none/tests/s390x/Makefile.am +++ b/none/tests/s390x/Makefile.am @@ -41,6 +41,7 @@ EXTRA_DIST = \ $(addsuffix .vgtest,$(INSN_TESTS)) \ ecag.stdout.exp-z10ec ecag.stdout.exp-z196 ecag.stdout.exp-zec12 \ ecag.stdout.exp-z13 ecag.stdout.exp-z14 ecag.stdout.exp-z15 \ + ecag.stdout.exp-z16 \ op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \ fixbr.vgtest fixbr.stderr.exp fixbr.stdout.exp \ fpext.vgtest fpext.stderr.exp fpext.stdout.exp \ diff --git a/none/tests/s390x/ecag.stdout.exp-z16 b/none/tests/s390x/ecag.stdout.exp-z16 new file mode 100644 index 0000000000..e3f1af306b --- /dev/null +++ b/none/tests/s390x/ecag.stdout.exp-z16 @@ -0,0 +1,21 @@ +L1 topology: separate data and instruction; private +L1 cache line size data: 256 +L1 cache line size insn: 256 +L1 total cachesize data: 131072 +L1 total cachesize insn: 131072 +L1 set. assoc. data: 8 +L1 set. assoc. insn: 8 +L2 topology: unified data and instruction; private +L2 cache line size data: 256 +L2 cache line size insn: 256 +L2 total cachesize data: 33554432 +L2 total cachesize insn: 33554432 +L2 set. assoc. data: 16 +L2 set. assoc. insn: 16 +L3 topology: unified data and instruction; shared +L3 cache line size data: 256 +L3 cache line size insn: 256 +L3 total cachesize data: 268435456 +L3 total cachesize insn: 268435456 +L3 set. assoc. data: 128 +L3 set. assoc. insn: 128 |