[Webkit-unassigned] [Bug 175706] New: [Win] TestWebKitAPI/Tests/WTF/PriorityQueue.cpp: error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &, const unsigned int &)'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 17 20:27:25 PDT 2017


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

            Bug ID: 175706
           Summary: [Win] TestWebKitAPI/Tests/WTF/PriorityQueue.cpp: error
                    C2440: 'specialization': cannot convert from
                    'unknown-type *' to 'bool (__cdecl *)(const unsigned
                    int &,const unsigned int &)'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
                CC: lforschler at apple.com, utatane.tea at gmail.com

I see the following compilation error in my env.
WinCairo port, trunk at 220897, Debug build, VS2015 update 3

> ------ Build started: Project: TestWTFLib, Configuration: Debug x64 ------
>   PriorityQueue.cpp
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(59): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &,const unsigned int &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(59): note: There is no context in which this conversion is possible
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(79): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &,const unsigned int &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(79): note: There is no context in which this conversion is possible
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(109): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &,const unsigned int &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(109): note: There is no context in which this conversion is possible
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(126): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &,const unsigned int &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(126): note: There is no context in which this conversion is possible
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(152): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &,const unsigned int &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(152): note: There is no context in which this conversion is possible
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(178): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const unsigned int &,const unsigned int &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(178): note: There is no context in which this conversion is possible
> C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(210): error C2440: 'specialization': cannot convert from 'unknown-type *' to 'bool (__cdecl *)(const uint64_t &,const uint64_t &)'
>   C:\webkit\ga\Tools\TestWebKitAPI\Tests\WTF\PriorityQueue.cpp(210): note: There is no context in which this conversion is possible
> ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


VS2017 seems fine because BuildBots are green.

-- 
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/20170818/60779b3a/attachment.html>


More information about the webkit-unassigned mailing list