]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390x regtest: Reduce test output for vector test cases
authorAndreas Arnez <arnez@linux.ibm.com>
Thu, 7 Sep 2023 15:00:42 +0000 (17:00 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Thu, 7 Sep 2023 15:00:42 +0000 (17:00 +0200)
commit95da2092bec2cbce937cf1f8dec34ddd3f50dcbf
tree924d20ef6e3a860a3595a071a5f09b03861a7e94
parent8484f1b73ad59573c413a669e80089223b2a7437
s390x regtest: Reduce test output for vector test cases

The s390x test cases `vector', `vector_integer', `vector_float' and
`vector_string' generate a lot of unnecessary output, because for each
tested instruction they usually dump more registers than the instruction
modifies.

Without changing the test approach itself and without losing information,
the output can still be reduced significantly by comparing the register
states before and after the tested instruction and then only dumping the
changed parts.
none/tests/s390x/vector.h
none/tests/s390x/vector.stdout.exp
none/tests/s390x/vector_float.stdout.exp
none/tests/s390x/vector_integer.stdout.exp
none/tests/s390x/vector_string.stdout.exp