RESOLVED FIXED 93426
Add support for String initialization from literal to WTFString
https://bugs.webkit.org/show_bug.cgi?id=93426
Summary Add support for String initialization from literal to WTFString
Benjamin Poulain
Reported 2012-08-07 19:45:43 PDT
Add support for String initialization from literal to WTFString
Attachments
Patch (15.83 KB, patch)
2012-08-07 20:01 PDT, Benjamin Poulain
no flags
Patch (15.73 KB, patch)
2012-08-08 22:10 PDT, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2012-08-07 20:01:52 PDT
WebKit Review Bot
Comment 2 2012-08-07 20:05:05 PDT
Attachment 157091 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/te..." exit_code: 1 Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp:36: Consider using ASSERT_EQ instead of ASSERT_TRUE(a == b) [readability/check] [2] Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp:43: Consider using ASSERT_EQ instead of ASSERT_TRUE(a == b) [readability/check] [2] Total errors found: 2 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Early Warning System Bot
Comment 3 2012-08-07 20:25:53 PDT
Build Bot
Comment 4 2012-08-07 20:28:57 PDT
WebKit Review Bot
Comment 5 2012-08-07 20:29:45 PDT
Comment on attachment 157091 [details] Patch Attachment 157091 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13453469
Early Warning System Bot
Comment 6 2012-08-07 20:29:56 PDT
Gyuyoung Kim
Comment 7 2012-08-07 22:37:51 PDT
Build Bot
Comment 8 2012-08-08 15:10:48 PDT
Benjamin Poulain
Comment 9 2012-08-08 22:10:30 PDT
WebKit Review Bot
Comment 10 2012-08-08 22:45:16 PDT
Attachment 157385 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/te..." exit_code: 1 Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp:36: Consider using ASSERT_EQ instead of ASSERT_TRUE(a == b) [readability/check] [2] Tools/TestWebKitAPI/Tests/WTF/WTFString.cpp:43: Consider using ASSERT_EQ instead of ASSERT_TRUE(a == b) [readability/check] [2] Total errors found: 2 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Benjamin Poulain
Comment 11 2012-08-10 13:18:20 PDT
Comment on attachment 157385 [details] Patch Clearing flags on attachment: 157385 Committed r125320: <http://trac.webkit.org/changeset/125320>
Benjamin Poulain
Comment 12 2012-08-10 13:18:24 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.