summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-19 12:29:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-22 10:29:58 -0500
commitf061f2f5543bac3efcdf047b1d1a810a2af4e27c (patch)
tree8e795cf4cf496aaa08950fab5f45952d5b7b85a4
parenttools/build/rtems-test-check: Support multiple include files (diff)
downloadrtems-f061f2f5543bac3efcdf047b1d1a810a2af4e27c.tar.bz2
testsuites/testdata: Add sets to disable all jffs2 and mrfs tests
-rw-r--r--testsuites/testdata/disable-jffs2-tests.tcfg12
-rw-r--r--testsuites/testdata/disable-mrfs-tests.tcfg13
2 files changed, 25 insertions, 0 deletions
diff --git a/testsuites/testdata/disable-jffs2-tests.tcfg b/testsuites/testdata/disable-jffs2-tests.tcfg
new file mode 100644
index 0000000000..116baa0ecc
--- /dev/null
+++ b/testsuites/testdata/disable-jffs2-tests.tcfg
@@ -0,0 +1,12 @@
+#
+# Some targets cannot declare the RAM disk space for the JFFS2 tests.
+#
+
+jffs2_fserror
+jffs2_fslink
+jffs2_fspatheval
+jffs2_fspermission
+jffs2_fsrdwr
+jffs2_fsscandir01
+jffs2_fssymlink
+jffs2_fstime
diff --git a/testsuites/testdata/disable-mrfs-tests.tcfg b/testsuites/testdata/disable-mrfs-tests.tcfg
new file mode 100644
index 0000000000..fc2287dbda
--- /dev/null
+++ b/testsuites/testdata/disable-mrfs-tests.tcfg
@@ -0,0 +1,13 @@
+#
+# Some targets cannot declare the RAM disk space for the mounted RFS tests.
+#
+
+mrfs_fserror
+mrfs_fsfpathconf
+mrfs_fslink
+mrfs_fspatheval
+mrfs_fspermission
+mrfs_fsrdwr
+mrfs_fsscandir01
+mrfs_fssymlink
+mrfs_fstime