[Webkit-unassigned] [Bug 187712] New: TestWTF.WTF.StringConcatenate_Unsigned fails for unsigned short on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 16 15:03:55 PDT 2018


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

            Bug ID: 187712
           Summary: TestWTF.WTF.StringConcatenate_Unsigned fails for
                    unsigned short on Windows
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ross.kirsling at sony.com

On Windows, this API test failure occurs:

> TestWTF.WTF.StringConcatenate_Unsigned
>     
>     ..\..\Tools\TestWebKitAPI\Tests\WTF\StringConcatenate.cpp:84
>     Value of: makeString("hello ", static_cast<unsigned short>(42) , " world")
>       Actual: hello 42 world
>     Expected: "hello * world"
>     Which is: 00007FFAF03F82E8

The issue seems to be a bad template deduction for StringTypeAdapter when UCHAR_TYPE is wchar_t.

-- 
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/20180716/28b22897/attachment.html>


More information about the webkit-unassigned mailing list