]> granicus.if.org Git - strace/commit
tests: check decoding of int 0x80 on x86_64, x32, and x86
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 16 Mar 2017 20:38:48 +0000 (20:38 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 16 Mar 2017 20:38:48 +0000 (20:38 +0000)
commita8a29266d8ebcb5c95760aa1aaf34fdbf55c4b2f
treece39b95c8ed3b84ecd6e0b58a63082fe630ebf36
parent49f099f9c02a667ee7e3ca524ce1e46dc2aaf3ad
tests: check decoding of int 0x80 on x86_64, x32, and x86

* tests/int_0x80.c: New file.
* tests/int_0x80.test: New test.
* tests/.gitignore: Add int_0x80.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(MISC_TESTS, XFAIL_TESTS_x86_64, XFAIL_TESTS_x32): Add int_0x80.test.
(XFAIL_TESTS): Add $(XFAIL_TESTS_$(ARCH)).
(CLEANFILES): Add $(TESTS:=.tmp.out) and $(TESTS:=.tmp.exp).
tests/.gitignore
tests/Makefile.am
tests/int_0x80.c [new file with mode: 0644]
tests/int_0x80.test [new file with mode: 0755]