<div dir="ltr"><div dir="ltr"><div dir="ltr">To follow up, I built lm4f120 with OPERATION_COUNT=10 and the failure set dropped to these:<div><br></div><div><div>gmake[5]: *** [capture.exe] Error 1</div><div>gmake[5]: *** [loopback.exe] Error 1</div><div>gmake[5]: *** [block08.exe] Error 1</div><div>gmake[5]: *** [top.exe] Error 1</div><div>gmake[5]: *** [sp47.exe] Error 1</div><div>gmake[5]: *** [sp71.exe] Error 1</div><div>gmake[5]: *** [sptimecounter02.exe] Error 1</div><div>gmake[5]: *** [sptimecounter03.exe] Error 1</div><div>gmake[5]: *** [psxconfig01.exe] Error 1</div><div>gmake[5]: *** [tm21.exe] Error 1</div><div>gmake[5]: *** [tmcontext01.exe] Error 1</div></div><div><br></div><div>--joel</div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 25, 2019 at 10:39 AM Joel Sherrill <<a href="mailto:joel@rtems.org">joel@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>The tmtests should fit if the OPERATION_COUNT is lowered for these BSPs.</div><div><br></div><div><a href="https://git.rtems.org/rtems/tree/testsuites/tmtests/configure.ac#n27" target="_blank">https://git.rtems.org/rtems/tree/testsuites/tmtests/configure.ac#n27</a><br></div><div><br></div><div>Right now, this is set on the configure command line. Perhaps the BSP needs to provide</div><div>an override if RAM is ilght.</div><div><br></div><div>For others, it would be good to know why a test for a specific functional area doesn't fit.</div><div>If we are unable to test a core capability on lower memory targets, then we should split</div><div>the test or rework it. I'm not worried about dl* on low memory BSPs.</div><div><br></div><div>But addressing the OPERATION_COUNT for these BSPs would knock off most of the</div><div>list.</div><div><br></div><div>Can we find a solution to at least that before this goes in?</div><div><br></div><div>--joel</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 25, 2019 at 8:33 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">---<br>
 .../arm/lpc176x/config/lpc1768_mbed-testsuite.tcfg | 79 ++++++++++++++++++++--<br>
 1 file changed, 72 insertions(+), 7 deletions(-)<br>
<br>
diff --git a/bsps/arm/lpc176x/config/lpc1768_mbed-testsuite.tcfg b/bsps/arm/lpc176x/config/lpc1768_mbed-testsuite.tcfg<br>
index c093fa1903..30a16a7535 100644<br>
--- a/bsps/arm/lpc176x/config/lpc1768_mbed-testsuite.tcfg<br>
+++ b/bsps/arm/lpc176x/config/lpc1768_mbed-testsuite.tcfg<br>
@@ -7,15 +7,80 @@<br>
 include: testdata/disable-iconv-tests.tcfg<br>
 include: testdata/disable-jffs2-tests.tcfg<br>
<br>
+exclude: block08<br>
+exclude: capture<br>
 exclude: dl07<br>
+exclude: dl08<br>
+exclude: dl09<br>
+exclude: fileio<br>
 exclude: flashdisk01<br>
-exclude: ftp01<br>
-exclude: utf8proc01<br>
-exclude: spstkalloc02<br>
 exclude: fsdosfsname01<br>
+exclude: ftp01<br>
 exclude: linpack<br>
-exclude: pppd<br>
+exclude: loopback<br>
 exclude: mghttpd01<br>
-exclude: tmfine01<br>
-exclude: iostream<br>
-exclude: rtems++<br>
+exclude: pppd<br>
+exclude: psxaio01<br>
+exclude: psxaio02<br>
+exclude: psxaio03<br>
+exclude: psxconfig01<br>
+exclude: psxtmbarrier02<br>
+exclude: psxtmclocknanosleep02<br>
+exclude: psxtmclocknanosleep03<br>
+exclude: psxtmcond08<br>
+exclude: psxtmcond09<br>
+exclude: psxtmcond10<br>
+exclude: psxtmmqrcvblock01<br>
+exclude: psxtmmqrcvblock02<br>
+exclude: psxtmmutex02<br>
+exclude: psxtmmutex04<br>
+exclude: psxtmmutex06<br>
+exclude: psxtmnanosleep02<br>
+exclude: psxtmrwlock02<br>
+exclude: psxtmrwlock03<br>
+exclude: psxtmrwlock04<br>
+exclude: psxtmrwlock05<br>
+exclude: psxtmrwlock07<br>
+exclude: psxtmsem03<br>
+exclude: psxtmsem05<br>
+exclude: psxtmsleep02<br>
+exclude: psxtmthread01<br>
+exclude: psxtmthread03<br>
+exclude: sp16<br>
+exclude: sp25<br>
+exclude: sp42<br>
+exclude: sp47<br>
+exclude: sp48<br>
+exclude: sp71<br>
+exclude: spstkalloc02<br>
+exclude: sptimecounter02<br>
+exclude: sptimecounter03<br>
+exclude: tm02<br>
+exclude: tm03<br>
+exclude: tm04<br>
+exclude: tm05<br>
+exclude: tm06<br>
+exclude: tm07<br>
+exclude: tm10<br>
+exclude: tm11<br>
+exclude: tm12<br>
+exclude: tm13<br>
+exclude: tm14<br>
+exclude: tm15<br>
+exclude: tm16<br>
+exclude: tm17<br>
+exclude: tm18<br>
+exclude: tm21<br>
+exclude: tm23<br>
+exclude: tm24<br>
+exclude: tm25<br>
+exclude: tm26<br>
+exclude: tm29<br>
+exclude: tm31<br>
+exclude: tm32<br>
+exclude: tm33<br>
+exclude: tm34<br>
+exclude: tm35<br>
+exclude: tm36<br>
+exclude: tmcontext01<br>
+exclude: top<br>
-- <br>
2.16.4<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>
</blockquote></div>