[rtems commit] testsuites/testdata: Add sets to disable all jffs2 and mrfs tests

Joel Sherril joel at rtems.org
Tue Mar 24 13:18:11 UTC 2015


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Mar 19 12:29:17 2015 -0500

testsuites/testdata: Add sets to disable all jffs2 and mrfs tests

---

 testsuites/testdata/disable-jffs2-tests.tcfg | 12 ++++++++++++
 testsuites/testdata/disable-mrfs-tests.tcfg  | 13 +++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/testsuites/testdata/disable-jffs2-tests.tcfg b/testsuites/testdata/disable-jffs2-tests.tcfg
new file mode 100644
index 0000000..116baa0
--- /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 0000000..fc2287d
--- /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



More information about the vc mailing list