forked from Imagelibrary/rtems
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:
committed by
Joel Sherrill
parent
46265063e3
commit
66f1ca64c8
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user