]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390: Assorted BFP testsuite tweaks
authorFlorian Krohm <flo2030@eich-krohm.de>
Fri, 26 Sep 2025 21:50:39 +0000 (21:50 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Fri, 26 Sep 2025 21:51:19 +0000 (21:51 +0000)
commit1109ef57b23cf84be551cb9d25373a8169bedce4
tree71a52dad0d32504a1adb82780484ec6a5b41fd59
parentb2c27072b05777fe8dc6d32791de1e4eff044ebb
s390: Assorted BFP testsuite tweaks

Rename rounding-1 to bfp-306054 because that was the corresponding BZ.
Rename bfp-3 to bfp-muldiv as it is more expressive.
Only compile testcases for 128-bit BFP if the compiler supports -mlong-double-128.
Add -mlong-double-128 to the compile flags for the files that need it.

This concludes fixing https://bugs.kde.org/show_bug.cgi?id=509572
13 files changed:
.gitignore
NEWS
none/tests/s390x/Makefile.am
none/tests/s390x/bfp-3.vgtest [deleted file]
none/tests/s390x/bfp-306054.c [moved from none/tests/s390x/rounding-1.c with 100% similarity]
none/tests/s390x/bfp-306054.stderr.exp [moved from none/tests/s390x/bfp-3.stderr.exp with 100% similarity]
none/tests/s390x/bfp-306054.stdout.exp [moved from none/tests/s390x/rounding-1.stdout.exp with 100% similarity]
none/tests/s390x/bfp-306054.vgtest [new file with mode: 0644]
none/tests/s390x/bfp-muldiv.c [moved from none/tests/s390x/bfp-3.c with 100% similarity]
none/tests/s390x/bfp-muldiv.stderr.exp [moved from none/tests/s390x/rounding-1.stderr.exp with 100% similarity]
none/tests/s390x/bfp-muldiv.stdout.exp [moved from none/tests/s390x/bfp-3.stdout.exp with 100% similarity]
none/tests/s390x/bfp-muldiv.vgtest [new file with mode: 0644]
none/tests/s390x/rounding-1.vgtest [deleted file]