[PATCH] bsp/tms570: disable huge memory demanding tests for internal RAM build variant.
Joel Sherrill
joel.sherrill at oarcorp.com
Thu Aug 21 15:57:07 UTC 2014
I pushed this without building.
If there are issues, we will just need another patch.
Keep pinging as we miss them or need another patch. :)
--joel
On 8/21/2014 9:57 AM, Pavel Pisa wrote:
> 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.
> ---
> .../make/custom/tms570ls3137_hdk-testsuite.tcfg | 13 ------------
> .../custom/tms570ls3137_hdk_intram-testsuite.tcfg | 23 ++++++++++++++++++++++
> 2 files changed, 23 insertions(+), 13 deletions(-)
> create mode 100644 c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
>
> diff --git a/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk-testsuite.tcfg
> b/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk-testsuite.tcfg
> index 6f722bc..b79994e 100644
> --- a/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk-testsuite.tcfg
> +++ b/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk-testsuite.tcfg
> @@ -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
> diff --git a/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
> b/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
> new file mode 100644
> index 0000000..f4f00e8
> --- /dev/null
> +++ b/c/src/lib/libbsp/arm/tms570/make/custom/tms570ls3137_hdk_intram-testsuite.tcfg
> @@ -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
--
Joel Sherrill, Ph.D. Director of Research & Development
joel.sherrill at OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
More information about the devel
mailing list