<div dir="ltr">Hi<div><br></div><div>I thought it was clear that these patches should not be merged. They take </div><div>too broad a stroke and don't make any attempt to resolve the real issue.</div><div>The psxtm* amd tm* tests can easily be made to fit. Most of the offendiing</div><div>ones respect an OPERATION_COUNT define which controls how many</div><div>objects under test will be created. </div><div><br></div><div>Chris is working on a modification to override OPERATION_COUNT from</div><div>tcfg and that is the more elegant solution.</div><div><br></div><div>Some of the tests likely don't fit but this is a sledgehammer solution</div><div>and ignored the comments that didn't want these patches merged.</div><div>I would have implemented these a couple of months ago if I thought it</div><div>was prudent.</div><div><br></div><div>--joel</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 4, 2019 at 12:20 AM Sebastian Huber <<a href="mailto:sebh@rtems.org">sebh@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">Module:    rtems<br>
Branch:    master<br>
Commit:    77971b66175c6c9e9c5889a65069a7701e3c8ec9<br>
Changeset: <a href="http://git.rtems.org/rtems/commit/?id=77971b66175c6c9e9c5889a65069a7701e3c8ec9" rel="noreferrer" target="_blank">http://git.rtems.org/rtems/commit/?id=77971b66175c6c9e9c5889a65069a7701e3c8ec9</a><br>
<br>
Author:    Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a>><br>
Date:      Mon Feb 25 13:47:42 2019 +0100<br>
<br>
bsp/lm4f120: Disable unsupported tests<br>
<br>
---<br>
<br>
 bsps/arm/lm3s69xx/config/lm4f120-testsuite.tcfg | 70 ++++++++++++++++++++++---<br>
 1 file changed, 64 insertions(+), 6 deletions(-)<br>
<br>
diff --git a/bsps/arm/lm3s69xx/config/lm4f120-testsuite.tcfg b/bsps/arm/lm3s69xx/config/lm4f120-testsuite.tcfg<br>
index 8eafa26..0c074d0 100644<br>
--- a/bsps/arm/lm3s69xx/config/lm4f120-testsuite.tcfg<br>
+++ b/bsps/arm/lm3s69xx/config/lm4f120-testsuite.tcfg<br>
@@ -7,21 +7,79 @@<br>
 include: testdata/disable-iconv-tests.tcfg<br>
 include: testdata/disable-jffs2-tests.tcfg<br>
<br>
+exclude: block08<br>
+exclude: capture<br>
 exclude: fileio<br>
-exclude: cdtest<br>
-exclude: iostream<br>
 exclude: flashdisk01<br>
 exclude: fsdosfsname01<br>
 exclude: ftp01<br>
 exclude: linpack<br>
+exclude: loopback<br>
 exclude: mghttpd01<br>
-exclude: monitor02<br>
+exclude: ostream<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: sptls02<br>
-exclude: rtems++<br>
-exclude: tmfine01<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>
 exclude: utf8proc01<br>
<br>
_______________________________________________<br>
vc mailing list<br>
<a href="mailto:vc@rtems.org" target="_blank">vc@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/vc" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/vc</a><br>
</blockquote></div>