]> git.proxmox.com Git - mirror_qemu.git/commit
tests/decode: Add tests for various named-field cases
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 May 2023 12:04:47 +0000 (13:04 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 May 2023 17:55:39 +0000 (10:55 -0700)
commit276d77de503e8f5f5cbd3f7d94302ca12d1d982e
tree3aae586642f04871b33af7bd4a3ff7fa3663b92e
parent7e6c28be2739c2286fe09702adef4740d9a1ed41
tests/decode: Add tests for various named-field cases

Add some tests for various cases of named-field use, both ones that
should work and ones that should be diagnosed as errors.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230523120447.728365-7-peter.maydell@linaro.org>
tests/decode/err_field10.decode [new file with mode: 0644]
tests/decode/err_field7.decode [new file with mode: 0644]
tests/decode/err_field8.decode [new file with mode: 0644]
tests/decode/err_field9.decode [new file with mode: 0644]
tests/decode/meson.build
tests/decode/succ_named_field.decode [new file with mode: 0644]