RESOLVED FIXED 154020
B3::foldPathConstants() needs to execute its insertion set
https://bugs.webkit.org/show_bug.cgi?id=154020
Summary B3::foldPathConstants() needs to execute its insertion set
Filip Pizlo
Reported 2016-02-08 16:53:46 PST
Patch forthcoming.
Attachments
the patch (2.88 KB, patch)
2016-02-08 16:56 PST, Filip Pizlo
saam: review+
Filip Pizlo
Comment 1 2016-02-08 16:56:03 PST
Created attachment 270895 [details] the patch
WebKit Commit Bot
Comment 2 2016-02-08 16:57:27 PST
Attachment 270895 [details] did not pass style-queue: ERROR: Source/JavaScriptCore/b3/testb3.cpp:10063: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:10064: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:10064: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] ERROR: Source/JavaScriptCore/b3/testb3.cpp:10065: Consider using CHECK_EQ instead of CHECK(a == b) [readability/check] [2] ERROR: Source/JavaScriptCore/b3/testb3.cpp:10065: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 5 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 3 2016-02-08 17:06:47 PST
Note You need to log in before you can comment on or make changes to this bug.