Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Html-bobswift
        <table class="wrapped" style="border-collapse: collapse; border: 1px solid black;">
            <tr><td colspan='2' style='border: 1px solid black; text-align: center; font-weight: bold; '>File not found! No results!</td></tr>
            <td style='border: 1px solid black; text-align: center; font-weight: bold;'>File</td>
            <td style='border: 1px solid black; text-align: center;'>Status</td>
        </tr>
        <tr>
            <td style='border: 1px solid black; text-align: center;'>test_results</td>
            <td style='border: 1px solid black; text-align: center;'>Could not be found in server</td>
        </tr>
        </table>
        
Html-bobswift

    <table>
        <style>
            table, th, td {
                border: 1px solid black;
                border-collapse: collapse;
            }
        </style>
        <table border="1" class="dataframe">
  <thead><tr><td colspan='5' style='border: 1px solid black; text-align: center; font-weight: bold;'>Excluded NPLB Flex2 Tests</td></tr>
    <tr style="text-align: right;">
      <th style="text-align: center;"></th>
      <th style="text-align: center;">NPLB Flex2</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <th style="text-align: center;">Posix*</th>
      <td>.*</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbAudioSinkCreateTest</th>
      <td>.*</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbAudioSinkTest</th>
      <td>.*</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbDrmSessionTest</th>
      <td>.SunnyDay, .InvalidSessionUpdateRequestParams</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbMediaSetAudioWriteDurationTests</th>
      <td>/SbMediaSetAudioWriteDurationTest.WriteLimitedInput/*, SbMediaSetAudioWriteDurationTest.WriteContinuedLimitedInput/*</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbDrmTest</th>
      <td>.AnySupportedKeySystems, .MultiDrm</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbPlayerTests</th>
      <td>/SbPlayerTest.*</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSocketWaiterWakeUpTest</th>
      <td>.CallFromOtherThreadWakesUp, .EarlyCallWakesUpMultiply</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbMediaBufferTest</th>
      <td>.ValidatePerformance</td>
    </tr>
    <tr>
      <th style="text-align: center;">MultiplePlayerTests</th>
      <td>/MultiplePlayerTest.WriteSamples/audio0_beneath_the_canopy_aac_stereo_dmp_*</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSocketResolveTest</th>
      <td>.SunnyDay</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSocketAddressTypes</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbPlayerWriteSampleTests</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbPlayerGetAudioConfigurationTests</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbOnceTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">VerticalVideoTests</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">None</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSocketJoinMulticastGroupTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbStorageGetRecordSizeTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbStorageReadRecordTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbStorageWriteRecordTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSystemGetLocaleIdTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSystemGetPathTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSystemGetPropertyTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbMediaCanPlayMimeAndKeySystem</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSystemGetStackTest</th>
      <td>N/A</td>
    </tr>
    <tr>
      <th style="text-align: center;">SbSystemSymbolizeTest</th>
      <td>N/A</td>
    </tr>
  </tbody>
</table>
    </table>
    

...