[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 23/23] Revert "tests/tcg/nios2: Re-enable linux-user tests"
|
From: |
Alex Bennée |
|
Subject: |
[PULL 23/23] Revert "tests/tcg/nios2: Re-enable linux-user tests" |
|
Date: |
Tue, 7 Nov 2023 14:23:54 +0000 |
nios2 signal tests are broken again:
retry.py -n 10 -c -- ./qemu-nios2 ./tests/tcg/nios2-linux-user/signals
Results summary:
0: 8 times (80.00%), avg time 2.254 (0.00 varience/0.00 deviation)
-11: 2 times (20.00%), avg time 0.253 (0.00 varience/0.00 deviation)
Ran command 10 times, 8 passes
This wasn't picked up by CI as we don't have a docker container that
can build QEMU with the nios2 compiler. I don't have time to bisect
the breakage and the target is orphaned anyway so take the easy route
and revert it.
This reverts commit 20e7524ff9f0cab4c9a0306014d6f3d7b467ae1e.
Cc: Chris Wulff <crwulff@gmail.com>
Cc: Marek Vasut <marex@denx.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231106185112.2755262-23-alex.bennee@linaro.org>
diff --git a/tests/tcg/nios2/Makefile.target b/tests/tcg/nios2/Makefile.target
new file mode 100644
index 0000000000..b38e2352b7
--- /dev/null
+++ b/tests/tcg/nios2/Makefile.target
@@ -0,0 +1,11 @@
+# nios2 specific test tweaks
+
+# Currently nios2 signal handling is broken
+run-signals: signals
+ $(call skip-test, $<, "BROKEN")
+run-plugin-signals-with-%:
+ $(call skip-test, $<, "BROKEN")
+run-linux-test: linux-test
+ $(call skip-test, $<, "BROKEN")
+run-plugin-linux-test-with-%:
+ $(call skip-test, $<, "BROKEN")
--
2.39.2
- [PULL 14/23] plugins: make test/example plugins work on windows, (continued)
- [PULL 14/23] plugins: make test/example plugins work on windows, Alex Bennée, 2023/11/07
- [PULL 13/23] plugins: add dllexport and dllimport to api funcs, Alex Bennée, 2023/11/07
- [PULL 15/23] plugins: disable lockstep plugin on windows, Alex Bennée, 2023/11/07
- [PULL 11/23] cpu: Call plugin hooks only when ready, Alex Bennée, 2023/11/07
- [PULL 16/23] gitlab: add dlltool to Windows CI, Alex Bennée, 2023/11/07
- [PULL 22/23] mailmap: fixup some more corrupted author fields, Alex Bennée, 2023/11/07
- [PULL 17/23] plugins: allow plugins to be enabled on windows, Alex Bennée, 2023/11/07
- [PULL 07/23] tests/avocado: update the tcg_plugins test, Alex Bennée, 2023/11/07
- [PULL 09/23] gdbstub: Introduce gdb_find_static_feature(), Alex Bennée, 2023/11/07
- [PULL 21/23] contrib/gitdm: add Daynix to domain-map, Alex Bennée, 2023/11/07
- [PULL 23/23] Revert "tests/tcg/nios2: Re-enable linux-user tests",
Alex Bennée <=
- [PULL 19/23] contrib/gitdm: add domain-map for Cestc, Alex Bennée, 2023/11/07
- [PULL 18/23] contrib/gitdm: Add Rivos Inc to the domain map, Alex Bennée, 2023/11/07
- [PULL 20/23] contrib/gitdm: map HiSilicon to Huawei, Alex Bennée, 2023/11/07
- Re: [PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2, Stefan Hajnoczi, 2023/11/08