Issue metadata
Sign in to add a comment
|
pixel_test and screenshot_sync_tests failing on Win7 |
||||||||||||||||||||||
Issue descriptionAll the Win7 FYI bots are failing. The first failing build is here: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win7%20FYI%20Release%20%28AMD%29/1236 There are a lot of potential causes in the blamelist and nothing immediately stands out. I tried bisecting with bisect_builds.py but the builds it downloads don't repro the problem. Currently running some tryjobs to see if that repros. Here are the tests that are failing: * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_CSS3DBlueBox * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_DirectComposition_Video_VP9 * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_GpuRasterization_ConcavePaths * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_OffscreenCanvasAccelerated2D * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_OffscreenCanvasTransferAfterStyleResize * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_OffscreenCanvasTransferToImageBitmap * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_SolidColorBackground * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_Video_VP9 * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_AA_Alpha * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_NoAA_Alpha * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGL_PremultipliedAlpha_False * gpu_tests.screenshot_sync_integration_test.ScreenshotSyncIntegrationTest.ScreenshotSync_GPURasterWithCanvas * gpu_tests.screenshot_sync_integration_test.ScreenshotSyncIntegrationTest.ScreenshotSync_SWRasterWithCanvas * gpu_tests.screenshot_sync_integration_test.ScreenshotSyncIntegrationTest.ScreenshotSync_SWRasterWithDivs
,
May 19 2018
I asked Sunny about those and he didn't think they would cause this, but I agree they sound suspicious. I'll try reverting them anyway. BTW do you know how to use git cl try? I thought the flag "-b gpu_manual_try_win7_nvidia_rel" would allow running a single bot but it didn't work, it just scheduled a full CQ run instead.
,
May 19 2018
Sorry, not 100% sure how or whether "git cl try -b" works at this point. The best way to try a job on a single bot is to use the Gerrit UI. SGTM to try reverting anything that seems suspicious. The top priority is to get the bot green again. Please add "Bug: 844849 " to all the reverts if possible so they're all linked here and so that we can more easily find what to reland later.
,
May 19 2018
Found it, it was: Remove idle work polling interval override https://chromium-review.googlesource.com/1064981 Here's the revert: https://chromium-review.googlesource.com/c/chromium/src/+/1067083
,
May 19 2018
Very nice work James. LGTM'd and CQ'd.
,
May 19 2018
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/7bac98f5d17817cdee6de59d5bdc1f5e8426131c commit 7bac98f5d17817cdee6de59d5bdc1f5e8426131c Author: James Darpinian <jdarpinian@chromium.org> Date: Sat May 19 22:30:51 2018 Revert "Remove idle work polling interval override" This reverts commit db2744fe6d080718ac44c3810dee794e4d3400d7. Caused failures on Win7 FYI trybots: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win7%20FYI%20Release%20%28AMD%29/1236 * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_CSS3DBlueBox * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_DirectComposition_Video_VP9 * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_GpuRasterization_ConcavePaths * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_OffscreenCanvasAccelerated2D * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_OffscreenCanvasTransferAfterStyleResize * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_OffscreenCanvasTransferToImageBitmap * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_SolidColorBackground * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_Video_VP9 * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_AA_Alpha * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_NoAA_Alpha * gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGL_PremultipliedAlpha_False * gpu_tests.screenshot_sync_integration_test.ScreenshotSyncIntegrationTest.ScreenshotSync_GPURasterWithCanvas * gpu_tests.screenshot_sync_integration_test.ScreenshotSyncIntegrationTest.ScreenshotSync_SWRasterWithCanvas * gpu_tests.screenshot_sync_integration_test.ScreenshotSyncIntegrationTest.ScreenshotSync_SWRasterWithDivs Bug: 844849 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I57da87a7242d332af1d3642e4161c61fb20b7836 Reviewed-on: https://chromium-review.googlesource.com/1067083 Commit-Queue: James Darpinian <jdarpinian@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560183} [modify] https://crrev.com/7bac98f5d17817cdee6de59d5bdc1f5e8426131c/gpu/ipc/service/command_buffer_stub.cc
,
May 19 2018
,
May 22 2018
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by kbr@chromium.org
, May 19 2018Labels: -Type-Bug -Pri-2 Pri-1 Type-Bug-Regression