From 845674e3fb51dcbdd4e4f2e93a4e5fa4e6b311d2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 17 Sep 2020 11:07:46 +0200 Subject: build: Fix mghttpd01 test exclude Update #3818. --- spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml | 17 ----------------- spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml | 1 + spec/build/testsuites/libtests/mghttpd01.yml | 1 + 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml diff --git a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml b/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml deleted file mode 100644 index 629b41c843..0000000000 --- a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml +++ /dev/null @@ -1,17 +0,0 @@ -SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause -actions: -- set-test-state: - fileio: exclude - pppd: exclude - psxaio02: exclude -build-type: option -copyrights: -- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) -default: null -default-by-variant: [] -description: '' -enabled-by: true -links: -- role: build-dependency - uid: ../../tstsmallmem -type: build diff --git a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml b/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml index 629b41c843..8fe17c8522 100644 --- a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml +++ b/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643levb.yml @@ -2,6 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - set-test-state: fileio: exclude + mghttpd01: exclude pppd: exclude psxaio02: exclude build-type: option diff --git a/spec/build/testsuites/libtests/mghttpd01.yml b/spec/build/testsuites/libtests/mghttpd01.yml index 880df9dba3..711ca3846d 100644 --- a/spec/build/testsuites/libtests/mghttpd01.yml +++ b/spec/build/testsuites/libtests/mghttpd01.yml @@ -17,6 +17,7 @@ enabled-by: - and: - RTEMS_NETWORKING - RTEMS_POSIX_API + - not: TEST_MGHTTPD01_EXCLUDE includes: - cpukit/libnetworking - testsuites/libtests/mghttpd01 -- cgit v1.2.3