[rtems commit] Multiple BSP tcfg: Disable iconv files.
Joel Sherrill
joel at rtems.org
Tue Apr 17 17:43:28 UTC 2018
Module: rtems
Branch: master
Commit: 1b2681fefce0e96f5e4767b765ca04db82695712
Changeset: http://git.rtems.org/rtems/commit/?id=1b2681fefce0e96f5e4767b765ca04db82695712
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Apr 12 10:13:48 2018 -0500
Multiple BSP tcfg: Disable iconv files.
---
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(+)
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 dc60685..257c7e9 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 d44c4f2..8b7d1ca 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 c6c0f25..419b717 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 d7a198e..334b7f2 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 2883965..907cf41 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 7868cb3..dc59b44 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 9af058d..64e3a05 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 b5782e4..9c7f2ce 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 a020cf8..d5718ca 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 94d3dd4..cec9333 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 8759140..94b7f7a 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 3849651..3a968c4 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 8739811..7a57409 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 2323057..6c25615 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 789a03e..e55524a 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 5a5961c..e7ebae2 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 5151597..4f3d278 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 791f28a..c13e159 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 8d72676..d1eee4f 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 5aeba16..716f59a 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 8f7d0f6..324762d 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 37786ef..624b1d9 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 12d9766..eeb360c 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 6c79cce..aa6f47e 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 cad4dc2..f359262 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 d66a343..c417b93 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 526deee..c133712 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 1bddec5..c5b0c88 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 fdd399e..d567a8d 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 90dcd12..8d4f381 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 2c6fa75..100b61c 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 d63cb37..0fa2e77 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 0000000..9f395a8
--- /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
More information about the vc
mailing list