summaryrefslogtreecommitdiffstats
path: root/testsuites/testdata
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 /testsuites/testdata
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 'testsuites/testdata')
-rw-r--r--testsuites/testdata/disable-libdl-tests.tcfg (renamed from testsuites/testdata/dltests-broken-on-this-bsp.tcfg)7
-rw-r--r--testsuites/testdata/small-memory-testsuite.tcfg19
2 files changed, 20 insertions, 6 deletions
diff --git a/testsuites/testdata/dltests-broken-on-this-bsp.tcfg b/testsuites/testdata/disable-libdl-tests.tcfg
index 7132d46798..3185dbe4fc 100644
--- a/testsuites/testdata/dltests-broken-on-this-bsp.tcfg
+++ b/testsuites/testdata/disable-libdl-tests.tcfg
@@ -4,9 +4,4 @@
# This file should be included by those BSPs which have dl* test issues
# which remain to be investigated and solved.
#
-exclude: dl01
-exclude: dl02
-exclude: dl03
-exclude: dl04
-exclude: dl05
-exclude: dl06
+rexclude: dl[0-9][0-9]
diff --git a/testsuites/testdata/small-memory-testsuite.tcfg b/testsuites/testdata/small-memory-testsuite.tcfg
new file mode 100644
index 0000000000..95cd2397b7
--- /dev/null
+++ b/testsuites/testdata/small-memory-testsuite.tcfg
@@ -0,0 +1,19 @@
+#
+# Small Memory RTEMS Test Database.
+#
+
+include: testdata/disable-iconv-tests.tcfg
+include: testdata/disable-libdl-tests.tcfg
+include: testdata/disable-jffs2-tests.tcfg
+
+exclude: flashdisk01
+exclude: fsdosfsname01
+exclude: linpack
+exclude: spstkalloc02
+exclude: sp47
+exclude: psxusleep
+exclude: psxconfig01
+
+cflags: sp71 : -DPER_ALLOCATION=10
+cflags: psxtm.*, tm.* : -DOPERATION_COUNT=3
+cflags: tmck : -DMAXIMUM_DISTRIBUTION=10