[WPE] API test gardening
Created attachment 358796 [details] Patch
Comment on attachment 358796 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358796&action=review > Tools/TestWebKitAPI/Tests/WTF/StringConcatenate.cpp:85 > +#if PLATFORM(WIN) || U_ICU_VERSION_MAJOR_NUM >= 58 U_ICU_VERSION_MAJOR_NUM >= 59 ICU 58 has the old UChar definition.
The ICU change should be split into a different bug.
Created attachment 358819 [details] Patch Split the ICU fix into a separate patch, this one now deals only with newly passing API tests on WPE
Please see https://bugs.webkit.org/show_bug.cgi?id=193332 for the ICU stuff splitted out
Created attachment 359028 [details] Patch for landing
Comment on attachment 359028 [details] Patch for landing Clearing flags on attachment: 359028 Committed r239922: <https://trac.webkit.org/changeset/239922>
All reviewed patches have been landed. Closing bug.