You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/tcg/x86_64
Gustavo Romero 676ab6a211 tests/tcg: Fix run for tests with specific plugin
Commit 25aaf0cb7f (“tests/tcg: reduce the number of plugin test
combinations”) added support for running tests with specific plugins
passed via the EXTRA_RUNS variable.

However, due to the optimization, the rules generated as a shuffled
combination of tests and plugins might not cover the rules required to
run the tests with a specific plugin passed via EXTRA_RUNS.

This commit fixes it by correctly generating the rules for the tests
that require a specific plugin to run, which are now passed via the
EXTRA_RUNS_WITH_PLUGIN instead of via the EXTRA_RUNS variable.

The fix essentially excludes the tests passed via EXTRA_RUNS_WITH_PLUGIN
from the rules created by the shuffled combination of tests and plugins,
to avoid running the tests twice, and generates the rules for the
test/plugin combinations listed in the EXTRA_RUNS_WITH_PLUGIN variable.

Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Tested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-id: 20250801001305.2352554-1-gustavo.romero@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 week ago
..
system plugins: Add patcher plugin and test 1 month ago
Makefile.softmmu-target tests/tcg: Fix run for tests with specific plugin 1 week ago
Makefile.target tests/tcg/x86_64/fma: Test some x86 fused-multiply-add cases 6 months ago
adox.c target/i386: Fix 32-bit AD[CO]X insns in 64-bit mode 3 years ago
cmpxchg.c target/i386: fix cmpxchg with 32-bit register destination 3 years ago
cross-modifying-code.c tests/tcg/x86_64: Add cross-modifying code test 10 months ago
float_convd.ref tests/tcg: add float_convd test 3 years ago
float_convs.ref tests/tcg: add missing reference files for float_convs 3 years ago
fma.c tests/tcg/x86_64/fma: add test for exact-denormal output 2 months ago
noexec.c target/i386: Make translator stop before the end of a page 3 years ago
test-1648.c linux-user/i386: Fix allocation and alignment of fp state 1 year ago
test-2175.c target/i386: Fix carry flag for BLSI 12 months ago
test-2413.c tcg/optimize: Fix TCG_COND_TST* simplification of setcond2 1 year ago
vsyscall.c tests/tcg/x86_64: add vsyscall smoke test 4 years ago