<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 03/19/2017 02:32 PM, Joel Sherrill
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF9ehCXeMyN8h3iTuQ7Z3Ouzx-idzKkXGCc2SSb+qDosrwvy6A@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi
        <div><br>
        </div>
        <div>I was following up on Gedare's testing and tried leon3.
          There</div>
        <div>were a surprising number of failures there with SMP
          disabled.</div>
        <div>This is testing with gdb. Does anyone else get the same </div>
        <div>results with qemu or tsim?  Any idea what's broken?</div>
        <div><br>
        </div>
        <div><br>
        </div>
        <div>
          <div>Passed:   458</div>
          <div>Failed:    20</div>
          <div>Timeouts:  73</div>
          <div>Invalid:    3</div>
          <div>-------------</div>
          <div>Total:    554</div>
          <div><br>
          </div>
          <div>Failures:</div>
          <div> cdtest.exe</div>
          <div> spintrcritical20.exe</div>
          <div> dl05.exe</div>
          <div> spintrcritical01.exe</div>
          <div> spintrcritical04.exe</div>
          <div> spintrcritical10.exe</div>
          <div> spintrcritical22.exe</div>
          <div> sp69.exe</div>
          <div> spintrcritical21.exe</div>
          <div> sp11.exe</div>
          <div> spintrcritical16.exe</div>
          <div> spintrcritical23.exe</div>
          <div> psxfile01.exe</div>
          <div> spintrcritical05.exe</div>
          <div> spintrcritical02.exe</div>
          <div> spintrcritical08.exe</div>
          <div> psxgetrusage01.exe</div>
          <div> spcpucounter01.exe</div>
        </div>
        <div><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:devel@rtems.org">devel@rtems.org</a>
<a class="moz-txt-link-freetext" href="http://lists.rtems.org/mailman/listinfo/devel">http://lists.rtems.org/mailman/listinfo/devel</a></pre>
    </blockquote>
    <br>
    <p>Tthe source of the failures for leon3 came from missing support
      for the CASA instruction and lack of the %asr23 register. I have
      uploaded new sis patches to my server, and attached a patch for
      RSB that pulls them in. With that patch applied, I get the
      following results:</p>
    <p><tt>==> erc32log.txt <==<br>
        <br>
        Passed:   560<br>
        Failed:     1<br>
        Timeouts:   0<br>
        Invalid:    0<br>
        -------------<br>
        Total:    561<br>
        <br>
        Failures:<br>
         spcontext01.exe<br>
        Average test time: 0:00:00.439075<br>
        Testing time     : 0:04:06.321377<br>
        <br>
        ==> leon2log.txt <==<br>
        <br>
        Passed:   560<br>
        Failed:     1<br>
        Timeouts:   0<br>
        Invalid:    0<br>
        -------------<br>
        Total:    561<br>
        <br>
        Failures:<br>
         spcache01.exe<br>
        Average test time: 0:00:00.650810<br>
        Testing time     : 0:06:05.104584<br>
        <br>
        ==> leon3log.txt <==</tt></p>
    <p><tt>Passed:   559<br>
        Failed:     0<br>
        Timeouts:   0<br>
        Invalid:    2<br>
        -------------<br>
        Total:    561<br>
        <br>
        Invalid:<br>
         sptimecounter01.exe<br>
         spinternalerror01.exe<br>
        Average test time: 0:00:00.510382<br>
        Testing time     : 0:04:46.324846<br>
      </tt></p>
    <p>The new sis version now supports an -r switch that executes the
      binary at start-up. This means that the 'run' application is no
      longer really needed. An optional execution time-out can also be
      specified (in simulated time) to avoid having to use time-outs on
      the host. I have attached a patch for rtems-tools with three sis
      configs for rtems-test, erc32-sis.mc, leon2-sis.mc and
      leon3-sis.mc. A typical run through all leon3 test would be:</p>
    <p><tt>rtems-test --rtems-bsp=leon3-sis
        sparc-rtems4.12/c/leon3/testsuites</tt><br>
    </p>
    Jiri.<br>
  </body>
</html>