[Webkit-unassigned] [Bug 183060] [Curl][WinCairo] Add Public Suffix support to WinCairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 11:19:22 PDT 2018


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

--- Comment #21 from Christopher Reid <chris.reid at sony.com> ---
It looks like some of these imported mac test cases are failing on GTK

Here's the result of my run:

> **FAIL** PublicSuffix.IsPublicSuffix
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:81
> Value of: isPublicSuffix("COM")
>   Actual: false
> Expected: true
> 
> **FAIL** PublicSuffix.TopPrivatelyControlledDomain
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:156
> Expected equality of these values:
>   utf16String(u"\u6803\u6728.jp")
>     Which is: xn--4pvxs.jp
>   topPrivatelyControlledDomain(utf16String(u"\u6803\u6728.jp"))
>     Which is: 
> 
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:177
> Expected equality of these values:
>   String("example.com")
>     Which is: example.com
>   topPrivatelyControlledDomain("ExamPle.com")
>     Which is: ExamPle.com
> 
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:178
> Expected equality of these values:
>   String("example.com")
>     Which is: example.com
>   topPrivatelyControlledDomain("SUB.dOmain.ExamPle.com")
>     Which is: ExamPle.com
> 
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:179
> Expected equality of these values:
>   String("localhost")
>     Which is: localhost
>   topPrivatelyControlledDomain("localhost")
>     Which is: 
> 
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:180
> Expected equality of these values:
>   String("localhost")
>     Which is: localhost
>   topPrivatelyControlledDomain("LocalHost")
>     Which is: 
> 
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:181
> Expected equality of these values:
>   String("åäö")
>     Which is: åäö
>   topPrivatelyControlledDomain("åäö")
>     Which is: 
> 
> 
> ../../Tools/TestWebKitAPI/Tests/WebCore/PublicSuffix.cpp:182
> Expected equality of these values:
>   String("ÅÄÖ")
>     Which is: Ã
> Ã
>  Ã
>   topPrivatelyControlledDomain("ÅÄÖ")
>     Which is:

-- 
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/20181015/b99ff6db/attachment.html>


More information about the webkit-unassigned mailing list