http/tests/devtools/tracing/decode-resize.html is flaky on all platforms |
|||
Issue descriptionhttp/tests/devtools/tracing/decode-resize.html is flaky: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fdevtools%2Ftracing%2Fdecode-resize.html&testType=webkit_layout_tests The failure is: +CONSOLE ERROR: line 57: Uncaught TypeError: Cannot read property 'dispatchMessage' of undefined This flakiness seems to have started between r511719 and r511730 but there is nothing in this range that looks likely, other than the devtools test migration: https://chromium.googlesource.com/chromium/src/+log/05b2d4f3fd83e155c35be3020e33ebbab664c623%5E..b8a6fd5abbbdb8471f49672b7ea71caa378328aa?pretty=fuller&n= I think what might have happened is that chenwilliam's moving of tests exposed flakiness that was masked by the specific order tests were run in before the migration. chenwilliam, can you look into this? I will temporarily disable this test.
,
Nov 14 2017
The major flakiness issue has now been fixed by: * https://chromium-review.googlesource.com/c/chromium/src/+/761957 There seems to be a bit of flakiness remaining due to a test specific issue - @caseq, can you take a look: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http/tests/devtools/tracing/decode-resize.html&testType=webkit_layout_tests example: https://storage.googleapis.com/chromium-layout-test-archives/Mac10_11_Tests/20313/layout-test-results/http/tests/devtools/tracing/decode-resize-diff.txt --- /b/s/w/io9lIWWh/layout-test-results/http/tests/devtools/tracing/decode-resize-expected.txt +++ /b/s/w/io9lIWWh/layout-test-results/http/tests/devtools/tracing/decode-resize-actual.txt @@ -13,19 +13,10 @@ imageURL: .../devtools/tracing/resources/test.bmp backendNodeId: present event: Decode Image -imageURL: .../devtools/tracing/resources/test.bmp?background -backendNodeId: present -event: Decode Image -imageURL: .../devtools/tracing/resources/test.bmp?border -backendNodeId: present -event: Decode Image imageURL: .../devtools/tracing/resources/test.gif backendNodeId: present event: Decode Image imageURL: .../devtools/tracing/resources/test.gif?background -backendNodeId: present -event: Decode Image -imageURL: .../devtools/tracing/resources/test.gif?border backendNodeId: present event: Decode Image imageURL: .../devtools/tracing/resources/test.ico @@ -57,10 +48,4 @@ event: Decode Image imageURL: .../devtools/tracing/resources/test.webp backendNodeId: present -event: Decode Image -imageURL: .../devtools/tracing/resources/test.webp?background -backendNodeId: present -event: Decode Image -imageURL: .../devtools/tracing/resources/test.webp?border -backendNodeId: present
,
Dec 5
Test failures are processed as a part of a dedicated triage, bulk-closing the bugs. |
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, Oct 26 2017