[PATCH 04/42] testsuites/testdata: Add sets to disable all jffs2 and mrfs tests

Joel Sherrill joel.sherrill at oarcorp.com
Mon Mar 23 14:39:02 UTC 2015


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

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
-- 
1.9.3



More information about the devel mailing list