[Webkit-unassigned] [Bug 96910] New: waitUntilTitleChangedTo and waitUntilLoadFinished needs timeout.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 17 05:21:57 PDT 2012


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

           Summary: waitUntilTitleChangedTo and waitUntilLoadFinished
                    needs timeout.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bw80.lee at samsung.com
                CC: demarchi at webkit.org


Currently, the waitUntilTitleChangedTo() and waitUntilLoadFinished() functions doesn't handle timeout by itself.
And if there are some failed cases that loading is not finished or title is not changed to the expected string,
test case just stopped with timeout and there is no information about this (line number.. etc)
And when this happens, below test cases also doesn't work.

So adding timeout parameter for these functions will be better to handle and test timeout cases.

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