[Webkit-unassigned] [Bug 106670] New: [GTK] Disable the unit tests timeout when running from make check

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 11 08:57:02 PST 2013


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

           Summary: [GTK] Disable the unit tests timeout when running from
                    make check
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: xan.lopez at gmail.com, mrobinson at webkit.org,
                    pnormand at igalia.com


The WebKit2 C API tests are always timing out for me, but the actually work. The problem is that the timeout was added when we had a different process per test, but the WebKit2 C API tests were merged into a single process. Bots are fast enough to run the WebKit C API tests in less than 10 secs, but my laptop isn't, so make distcheck is always failing for me. The timeout is very important in the bots, but when running make check you can manually finish the build that is going to fail anyway, so we can simply disable the timeout when running the test with make check.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list