[Webkit-unassigned] [Bug 187737] TestWTF.WTF_Expected.Unexpected is not MSVC-safe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 13:56:53 PDT 2018


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

Ross Kirsling <ross.kirsling at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com,
                   |                            |jfbastien at apple.com,
                   |                            |stephan.szabo at sony.com,
                   |                            |utatane.tea at gmail.com

--- Comment #1 from Ross Kirsling <ross.kirsling at sony.com> ---
(In reply to Ross Kirsling from comment #0)
> ...due to the fact that MSVC evidently keeps a separate string for each
> const char* variable when they're declared constexpr:
> https://godbolt.org/g/HGC8nw

Dunno why this link isn't working -- I made another one here:
https://godbolt.org/g/Bbwngz

As a solution, we could drop constexpr, add const, or use a value of a type other than const char*, but I want to make sure we're not losing some important coverage in doing so. JF, what would you prefer?

-- 
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/20180717/51df08bd/attachment-0001.html>


More information about the webkit-unassigned mailing list