UBUNTU: SAUCE: selftests/powerpc: disable signal_fuzzer test
This test is causing an oops which results in a hange during ADT testing. This is a new tests, and it crashes kernels in older releases, therefore it is not a regression. Disable the test for now so that ADT can run. Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
This commit is contained in:
parent
42c90b0f49
commit
8bf2ecb47a
|
@ -1,9 +1,8 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
TEST_GEN_PROGS := signal signal_tm sigfuz
|
||||
TEST_GEN_PROGS := signal signal_tm
|
||||
|
||||
CFLAGS += -maltivec
|
||||
$(OUTPUT)/signal_tm: CFLAGS += -mhtm
|
||||
$(OUTPUT)/sigfuz: CFLAGS += -pthread -m64
|
||||
|
||||
top_srcdir = ../../../../..
|
||||
include ../../lib.mk
|
||||
|
|
Loading…
Reference in New Issue