Re: [Qemu-devel] [PATCH] test/decode: Add tests for PatternGroups

2019-02-27 Thread Richard Henderson
On 2/27/19 4:02 AM, Bastian Koppelmann wrote: > 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 > --- > These

[Qemu-devel] [PATCH] test/decode: Add tests for PatternGroups

2019-02-27 Thread Bastian Koppelmann
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 --- These are the tests that came to my mind. It's not complete,but a