bsp/tms570: disable huge memory demanding tests for internal RAM build variant.

BSP completes build with tests and debug enabled for all three variants now

  tms570ls3137_hdk
  tms570ls3137_hdk_intram
  tms570ls3137_hdk_sdram

Even that all enabled tests builds for internal RAM variant, many
of them are expected to fail on hardware because whole tests
including code, data and runtime work area demands has to fit
into 256 kB of RAM.
This commit is contained in:
Pavel Pisa
2014-08-21 09:57:47 -05:00
committed by Joel Sherrill
parent 46265063e3
commit 66f1ca64c8
2 changed files with 23 additions and 13 deletions

View File

@@ -4,16 +4,3 @@
# Format is one line per test that is _NOT_ built.
#
flashdisk01
utf8proc01
spstkalloc02
fsdosfsname01
jffs2_fserror
jffs2_fslink
jffs2_fspatheval
jffs2_fspermission
jffs2_fsrdwr
jffs2_fssymlink
jffs2_fstime
pppd
mghttpd01

View File

@@ -0,0 +1,23 @@
#
# tms570ls3137 RTEMS Test Database.
#
# Format is one line per test that is _NOT_ built.
#
fileio
iostream
pppd
loopback
syscall01
utf8proc01
monitor02
mghttpd01
ftp01
fsdosfsname01
jffs2_fserror
jffs2_fslink
jffs2_fspatheval
jffs2_fspermission
jffs2_fsrdwr
jffs2_fssymlink
jffs2_fstime