Browse Source
Now we have a nios2 test image we can start using it to build tests. However signal handling in nios2 is still broken so we disable the signals and linux-test tests that trigger the bug. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20211026102234.3961636-12-alex.bennee@linaro.org>pull/200/head
3 changed files with 18 additions and 0 deletions
@ -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") |
|||
Loading…
Reference in new issue