[Webkit-unassigned] [Bug 158200] New: [GTK] Test /webkit2/WebKitWebView/geolocation-permission-requests is failing since r201423
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 30 06:11:05 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158200
Bug ID: 158200
Summary: [GTK] Test
/webkit2/WebKitWebView/geolocation-permission-requests
is failing since r201423
Classification: Unclassified
Product: WebKit
Version: WebKit Local 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: bugs-noreply at webkitgtk.org, lforschler at apple.com
/webkit2/WebKitWebView/geolocation-permission-requests: **
ERROR:../../Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestUIClient.cpp:741:void testWebViewGeolocationPermissionRequests(UIClientTest*, gconstpointer): assertion failed (result == "1"): ("2" == "1")
FAIL
This is because geolocation is no longer allowed for non secure sites, like HTTP. In that case POSITION_UNAVAILABLE ('2') is returned without asking the API layer. We need to update the test to not use HTTP, or even better keep the HTTP case to check that it's indeed returning POSITION_UNAVAILABLE.
--
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/20160530/8561942f/attachment-0001.html>
More information about the webkit-unassigned
mailing list