[rtems commit] build: Fix mghttpd01 test exclude

Sebastian Huber sebh at rtems.org
Thu Sep 17 16:09:07 UTC 2020


Module:    rtems
Branch:    master
Commit:    845674e3fb51dcbdd4e4f2e93a4e5fa4e6b311d2
Changeset: http://git.rtems.org/rtems/commit/?id=845674e3fb51dcbdd4e4f2e93a4e5fa4e6b311d2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 17 11:07:46 2020 +0200

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(-)

diff --git a/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml b/spec/build/bsps/powerpc/mpc55xxevb/tstmpc5643ldpu.yml
deleted file mode 100644
index 629b41c..0000000
--- 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 629b41c..8fe17c8 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 880df9d..711ca38 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



More information about the vc mailing list