[Webkit-unassigned] [Bug 54414] New: [GTK] testwebdatasource test fails in the bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 14 14:51:43 PST 2011


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

           Summary: [GTK] testwebdatasource test fails in the bots
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com


Apparently the uri we get from soup_message_get_uri is not the same we pass to the load uri API:

ERROR:../../Source/WebKit/gtk/tests/testwebdatasource.c:95:notify_load_status_cb: assertion failed (webkit_network_request_get_uri(request) == "http://webkit.org/"): ("http://www.webkit.org/" == "http://webkit.org/")

It gets the uri the server returns when loading. It works just when the loading process fails (cancelled in this case) because the assertion is not checked, it fails randomly, probably depending on the time the site takes to answer and if it comes before or after the timeout.

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