[PATCH 06/40] Multiple BSP tcfg: Disable iconv files.

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Apr 19 13:26:31 UTC 2018


From: Joel Sherrill <joel at rtems.org>

---
 c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s3749-testsuite.tcfg  | 2 ++
 c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm3s6965-testsuite.tcfg  | 1 +
 c/src/lib/libbsp/arm/lm3s69xx/make/custom/lm4f120-testsuite.tcfg   | 1 +
 .../lib/libbsp/arm/lpc176x/make/custom/lpc1768_mbed-testsuite.tcfg | 1 +
 .../arm/lpc176x/make/custom/lpc1768_mbed_ahb_ram-testsuite.tcfg    | 1 +
 .../lpc176x/make/custom/lpc1768_mbed_ahb_ram_eth-testsuite.tcfg    | 1 +
 .../arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg      | 1 +
 .../arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg  | 1 +
 .../libbsp/arm/lpc24xx/make/custom/lpc23xx_tli800-testsuite.tcfg   | 1 +
 .../arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg     | 1 +
 .../arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg  | 1 +
 .../arm/lpc24xx/make/custom/lpc40xx_ea_rom_int-testsuite.tcfg      | 1 +
 .../arm/lpc32xx/make/custom/lpc32xx_mzx_stage_1-testsuite.tcfg     | 1 +
 c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg    | 1 +
 c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg  | 1 +
 .../lib/libbsp/arm/stm32f4/make/custom/stm32f105rc-testsuite.tcfg  | 1 +
 c/src/lib/libbsp/arm/stm32f4/make/custom/stm32f4-testsuite.tcfg    | 1 +
 .../arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg  | 1 +
 c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg   | 1 +
 c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg | 1 +
 c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 +
 c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg     | 1 +
 .../or1k/generic_or1k/make/custom/generic_or1k-testsuite.tcfg      | 1 +
 .../mpc55xxevb/make/custom/mpc5674f_ecu508_app-testsuite.tcfg      | 1 +
 .../mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg     | 1 +
 .../powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg    | 1 +
 c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg       | 1 +
 c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg       | 1 +
 c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg        | 1 +
 c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg        | 1 +
 c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg       | 1 +
 c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg        | 1 +
 testsuites/testdata/disable-iconv-tests.tcfg                       | 7 +++++++
 33 files changed, 40 insertions(+)
 create mode 100644 testsuites/testdata/disable-iconv-tests.tcfg

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 dc60685534..257c7e9ddd 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
@@ -4,6 +4,8 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+
+include: testdata/disable-iconv-tests.tcfg
 exclude: capture
 exclude: cdtest
 exclude: iostream
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 d44c4f286c..8b7d1ca4a6 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: iostream
 exclude: flashdisk01
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 c6c0f25b63..419b717a07 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: cdtest
 exclude: iostream
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 d7a198e001..334b7f2d98 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: flashdisk01
 exclude: ftp01
 exclude: utf8proc01
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 2883965c74..907cf41880 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: flashdisk01
 exclude: fsdosfsname01
 exclude: fsjffs2gc01
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 7868cb3d4e..dc59b4465f 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: ftp01
 exclude: cdtest
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg
index 9af058d447..64e3a0585d 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_ea_rom_int-testsuite.tcfg
@@ -4,4 +4,5 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg
index b5782e4a13..9c7f2ce60b 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc17xx_plx800_rom_int-testsuite.tcfg
@@ -4,4 +4,5 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
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 a020cf812e..d5718caf54 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: capture
 exclude: cdtest
 exclude: complex
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg
index 94d3dd41ad..cec9333713 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_ncs_rom_int-testsuite.tcfg
@@ -4,4 +4,5 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg
index 87591405c4..94b7f7a947 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc24xx_plx800_rom_int-testsuite.tcfg
@@ -4,4 +4,5 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc40xx_ea_rom_int-testsuite.tcfg b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc40xx_ea_rom_int-testsuite.tcfg
index 38496510cd..3a968c4a74 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc40xx_ea_rom_int-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/lpc24xx/make/custom/lpc40xx_ea_rom_int-testsuite.tcfg
@@ -4,4 +4,5 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
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 8739811b61..7a5740943f 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: dl05
 exclude: fileio
 exclude: ftp01
diff --git a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg
index 2323057acc..6c25615e73 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: fsdosfsname01
 exclude: linpack
diff --git a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg
index 789a03ec45..e55524aac4 100644
--- a/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t-testsuite.tcfg
@@ -4,5 +4,6 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
 exclude: linpack
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 5a5961cfd6..e7ebae22ae 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: flashdisk01
 exclude: fsdosfsname01
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 5151597985..4f3d278396 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fsdosfsname01
 exclude: fsjffs2gc01
 exclude: jffs2_fserror
diff --git a/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg b/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
index 791f28a133..c13e1597e0 100644
--- a/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
+++ b/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: iostream
 exclude: pppd
diff --git a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg
index 8d726761b4..d1eee4f443 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg
+++ b/c/src/lib/libbsp/m32c/m32cbsp/make/custom/m32csim-testsuite.tcfg
@@ -2,6 +2,7 @@
 # The GDB M32C Simulator does not have a tick interrupt.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 include: testdata/require-tick-isr.tcfg
 include: testdata/disable-jffs2-tests.tcfg
 include: testdata/disable-mrfs-tests.tcfg
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 5aeba16263..716f59a743 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: capture
 exclude: cdtest
 exclude: dl05
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 8f7d0f669c..324762d5ea 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
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: cdtest
 exclude: dl05
 exclude: fileio
diff --git a/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg b/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg
index 37786ef841..624b1d982c 100644
--- a/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg
+++ b/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: cdtest
 exclude: dl05
 exclude: fileio
diff --git a/c/src/lib/libbsp/or1k/generic_or1k/make/custom/generic_or1k-testsuite.tcfg b/c/src/lib/libbsp/or1k/generic_or1k/make/custom/generic_or1k-testsuite.tcfg
index 12d9766992..eeb360c47d 100644
--- a/c/src/lib/libbsp/or1k/generic_or1k/make/custom/generic_or1k-testsuite.tcfg
+++ b/c/src/lib/libbsp/or1k/generic_or1k/make/custom/generic_or1k-testsuite.tcfg
@@ -2,4 +2,5 @@
 # generic_or1k RTEMS Test Database.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 include: testdata/disable-intrcritical-tests.tcfg
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_app-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_app-testsuite.tcfg
index 6c79cceeac..aa6f47e038 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_app-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_app-testsuite.tcfg
@@ -2,6 +2,7 @@
 # This is the set of tests which are known to not link on this BSP
 #
 
+include: testdata/disable-iconv-tests.tcfg
 include: testdata/dltests-broken-on-this-bsp.tcfg
 
 exclude: linpack
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg
index cad4dc2184..f359262339 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_ecu508_boot-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 include: testdata/dltests-broken-on-this-bsp.tcfg
 
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg
index d66a3435f1..c417b93df1 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/make/custom/mpc5674f_rsm6-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 include: testdata/dltests-broken-on-this-bsp.tcfg
 
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
index 526deeee07..c133712fd0 100644
--- a/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/gensh1/make/custom/gensh1-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: fsdosfsname01
 exclude: iostream
diff --git a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
index 1bddec5e7d..c5b0c88fae 100644
--- a/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/gensh2/make/custom/gensh2-testsuite.tcfg
@@ -4,6 +4,7 @@
 # Format is one line per test that is _NOT_ built.
 #
 
+include: testdata/disable-iconv-tests.tcfg
 exclude: fileio
 exclude: fsdosfsname01
 exclude: iostream
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg
index fdd399edd0..d567a8d697 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh1-testsuite.tcfg
@@ -6,6 +6,7 @@
 
 include: testdata/require-tick-isr.tcfg
 include: testdata/disable-intrcritical-tests.tcfg
+include: testdata/disable-iconv-tests.tcfg
 
 exclude: fileio
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg
index 90dcd12d2d..8d4f381dfd 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2-testsuite.tcfg
@@ -6,6 +6,7 @@
 
 include: testdata/require-tick-isr.tcfg
 include: testdata/disable-intrcritical-tests.tcfg
+include: testdata/disable-iconv-tests.tcfg
 
 exclude: fileio
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg
index 2c6fa7565a..100b61cc9d 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh2e-testsuite.tcfg
@@ -5,6 +5,7 @@
 
 include: testdata/require-tick-isr.tcfg
 include: testdata/disable-intrcritical-tests.tcfg
+include: testdata/disable-iconv-tests.tcfg
 
 exclude: fileio
 exclude: fsdosfsname01
diff --git a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg
index d63cb37168..0fa2e7744e 100644
--- a/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg
+++ b/c/src/lib/libbsp/sh/shsim/make/custom/simsh4-testsuite.tcfg
@@ -5,6 +5,7 @@
 
 include: testdata/require-tick-isr.tcfg
 include: testdata/disable-intrcritical-tests.tcfg
+include: testdata/disable-iconv-tests.tcfg
 
 exclude: fileio
 exclude: fsdosfsname01
diff --git a/testsuites/testdata/disable-iconv-tests.tcfg b/testsuites/testdata/disable-iconv-tests.tcfg
new file mode 100644
index 0000000000..9f395a884d
--- /dev/null
+++ b/testsuites/testdata/disable-iconv-tests.tcfg
@@ -0,0 +1,7 @@
+#
+# Some targets cannot declare the RAM disk space for the ICONV tests.
+#
+
+exclude: iconv
+exclude: iconv_open
+exclude: iconv_close
-- 
2.12.3



More information about the devel mailing list