From 96e4b2231274429569cda56d965bcc11d8009800 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 6 Mar 2019 20:39:29 +1100 Subject: 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. --- testsuites/testdata/disable-libdl-tests.tcfg | 7 +++++++ testsuites/testdata/dltests-broken-on-this-bsp.tcfg | 12 ------------ testsuites/testdata/small-memory-testsuite.tcfg | 19 +++++++++++++++++++ 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 testsuites/testdata/disable-libdl-tests.tcfg delete mode 100644 testsuites/testdata/dltests-broken-on-this-bsp.tcfg create mode 100644 testsuites/testdata/small-memory-testsuite.tcfg (limited to 'testsuites/testdata') diff --git a/testsuites/testdata/disable-libdl-tests.tcfg b/testsuites/testdata/disable-libdl-tests.tcfg new file mode 100644 index 0000000000..3185dbe4fc --- /dev/null +++ b/testsuites/testdata/disable-libdl-tests.tcfg @@ -0,0 +1,7 @@ +# +# On some architectures, some BSPs work with libdl and others do not. +# There may be Trac tickets files regarding the BSPs which have issues. +# This file should be included by those BSPs which have dl* test issues +# which remain to be investigated and solved. +# +rexclude: dl[0-9][0-9] diff --git a/testsuites/testdata/dltests-broken-on-this-bsp.tcfg b/testsuites/testdata/dltests-broken-on-this-bsp.tcfg deleted file mode 100644 index 7132d46798..0000000000 --- a/testsuites/testdata/dltests-broken-on-this-bsp.tcfg +++ /dev/null @@ -1,12 +0,0 @@ -# -# On some architectures, some BSPs work with libdl and others do not. -# There may be Trac tickets files regarding the BSPs which have issues. -# 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 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 -- cgit v1.2.3