]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg: Test overflow conditions
authorGautam Agrawal <gautamnagrawal@gmail.com>
Tue, 31 May 2022 18:35:24 +0000 (00:05 +0530)
committerThomas Huth <thuth@redhat.com>
Fri, 3 Jun 2022 06:03:28 +0000 (08:03 +0200)
commit69d0535db941d1095d6ee2dba019c4c8cf8e2fa1
treeeb380820c71c598256d26af2a921de8f1ceafb52
parent117d794396cea7d9c661c95e716eb618406d31aa
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>
tests/tcg/multiarch/overflow.c [new file with mode: 0644]