summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-04-16 12:56:45 -0500
committerJoel Sherrill <joel@rtems.org>2018-04-17 10:07:21 -0500
commit8d9aa9ac4ca4b5b588c465af53aa63d0162508ac (patch)
tree0779123a76dd7c1baf8d843592aeb844cc4ac547
parentgeneric_or1k: Disable sptls02 until or1k GCC updated from 4.9.x (diff)
downloadrtems-8d9aa9ac4ca4b5b588c465af53aa63d0162508ac.tar.bz2
misc tcfg: Use disable-jffs2-tests.tcfg, do not duplicate test list
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg11
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg11
19 files changed, 38 insertions, 171 deletions
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg
index 257c7e9ddd..f2fe0bc992 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg
@@ -6,6 +6,8 @@
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: capture
exclude: cdtest
exclude: iostream
@@ -18,16 +20,7 @@ exclude: fileio
exclude: flashdisk01
exclude: fsdosfsname01
exclude: fsdosfsformat01
-exclude: fsjffs2gc01
exclude: fsrfsbitmap01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: loopback
exclude: mghttpd01
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg
index 8b7d1ca4a6..2f36e2ec11 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg
@@ -5,20 +5,13 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fileio
exclude: iostream
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: ftp01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: mghttpd01
exclude: monitor02
diff --git a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg
index 419b717a07..8eafa26328 100644
--- a/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg
@@ -5,21 +5,14 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fileio
exclude: cdtest
exclude: iostream
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: ftp01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: mghttpd01
exclude: monitor02
diff --git a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg
index 334b7f2d98..1abc639cdc 100644
--- a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg
@@ -5,20 +5,13 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: flashdisk01
exclude: ftp01
exclude: utf8proc01
exclude: spstkalloc02
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: pppd
exclude: mghttpd01
diff --git a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg
index 907cf41880..8b423a1f04 100644
--- a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg
@@ -5,18 +5,11 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: ftp01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: mghttpd01
exclude: pppd
diff --git a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg
index dc59b4465f..ed465c10f6 100644
--- a/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg
@@ -5,20 +5,13 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fileio
exclude: ftp01
exclude: cdtest
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: mghttpd01
exclude: monitor01
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg
index e0c8e503dc..713e56edae 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc2362-testsuite.tcfg
@@ -4,6 +4,8 @@
# Format is one line per test that is _NOT_ built.
#
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: capture
exclude: cdtest
exclude: dl01
@@ -15,21 +17,12 @@ exclude: flashdisk01
exclude: fsrofs01
exclude: fsdosfsname01
exclude: fsdosfsformat01
-exclude: fsjffs2gc01
exclude: fsrfsbitmap01
exclude: ftp01
exclude: iconv
exclude: iconv_close
exclude: iconv_open
exclude: iostream
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: loopback
exclude: math
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg
index d5718caf54..4ed4ae728b 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg
@@ -5,6 +5,8 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: capture
exclude: cdtest
exclude: complex
@@ -18,19 +20,10 @@ exclude: flashdisk01
exclude: fsdosfsformat01
exclude: fsdosfsname01
exclude: fsdosfswrite01
-exclude: fsjffs2gc01
exclude: fsrfsbitmap01
exclude: fsrofs01
exclude: ftp01
exclude: iostream
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: loopback
exclude: math
diff --git a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg
index 7a5740943f..225ee5dc49 100644
--- a/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg
@@ -5,20 +5,13 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: dl05
exclude: fileio
exclude: ftp01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: iostream
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: mghttpd01
exclude: monitor02
diff --git a/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg b/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg
index e7ebae22ae..ad44d38d81 100644
--- a/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg
@@ -5,20 +5,13 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fileio
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: ftp01
exclude: iostream
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: mghttpd01
exclude: monitor02
diff --git a/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg b/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg
index 4f3d278396..e3a3775ed3 100644
--- a/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg
@@ -5,14 +5,7 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
diff --git a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg
index 716f59a743..f81ea1d224 100644
--- a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg
+++ b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg
@@ -5,6 +5,8 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: capture
exclude: cdtest
exclude: dl05
@@ -12,17 +14,8 @@ exclude: fileio
exclude: flashdisk01
exclude: fsdosfsformat01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: ftp01
exclude: iostream
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: loopback
exclude: mghttpd01
diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg
index 324762d5ea..76d09e7ee7 100644
--- a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg
+++ b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg
@@ -5,19 +5,12 @@
#
include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: cdtest
exclude: dl05
exclude: fileio
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
exclude: iostream
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg
index 2a8857f39c..f8e516bb8e 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/gwlcfm-testsuite.tcfg
@@ -5,14 +5,7 @@
#
include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg
index 1102e87914..cba4641dc3 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb-testsuite.tcfg
@@ -5,14 +5,7 @@
#
include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg
index 64c5219b39..826a183b8e 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5566evb_spe-testsuite.tcfg
@@ -5,14 +5,7 @@
#
include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg
index 1b2148975f..84d7efad7b 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_dpu-testsuite.tcfg
@@ -5,16 +5,9 @@
#
include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: spstkalloc02
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg
index feb1d1b38f..373d10b544 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5643l_evb-testsuite.tcfg
@@ -5,16 +5,9 @@
#
include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: flashdisk01
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime
exclude: linpack
exclude: spstkalloc02
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg
index e4f46de49f..3ca7f48c46 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/phycore_mpc5554-testsuite.tcfg
@@ -5,13 +5,6 @@
#
include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
exclude: fsdosfsname01
-exclude: fsjffs2gc01
-exclude: jffs2_fserror
-exclude: jffs2_fslink
-exclude: jffs2_fspatheval
-exclude: jffs2_fspermission
-exclude: jffs2_fsrdwr
-exclude: jffs2_fsscandir01
-exclude: jffs2_fssymlink
-exclude: jffs2_fstime