http://webkit-test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=media%2Fmedia-fragments%2FTC0054.html%2Cmedia%2Fmedia-fragments%2FTC0061.html e.g. http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r158339%20(13794)/results.html
Added test expectations in http://trac.webkit.org/changeset/158344.
0 WTFCrash + 42 (Assertions.cpp:342) 1 WebCore::MediaFragmentURIParser::parseTimeFragment() + 316 (MediaFragmentURIParser.cpp:172) 2 WebCore::MediaFragmentURIParser::startTime() + 74 (MediaFragmentURIParser.cpp:92) MediaFragmentURIParser.cpp:172 is: ASSERT(fragment.second.is8Bit()); This has been in the code since it was checked in almost two years ago. Why is it asserting now?
Maybe we're not creating a string in 16-bit mode?
Created attachment 215969 [details] Proposed patch
Could you also removed the test expectation I added in http://trac.webkit.org/changeset/158344 ?
Created attachment 215973 [details] Updated patch
(In reply to comment #5) > Could you also removed the test expectation I added in http://trac.webkit.org/changeset/158344 ? Oops, removed in the updated patch.
Comment on attachment 215973 [details] Updated patch View in context: https://bugs.webkit.org/attachment.cgi?id=215973&action=review > Source/WebCore/ChangeLog:12 > + they will not processed. not be processed
Comment on attachment 215973 [details] Updated patch Clearing flags on attachment: 215973 Committed r158624: <http://trac.webkit.org/changeset/158624>
All reviewed patches have been landed. Closing bug.