diff mbox series

[v1,27/28] tests/tcg: remove duplicate EXTRA_RUNS

Message ID 20211026102234.3961636-28-alex.bennee@linaro.org
State Superseded
Headers show
Series testing, plugins and gdbstub for 6.2 | expand

Commit Message

Alex Bennée Oct. 26, 2021, 10:22 a.m. UTC
We set it bellow outside the #if leg.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 tests/tcg/multiarch/Makefile.target | 2 --
 1 file changed, 2 deletions(-)

-- 
2.30.2

Comments

Philippe Mathieu-Daudé Oct. 26, 2021, 3:11 p.m. UTC | #1
On 10/26/21 12:22, Alex Bennée wrote:
> We set it bellow outside the #if leg.

> 

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

> ---

>  tests/tcg/multiarch/Makefile.target | 2 --

>  1 file changed, 2 deletions(-)


Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Richard Henderson Oct. 26, 2021, 8:27 p.m. UTC | #2
On 10/26/21 3:22 AM, Alex Bennée wrote:
> We set it bellow outside the #if leg.

> 

> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>

> ---

>   tests/tcg/multiarch/Makefile.target | 2 --

>   1 file changed, 2 deletions(-)


Surely it's better to have them inside the IF?
Why add tests that we're definitely going to SKIP?


r~
Alex Bennée Oct. 27, 2021, 2:48 p.m. UTC | #3
Richard Henderson <richard.henderson@linaro.org> writes:

> On 10/26/21 3:22 AM, Alex Bennée wrote:

>> We set it bellow outside the #if leg.

>> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>

>> ---

>>   tests/tcg/multiarch/Makefile.target | 2 --

>>   1 file changed, 2 deletions(-)

>

> Surely it's better to have them inside the IF?

> Why add tests that we're definitely going to SKIP?


At least this way you get a visual indication of tests that are skipped
(and you might be able to do something about that).


-- 
Alex Bennée
diff mbox series

Patch

diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target
index 6ccb592aac..c0d9e638e9 100644
--- a/tests/tcg/multiarch/Makefile.target
+++ b/tests/tcg/multiarch/Makefile.target
@@ -61,8 +61,6 @@  run-gdbstub-sha1: sha1
 		--bin $< --test $(MULTIARCH_SRC)/gdbstub/sha1.py, \
 	"basic gdbstub support")
 
-EXTRA_RUNS += run-gdbstub-sha1
-
 run-gdbstub-qxfer-auxv-read: sha1
 	$(call run-test, $@, $(GDB_SCRIPT) \
 		--gdb $(HAVE_GDB_BIN) \