]> git.proxmox.com Git - mirror_qemu.git/commit
test/decode: Add tests for PatternGroups
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Wed, 27 Feb 2019 12:02:17 +0000 (13:02 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2019 16:46:58 +0000 (09:46 -0700)
commitbf92118fa9dda4a425da7f75d43ad7b4df8d5650
treed8425420b4f0b6d75e7a6c8f87cf404572afd99b
parent0eff2df4a2ce677230119440f7eb057acffad5eb
test/decode: Add tests for PatternGroups

This adds one test that supposed to succeed to test deep nesting
of pattern groups which is rarely exercised by targets using decode
tree. The remaining tests exercise various fail conditions.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <20190227120217.20794-1-kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tests/decode/check.sh
tests/decode/err_pattern_group_empty.decode [new file with mode: 0644]
tests/decode/err_pattern_group_ident1.decode [new file with mode: 0644]
tests/decode/err_pattern_group_ident2.decode [new file with mode: 0644]
tests/decode/err_pattern_group_nest1.decode [new file with mode: 0644]
tests/decode/succ_pattern_group_nest1.decode [new file with mode: 0644]