[rtems commit] bsps/sh: Disable fileio test due to lack of memory

Sebastian Huber sebh at rtems.org
Wed Dec 9 13:15:54 UTC 2015


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec  9 14:15:01 2015 +0100

bsps/sh: Disable fileio test due to lack of memory

---

 c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg | 1 +
 c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg | 1 +
 2 files changed, 2 insertions(+)

diff --git a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
index 765c8e1..8612613 100644
--- a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+fileio
 fsdosfsname01
 iostream
 utf8proc01
diff --git a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
index c54b420..2db5955 100644
--- a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+fileio
 fsdosfsname01
 iostream
 utf8proc01




More information about the vc mailing list