commit | 69d0535db941d1095d6ee2dba019c4c8cf8e2fa1 | [log] [tgz] |
---|---|---|
author | Gautam Agrawal <gautamnagrawal@gmail.com> | Wed Jun 01 00:05:24 2022 +0530 |
committer | Thomas Huth <thuth@redhat.com> | Fri Jun 03 08:03:28 2022 +0200 |
tree | eb380820c71c598256d26af2a921de8f1ceafb52 | |
parent | 117d794396cea7d9c661c95e716eb618406d31aa [diff] |
tests/tcg: Test overflow conditions Add a test to check for overflow conditions in s390x. This patch is based on the following patches : * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=5a2e67a691501 * https://git.qemu.org/?p=qemu.git;a=commitdiff;h=fc6e0d0f2db51 Signed-off-by: Gautam Agrawal <gautamnagrawal@gmail.com> Message-Id: <20220531183524.40948-1-gautamnagrawal@gmail.com> [thuth: Move overflow.c to tests/tcg/multiarch/ to make it generic] Signed-off-by: Thomas Huth <thuth@redhat.com>