Issue metadata
Sign in to add a comment
|
webkit_tests failing on 6 builders |
||||||||||||||||||||
Issue descriptionwebkit_tests failing on 6 builders Builders failed on: - WebKit Linux Trusty: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Trusty - WebKit Linux Trusty Leak: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Trusty%20Leak - WebKit Mac10.10: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.10 - WebKit Mac10.11: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.11 - WebKit Mac10.11 (retina): https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.11%20%28retina%29 - WebKit Mac10.9: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.9 Failing test is fast/css/first-letter-rtc-crash.html
,
Feb 20 2017
Attached output sample
,
Feb 20 2017
,
Feb 21 2017
,
Feb 21 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/1efb7901eafb3fa00849b5f380ef8409c663b1d2 commit 1efb7901eafb3fa00849b5f380ef8409c663b1d2 Author: yosin <yosin@chromium.org> Date: Tue Feb 21 02:27:25 2017 Get rid of redundant test layout test first-letter-rtc-crash.html This patch gets or redundant layout test "first-letter-rtc-crash.html" for improving code health and reduce maintenance cost. The test verifies the specific edge case of |TextIterator| class. However, the patch [1] changed first-letter handling in |TextIterator| and there are no path verified by path. The test is little minimized ClusterFuzz generated test script, it is hard to read and change. Since the crash is caused by "FindString" command, the expectation is not useful other than having it to indicate not crash. BUG= 694307 , 694320 TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2704273002 Cr-Commit-Position: refs/heads/master@{#451688} [modify] https://crrev.com/1efb7901eafb3fa00849b5f380ef8409c663b1d2/third_party/WebKit/LayoutTests/TestExpectations [delete] https://crrev.com/61f7ad29a14fe66a5cf77001359da80662b6ceb3/third_party/WebKit/LayoutTests/fast/css/first-letter-rtc-crash-expected.txt [delete] https://crrev.com/61f7ad29a14fe66a5cf77001359da80662b6ceb3/third_party/WebKit/LayoutTests/fast/css/first-letter-rtc-crash.html |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by cfroussios@chromium.org
, Feb 20 2017