[rtems commit] tests: Exclude record02 for some BSPs
Sebastian Huber
sebh at rtems.org
Mon Apr 6 19:22:54 UTC 2020
Module: rtems
Branch: master
Commit: 92a3a19c757ca0c62eaec2bb55621a562758627b
Changeset: http://git.rtems.org/rtems/commit/?id=92a3a19c757ca0c62eaec2bb55621a562758627b
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Apr 6 21:21:26 2020 +0200
tests: Exclude record02 for some BSPs
Update #3938.
---
bsps/arm/atsam/config/atsamv-testsuite.tcfg | 1 +
bsps/arm/lpc24xx/config/lpc24xx_ncs_rom_int-testsuite.tcfg | 1 +
bsps/arm/lpc24xx/config/lpc24xx_plx800_rom_int-testsuite.tcfg | 1 +
bsps/arm/rtl22xx/config/rtl22xx-testsuite.tcfg | 1 +
bsps/arm/rtl22xx/config/rtl22xx_t-testsuite.tcfg | 1 +
bsps/m68k/mrm332/config/mrm332-testsuite.tcfg | 1 +
bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg | 1 +
bsps/sh/gensh1/config/gensh1-testsuite.tcfg | 1 +
bsps/sh/gensh2/config/gensh2-testsuite.tcfg | 1 +
bsps/sh/shsim/config/simsh1-testsuite.tcfg | 1 +
bsps/sh/shsim/config/simsh2-testsuite.tcfg | 1 +
bsps/sh/shsim/config/simsh2e-testsuite.tcfg | 1 +
bsps/sh/shsim/config/simsh4-testsuite.tcfg | 1 +
13 files changed, 13 insertions(+)
diff --git a/bsps/arm/atsam/config/atsamv-testsuite.tcfg b/bsps/arm/atsam/config/atsamv-testsuite.tcfg
index 5e2247f..a3eb5f7 100644
--- a/bsps/arm/atsam/config/atsamv-testsuite.tcfg
+++ b/bsps/arm/atsam/config/atsamv-testsuite.tcfg
@@ -18,6 +18,7 @@ exclude: linpack
exclude: mghttpd01
exclude: pppd
exclude: psxconfig01
+exclude: record02
exclude: sp16
exclude: sp25
exclude: sp48
diff --git a/bsps/arm/lpc24xx/config/lpc24xx_ncs_rom_int-testsuite.tcfg b/bsps/arm/lpc24xx/config/lpc24xx_ncs_rom_int-testsuite.tcfg
index cec9333..3784459 100644
--- a/bsps/arm/lpc24xx/config/lpc24xx_ncs_rom_int-testsuite.tcfg
+++ b/bsps/arm/lpc24xx/config/lpc24xx_ncs_rom_int-testsuite.tcfg
@@ -6,3 +6,4 @@
include: testdata/disable-iconv-tests.tcfg
exclude: fsdosfsname01
+exclude: record02
diff --git a/bsps/arm/lpc24xx/config/lpc24xx_plx800_rom_int-testsuite.tcfg b/bsps/arm/lpc24xx/config/lpc24xx_plx800_rom_int-testsuite.tcfg
index 94b7f7a..54144ba 100644
--- a/bsps/arm/lpc24xx/config/lpc24xx_plx800_rom_int-testsuite.tcfg
+++ b/bsps/arm/lpc24xx/config/lpc24xx_plx800_rom_int-testsuite.tcfg
@@ -6,3 +6,4 @@
include: testdata/disable-iconv-tests.tcfg
exclude: fsdosfsname01
+exclude: record02
diff --git a/bsps/arm/rtl22xx/config/rtl22xx-testsuite.tcfg b/bsps/arm/rtl22xx/config/rtl22xx-testsuite.tcfg
index f1f16e6..2ac3e44 100644
--- a/bsps/arm/rtl22xx/config/rtl22xx-testsuite.tcfg
+++ b/bsps/arm/rtl22xx/config/rtl22xx-testsuite.tcfg
@@ -11,5 +11,6 @@ exclude: fsdosfsname01
exclude: linpack
exclude: iostream
exclude: rtems++
+exclude: record02
exclude: ttest01
exclude: utf8proc01
diff --git a/bsps/arm/rtl22xx/config/rtl22xx_t-testsuite.tcfg b/bsps/arm/rtl22xx/config/rtl22xx_t-testsuite.tcfg
index e55524a..ab753b0 100644
--- a/bsps/arm/rtl22xx/config/rtl22xx_t-testsuite.tcfg
+++ b/bsps/arm/rtl22xx/config/rtl22xx_t-testsuite.tcfg
@@ -7,3 +7,4 @@
include: testdata/disable-iconv-tests.tcfg
exclude: fsdosfsname01
exclude: linpack
+exclude: record02
diff --git a/bsps/m68k/mrm332/config/mrm332-testsuite.tcfg b/bsps/m68k/mrm332/config/mrm332-testsuite.tcfg
index 936f926..39cd16f 100644
--- a/bsps/m68k/mrm332/config/mrm332-testsuite.tcfg
+++ b/bsps/m68k/mrm332/config/mrm332-testsuite.tcfg
@@ -12,6 +12,7 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: sptls01
exclude: sptls02
exclude: utf8proc01
diff --git a/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg
index f64300b..5a0b310 100644
--- a/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg
@@ -9,3 +9,4 @@ include: testdata/disable-jffs2-tests.tcfg
exclude: fsdosfsname01
exclude: linpack
+exclude: record02
diff --git a/bsps/sh/gensh1/config/gensh1-testsuite.tcfg b/bsps/sh/gensh1/config/gensh1-testsuite.tcfg
index c133712..9fa3c1a 100644
--- a/bsps/sh/gensh1/config/gensh1-testsuite.tcfg
+++ b/bsps/sh/gensh1/config/gensh1-testsuite.tcfg
@@ -9,4 +9,5 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: utf8proc01
diff --git a/bsps/sh/gensh2/config/gensh2-testsuite.tcfg b/bsps/sh/gensh2/config/gensh2-testsuite.tcfg
index c5b0c88..ddc6dc6 100644
--- a/bsps/sh/gensh2/config/gensh2-testsuite.tcfg
+++ b/bsps/sh/gensh2/config/gensh2-testsuite.tcfg
@@ -9,4 +9,5 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: utf8proc01
diff --git a/bsps/sh/shsim/config/simsh1-testsuite.tcfg b/bsps/sh/shsim/config/simsh1-testsuite.tcfg
index d567a8d..675894d 100644
--- a/bsps/sh/shsim/config/simsh1-testsuite.tcfg
+++ b/bsps/sh/shsim/config/simsh1-testsuite.tcfg
@@ -12,4 +12,5 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: utf8proc01
diff --git a/bsps/sh/shsim/config/simsh2-testsuite.tcfg b/bsps/sh/shsim/config/simsh2-testsuite.tcfg
index 8d4f381..b3d5708 100644
--- a/bsps/sh/shsim/config/simsh2-testsuite.tcfg
+++ b/bsps/sh/shsim/config/simsh2-testsuite.tcfg
@@ -12,4 +12,5 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: utf8proc01
diff --git a/bsps/sh/shsim/config/simsh2e-testsuite.tcfg b/bsps/sh/shsim/config/simsh2e-testsuite.tcfg
index 100b61c..c7fbb4a 100644
--- a/bsps/sh/shsim/config/simsh2e-testsuite.tcfg
+++ b/bsps/sh/shsim/config/simsh2e-testsuite.tcfg
@@ -11,4 +11,5 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: utf8proc01
diff --git a/bsps/sh/shsim/config/simsh4-testsuite.tcfg b/bsps/sh/shsim/config/simsh4-testsuite.tcfg
index 0fa2e77..5b768d1 100644
--- a/bsps/sh/shsim/config/simsh4-testsuite.tcfg
+++ b/bsps/sh/shsim/config/simsh4-testsuite.tcfg
@@ -11,4 +11,5 @@ exclude: fileio
exclude: fsdosfsname01
exclude: iostream
exclude: linpack
+exclude: record02
exclude: utf8proc01
More information about the vc
mailing list