Re: [PATCH v2 21/21] tests/acceptance: add a new tests to detect counting errors

2021-02-11 Thread Wainer dos Santos Moschetta
On 2/10/21 7:10 PM, Alex Bennée wrote: The insn plugin has a simple heuristic to detect if an instruction is detected running twice in a row. Check the plugin log after the run and pass accordingly. Signed-off-by: Alex Bennée Message-Id: <20210209182749.31323-13-alex.ben...@linaro.org> ---

Re: [PATCH v2 21/21] tests/acceptance: add a new tests to detect counting errors

2021-02-11 Thread Philippe Mathieu-Daudé
On 2/10/21 11:10 PM, Alex Bennée wrote: > The insn plugin has a simple heuristic to detect if an instruction is > detected running twice in a row. Check the plugin log after the run > and pass accordingly. > > Signed-off-by: Alex Bennée > Message-Id: <20210209182749.31323-13-alex.ben...@linaro.or

[PATCH v2 21/21] tests/acceptance: add a new tests to detect counting errors

2021-02-10 Thread Alex Bennée
The insn plugin has a simple heuristic to detect if an instruction is detected running twice in a row. Check the plugin log after the run and pass accordingly. Signed-off-by: Alex Bennée Message-Id: <20210209182749.31323-13-alex.ben...@linaro.org> --- tests/acceptance/tcg_plugins.py | 31 +++