[Webkit-unassigned] [Bug 147777] New: [GTK] WTF unit tests are timing out in the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 02:59:42 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=147777

            Bug ID: 147777
           Summary: [GTK] WTF unit tests are timing out in the bots
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: fpizlo at apple.com, ggaren at apple.com

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?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150807/548bd526/attachment.html>


More information about the webkit-unassigned mailing list