summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-03-06 20:39:29 +1100
committerChris Johns <chrisj@rtems.org>2019-03-07 06:33:47 +1100
commit96e4b2231274429569cda56d965bcc11d8009800 (patch)
treee2cbbb277f99ed2ac864fb63fe2aed08a28b3604 /bsps
parenttestsuite: Add rexclude, rinclude and cflags to test config files. (diff)
downloadrtems-96e4b2231274429569cda56d965bcc11d8009800.tar.bz2
testsuite: Make the OPERATION_COUNT a test configuration parameter.
- Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/mips/hurricane/config/hurricane-testsuite.tcfg2
-rw-r--r--bsps/mips/rbtx4925/config/rbtx4925-testsuite.tcfg2
-rw-r--r--bsps/mips/rbtx4938/config/rbtx4938-testsuite.tcfg2
-rw-r--r--bsps/moxie/moxiesim/config/moxiesim-testsuite.tcfg2
-rw-r--r--bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg2
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5566evb-testsuite.tcfg6
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5566evb_spe-testsuite.tcfg6
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5643l_dpu-testsuite.tcfg62
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5643l_evb-testsuite.tcfg62
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5668g-testsuite.tcfg4
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_app-testsuite.tcfg5
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_boot-testsuite.tcfg8
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5674f_rsm6-testsuite.tcfg8
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5674fevb-testsuite.tcfg4
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc5674fevb_spe-testsuite.tcfg4
-rw-r--r--bsps/powerpc/mpc55xxevb/config/phycore_mpc5554-testsuite.tcfg5
-rw-r--r--bsps/powerpc/qoriq/config/qoriq_core_0-testsuite.tcfg2
-rw-r--r--bsps/powerpc/qoriq/config/qoriq_core_1-testsuite.tcfg2
-rw-r--r--bsps/powerpc/qoriq/config/qoriq_e500-testsuite.tcfg2
-rw-r--r--bsps/powerpc/qoriq/config/qoriq_e6500_32-testsuite.tcfg2
-rw-r--r--bsps/powerpc/qoriq/config/qoriq_e6500_64-testsuite.tcfg2
21 files changed, 21 insertions, 173 deletions
diff --git a/bsps/mips/hurricane/config/hurricane-testsuite.tcfg b/bsps/mips/hurricane/config/hurricane-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/mips/hurricane/config/hurricane-testsuite.tcfg
+++ b/bsps/mips/hurricane/config/hurricane-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/mips/rbtx4925/config/rbtx4925-testsuite.tcfg b/bsps/mips/rbtx4925/config/rbtx4925-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/mips/rbtx4925/config/rbtx4925-testsuite.tcfg
+++ b/bsps/mips/rbtx4925/config/rbtx4925-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/mips/rbtx4938/config/rbtx4938-testsuite.tcfg b/bsps/mips/rbtx4938/config/rbtx4938-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/mips/rbtx4938/config/rbtx4938-testsuite.tcfg
+++ b/bsps/mips/rbtx4938/config/rbtx4938-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/moxie/moxiesim/config/moxiesim-testsuite.tcfg b/bsps/moxie/moxiesim/config/moxiesim-testsuite.tcfg
index 056d1c406f..fab8ef049f 100644
--- a/bsps/moxie/moxiesim/config/moxiesim-testsuite.tcfg
+++ b/bsps/moxie/moxiesim/config/moxiesim-testsuite.tcfg
@@ -3,4 +3,4 @@
#
include: testdata/require-tick-isr.tcfg
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg
index f8e516bb8e..f64300b5e4 100644
--- a/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/gwlcfm-testsuite.tcfg
@@ -4,7 +4,7 @@
# Format is one line per test that is _NOT_ built.
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
include: testdata/disable-jffs2-tests.tcfg
exclude: fsdosfsname01
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5566evb-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5566evb-testsuite.tcfg
index cba4641dc3..0b5474d3ea 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5566evb-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5566evb-testsuite.tcfg
@@ -4,8 +4,4 @@
# Format is one line per test that is _NOT_ built.
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-include: testdata/disable-jffs2-tests.tcfg
-
-exclude: fsdosfsname01
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5566evb_spe-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5566evb_spe-testsuite.tcfg
index 826a183b8e..aa3b464a42 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5566evb_spe-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5566evb_spe-testsuite.tcfg
@@ -4,8 +4,4 @@
# Format is one line per test that is _NOT_ built.
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-include: testdata/disable-jffs2-tests.tcfg
-
-exclude: fsdosfsname01
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5643l_dpu-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5643l_dpu-testsuite.tcfg
index 32c8c84aee..5261958a88 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5643l_dpu-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5643l_dpu-testsuite.tcfg
@@ -4,64 +4,4 @@
# Format is one line per test that is _NOT_ built.
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-include: testdata/disable-jffs2-tests.tcfg
-
-exclude: flashdisk01
-exclude: fsdosfsname01
-exclude: linpack
-exclude: pppd
-exclude: psxaio03
-exclude: psxconfig01
-exclude: psxtmbarrier02
-exclude: psxtmclocknanosleep02
-exclude: psxtmclocknanosleep03
-exclude: psxtmcond08
-exclude: psxtmcond09
-exclude: psxtmcond10
-exclude: psxtmmqrcvblock01
-exclude: psxtmmqrcvblock02
-exclude: psxtmmutex02
-exclude: psxtmmutex04
-exclude: psxtmmutex06
-exclude: psxtmnanosleep02
-exclude: psxtmrwlock02
-exclude: psxtmrwlock03
-exclude: psxtmrwlock04
-exclude: psxtmrwlock05
-exclude: psxtmrwlock07
-exclude: psxtmsem03
-exclude: psxtmsem05
-exclude: psxtmsleep02
-exclude: psxtmthread01
-exclude: psxtmthread03
-exclude: sp47
-exclude: sp71
-exclude: spstkalloc02
-exclude: tm02
-exclude: tm03
-exclude: tm04
-exclude: tm05
-exclude: tm06
-exclude: tm07
-exclude: tm10
-exclude: tm11
-exclude: tm12
-exclude: tm13
-exclude: tm14
-exclude: tm15
-exclude: tm16
-exclude: tm17
-exclude: tm18
-exclude: tm21
-exclude: tm23
-exclude: tm24
-exclude: tm25
-exclude: tm26
-exclude: tm29
-exclude: tm31
-exclude: tm32
-exclude: tm33
-exclude: tm34
-exclude: tm35
-exclude: tm36
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5643l_evb-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5643l_evb-testsuite.tcfg
index fe6e37d889..b99267505f 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5643l_evb-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5643l_evb-testsuite.tcfg
@@ -4,64 +4,4 @@
# Format is one line per test that is _NOT_ built.
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-include: testdata/disable-jffs2-tests.tcfg
-
-exclude: flashdisk01
-exclude: fsdosfsname01
-exclude: linpack
-exclude: pppd
-exclude: psxaio03
-exclude: psxconfig01
-exclude: psxtmbarrier02
-exclude: psxtmclocknanosleep02
-exclude: psxtmclocknanosleep03
-exclude: psxtmcond08
-exclude: psxtmcond09
-exclude: psxtmcond10
-exclude: psxtmmqrcvblock01
-exclude: psxtmmqrcvblock02
-exclude: psxtmmutex02
-exclude: psxtmmutex04
-exclude: psxtmmutex06
-exclude: psxtmnanosleep02
-exclude: psxtmrwlock02
-exclude: psxtmrwlock03
-exclude: psxtmrwlock04
-exclude: psxtmrwlock05
-exclude: psxtmrwlock07
-exclude: psxtmsem03
-exclude: psxtmsem05
-exclude: psxtmsleep02
-exclude: psxtmthread01
-exclude: psxtmthread03
-exclude: sp47
-exclude: sp71
-exclude: spstkalloc02
-exclude: tm02
-exclude: tm03
-exclude: tm04
-exclude: tm05
-exclude: tm06
-exclude: tm07
-exclude: tm10
-exclude: tm11
-exclude: tm12
-exclude: tm13
-exclude: tm14
-exclude: tm15
-exclude: tm16
-exclude: tm17
-exclude: tm18
-exclude: tm21
-exclude: tm23
-exclude: tm24
-exclude: tm25
-exclude: tm26
-exclude: tm29
-exclude: tm31
-exclude: tm32
-exclude: tm33
-exclude: tm34
-exclude: tm35
-exclude: tm36
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5668g-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5668g-testsuite.tcfg
index 6c79cceeac..1d2e02e9d1 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5668g-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5668g-testsuite.tcfg
@@ -2,6 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_app-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_app-testsuite.tcfg
index aa6f47e038..1d2e02e9d1 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_app-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_app-testsuite.tcfg
@@ -2,7 +2,4 @@
# 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
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_boot-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_boot-testsuite.tcfg
index f359262339..17aa1967b2 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_boot-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5674f_ecu508_boot-testsuite.tcfg
@@ -1,11 +1,5 @@
#
# mpc5674f_ecu508_boot RTEMS Test Database.
#
-# 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
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5674f_rsm6-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5674f_rsm6-testsuite.tcfg
index c417b93df1..bc0cfa7086 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5674f_rsm6-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5674f_rsm6-testsuite.tcfg
@@ -1,11 +1,5 @@
#
# mpc5674f_rsm6 RTEMS Test Database.
#
-# 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
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5674fevb-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5674fevb-testsuite.tcfg
index 6c79cceeac..1d2e02e9d1 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5674fevb-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5674fevb-testsuite.tcfg
@@ -2,6 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc5674fevb_spe-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/mpc5674fevb_spe-testsuite.tcfg
index 6c79cceeac..1d2e02e9d1 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc5674fevb_spe-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/mpc5674fevb_spe-testsuite.tcfg
@@ -2,6 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-
-exclude: linpack
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/mpc55xxevb/config/phycore_mpc5554-testsuite.tcfg b/bsps/powerpc/mpc55xxevb/config/phycore_mpc5554-testsuite.tcfg
index 3ca7f48c46..72f987b240 100644
--- a/bsps/powerpc/mpc55xxevb/config/phycore_mpc5554-testsuite.tcfg
+++ b/bsps/powerpc/mpc55xxevb/config/phycore_mpc5554-testsuite.tcfg
@@ -4,7 +4,4 @@
# Format is one line per test that is _NOT_ built.
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
-include: testdata/disable-jffs2-tests.tcfg
-
-exclude: fsdosfsname01
+include: testdata/small-memory-testsuite.tcfg
diff --git a/bsps/powerpc/qoriq/config/qoriq_core_0-testsuite.tcfg b/bsps/powerpc/qoriq/config/qoriq_core_0-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/powerpc/qoriq/config/qoriq_core_0-testsuite.tcfg
+++ b/bsps/powerpc/qoriq/config/qoriq_core_0-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/powerpc/qoriq/config/qoriq_core_1-testsuite.tcfg b/bsps/powerpc/qoriq/config/qoriq_core_1-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/powerpc/qoriq/config/qoriq_core_1-testsuite.tcfg
+++ b/bsps/powerpc/qoriq/config/qoriq_core_1-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/powerpc/qoriq/config/qoriq_e500-testsuite.tcfg b/bsps/powerpc/qoriq/config/qoriq_e500-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/powerpc/qoriq/config/qoriq_e500-testsuite.tcfg
+++ b/bsps/powerpc/qoriq/config/qoriq_e500-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/powerpc/qoriq/config/qoriq_e6500_32-testsuite.tcfg b/bsps/powerpc/qoriq/config/qoriq_e6500_32-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/powerpc/qoriq/config/qoriq_e6500_32-testsuite.tcfg
+++ b/bsps/powerpc/qoriq/config/qoriq_e6500_32-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg
diff --git a/bsps/powerpc/qoriq/config/qoriq_e6500_64-testsuite.tcfg b/bsps/powerpc/qoriq/config/qoriq_e6500_64-testsuite.tcfg
index fb84b55762..8d039b6993 100644
--- a/bsps/powerpc/qoriq/config/qoriq_e6500_64-testsuite.tcfg
+++ b/bsps/powerpc/qoriq/config/qoriq_e6500_64-testsuite.tcfg
@@ -2,4 +2,4 @@
# This is the set of tests which are known to not link on this BSP
#
-include: testdata/dltests-broken-on-this-bsp.tcfg
+include: testdata/disable-libdl-tests.tcfg