[Webkit-unassigned] [Bug 122154] New: User interruption (Ctrl+C) should also generate results.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 03:54:43 PDT 2013


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

           Summary: User interruption (Ctrl+C) should also generate
                    results.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: r.kasibhatla at samsung.com
                CC: rniwa at webkit.org


Currently, results.html is generated from the results json file only on completion of entire layout tests run. Ideally, it should be created even when the execution has been interrupted - either by user (by Ctrl+C) or because of other interruption (exit-after-n-failures option). In both cases, all failures should be reported.

We need not throw the results.html onto the browser window in case of interruption, to avoid creation of browser session for all unwanted runs, but it should still dump the results into the html - just in case the user wants to go over them later (before next run).

This behavior change was reported in blink (https://code.google.com/p/chromium/issues/detail?id=263151) and got fixed through CL (http://src.chromium.org/viewvc/blink?view=rev&rev=157769).

Any thoughts on the integration of the changes in WebKit repo?

-- 
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