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:
Seth Forshee 2019-06-27 13:11:33 -05:00 committed by Andrea Righi
parent 42c90b0f49
commit 8bf2ecb47a
1 changed files with 1 additions and 2 deletions

View File

@ -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