webkit_tests: inspector/extensions/extensions-resources.html is flaky on WebKit Win10 bot |
||
Issue descriptionThe tests has been flaking for several days now. Example failures: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win10/builds/8696/steps/webkit_tests/logs/stdio https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win10/builds/8699/steps/webkit_tests/logs/stdio https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win10/builds/8700/steps/webkit_tests/logs/stdio Diff: --- E:\b\build\slave\WebKit_Win10\build\layout-test-results\inspector/extensions/extensions-resources-expected.txt +++ E:\b\build\slave\WebKit_Win10\build\layout-test-results\inspector/extensions/extensions-resources-actual.txt @@ -59,17 +59,10 @@ } } RUNNING TEST: extension_testOpenResourceHandler -handleOpenResource() invoked [this should only appear once!]: -{ - 0 : { - getContent : <function> - setContent : <function> - type : "script" - url : .../test-script.js - } - 1 : 3 -} -RUNNING TEST: extension_testSetResourceContent -div.test width after stylesheet edited (should be 126): 126 -All tests done. +Exception while running: InspectorTest.clickOnURL(); +TypeError: Cannot read property 'dispatchEvent' of null + at Object.InspectorTest.clickOnURL (evaluateInWebInspector0.js:2075:32) + at eval (eval at onEvaluate (evaluateInWebInspector0.js), <anonymous>:1:15) + at Object.onEvaluate [as evaluateForTestInFrontEnd] (evaluateInWebInspector0.js:1457:9) + at Object._onmessage (file:///E:/b/build/slave/WebKit_Win10/build/src/out/Release/resources/inspector/inspector.js:9977:39)
,
Apr 11 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a35c1c96c78d57a3546c51fa8c23fd3a5558b6ce commit a35c1c96c78d57a3546c51fa8c23fd3a5558b6ce Author: kjellander <kjellander@chromium.org> Date: Mon Apr 11 09:53:18 2016 Mark inspector/extensions/extensions-resources.html as flaky This tests is failing flakily at least on WebKit Win10. BUG= 602193 TBR=caseq@chromium.org Review URL: https://codereview.chromium.org/1878553002 Cr-Commit-Position: refs/heads/master@{#386363} [modify] https://crrev.com/a35c1c96c78d57a3546c51fa8c23fd3a5558b6ce/third_party/WebKit/LayoutTests/TestExpectations
,
Jul 30 2016
Looks like the test is stable now. |
||
►
Sign in to add a comment |
||
Comment 1 by kjellander@chromium.org
, Apr 11 2016Status: Assigned (was: Untriaged)