<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] WTF unit tests are timing out in the bots"
   href="https://bugs.webkit.org/show_bug.cgi?id=147777">147777</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[GTK] WTF unit tests are timing out in the bots
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>528+ (Nightly build)
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>Gtk
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Tools / Tests
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>cgarcia&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>fpizlo&#64;apple.com, ggaren&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>It's because WTF_Lock tests, they actually pass, but they are slower than our timeout.

$ time bin/TestWebKitAPI/WTF/TestWTF --gtest_filter=WTF_Lock.*
**PASS** WTF_Lock.UncontentedShortSection
**PASS** WTF_Lock.UncontentedLongSection
**PASS** WTF_Lock.ContentedShortSection
**PASS** WTF_Lock.ContentedLongSection
**PASS** WTF_Lock.ManyContentedShortSections
**PASS** WTF_Lock.ManyContentedLongSections

real    0m15.656s
user    0m51.736s
sys    0m36.848s

We need a way to mark tests as slow and use a longer timeout like WTR does. I don't know if these tests are supposed to be so slow, though. Filip?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>