From f061f2f5543bac3efcdf047b1d1a810a2af4e27c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 19 Mar 2015 12:29:17 -0500 Subject: 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(+) 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 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 -- cgit v1.2.3