Layout Test animations/animation-shorthand-overriding.html etc are crashing on WebKit Android (Nexus4) |
|||||
Issue descriptionThe following layout test is failing on WebKit Android (Nexus4) - animations/animation-shorthand-overriding.html - animations/interpolation/border-image-slice-interpolation-stability.html - animations/responsive/interpolation/offset-rotate-responsive.html - animations/stability/empty-keyframes.html - animations/svg-attribute-composition/svg-bias-composition.html - animations/svg-attribute-interpolation/svg-numOctaves-interpolation.html These failures started from: https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Android%20%28Nexus4%29/81613
,
Aug 16
FYI: Looks like these tests started running on the Android bots recently: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests&tests=animations%2Fanimation-shorthand-overriding.html
,
Aug 16
The failure seems to indicate that the GPU process failed to initialize: [26716:26732:0815/173724.601554:FATAL:gpu_data_manager_impl_private.cc(866)] GPU process isn't usable. Goodbye. In all of these failures it looks to me like a large list of tests (animation and non animation) are failing for the same reason. I'm moving component to GPU pending a reason to suspect the failures are specifically related to blink animations.
,
Aug 24
Is the crash only happening on this bot?
,
Aug 25
This appears to have been resolved on the bots. My guess (looking at the CLs from the initial regression) is that this was due to https://chromium-review.googlesource.com/c/chromium/src/+/1161601 which has since been reverted here: https://chromium-review.googlesource.com/c/chromium/src/+/1181585 Unfortunately, a second issue seems to have broken the tests in the meantime, making it tricky to confirm the fix. However, everything is green now. We should probably just restore the tests disabled in #1.
,
Aug 25
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/b6c5048eebea39c525acc8b48f14a0fefb442069 commit b6c5048eebea39c525acc8b48f14a0fefb442069 Author: Eric Karl <ericrk@chromium.org> Date: Sat Aug 25 01:48:51 2018 Revert "Sheriff: Mark animations/animation-shorthand-overriding.html etc with Crash on Android" This reverts commit 4117b35a4bcec8888cd4bf502df237c4ebfe191c. Reason for revert: The issue which was leading to the original crashes here has been addressed. Original change's description: > Sheriff: Mark animations/animation-shorthand-overriding.html etc with Crash on Android > > Bug: 874737 > Change-Id: I11c23cf99defa75625cd14284b010e28bb297c72 > Tbr: nhiroki@chromium.org > Notry: true > Reviewed-on: https://chromium-review.googlesource.com/1177219 > Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> > Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> > Cr-Commit-Position: refs/heads/master@{#583565} TBR=nhiroki@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 874737 Change-Id: I44fa371cdc4d2ee1b1d513484643372774c6943f Reviewed-on: https://chromium-review.googlesource.com/1188495 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#586100} [modify] https://crrev.com/b6c5048eebea39c525acc8b48f14a0fefb442069/third_party/WebKit/LayoutTests/TestExpectations
,
Aug 27
|
|||||
►
Sign in to add a comment |
|||||
Comment 1 by bugdroid1@chromium.org
, Aug 16