[Webkit-unassigned] [Bug 203193] New: [GTK][WPE] Test PublicSuffix.TopPrivatelyControlledDomain is failing since r250589

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 04:30:50 PDT 2019


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

            Bug ID: 203193
           Summary: [GTK][WPE] Test
                    PublicSuffix.TopPrivatelyControlledDomain is failing
                    since r250589
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bfulgham at webkit.org, bugs-noreply at webkitgtk.org,
                    csaavedra at igalia.com, pgriffis at igalia.com,
                    wilander at apple.com

The new test case added in r250589 is failing:

**FAIL** PublicSuffix.TopPrivatelyControlledDomain

../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:182
Expected equality of these values:
  String("test.com")
    Which is: test.com
  topPrivatelyControlledDomain(".test.com")
    Which is: 

This is because libsoup considers that hostnames starting with a dot are not valid and SOUP_TLD_ERROR_INVALID_HOSTNAME is returned. I don't know if we should just remove the leading dot before passing the hostname to soup_tld_get_base_domain().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191021/b777c34c/attachment-0001.html>


More information about the webkit-unassigned mailing list