New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 825416 link

Starred by 5 users

Issue metadata

Status: WontFix
Owner:
OOO until 2019-01-24
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug

Blocking:
issue 825413



Sign in to add a comment

Flaky failures of WebglConformance_conformance_glsl_variables_gl_frontfacing in webgl_conformance_d3d9_passthrough_tests

Project Member Reported by kbr@chromium.org, Mar 23 2018

Issue description

A couple of failures of this test have been seen here:

https://ci.chromium.org/buildbot/tryserver.chromium.win/win_optional_gpu_tests_rel/22646
https://chromium-swarm.appspot.com/task?id=3c66d2fd01ddc610&refresh=10&show_raw=1

https://ci.chromium.org/buildbot/tryserver.chromium.win/win_optional_gpu_tests_rel/22669
https://chromium-swarm.appspot.com/task?id=3c67e88300ea4410&refresh=10&show_raw=1

Also the failure seen in Issue 825413.

The failure logs are different; in the first one above, some color channels are non-zero, for example:

  at (6, 30) expected: 0,255,0 was 255,0,0
  FAIL should be 0,255,0
  at (6, 30) expected: 0,255,0 was 255,0,0
  should be 255,0,0

where in the second one, it looks like the context might have been lost because all of the read-back values are zero:

  at (6, 30) expected: 0,255,0 was 0,0,0
  FAIL should be 0,255,0
  at (6, 30) expected: 0,255,0 was 0,0,0
  should be 255,0,0

ANGLE's D3D9 backend is not the top priority so I will mark this test flaky and close this as WontFix.

 

Comment 1 by kbr@chromium.org, Mar 23 2018

Cc: zmo@chromium.org
Project Member

Comment 3 by bugdroid1@chromium.org, Mar 29 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7a8ab61306f082166bc3c8257322eea2a51d317a

commit 7a8ab61306f082166bc3c8257322eea2a51d317a
Author: Kenneth Russell <kbr@chromium.org>
Date: Thu Mar 29 03:03:09 2018

Suppress conformance/glsl/variables/gl-frontfacing.html flake.

Failing intermittently on Windows 10 / Quadro P400 / D3D9 /
passthrough command decoder. Mark it flaky for both passthrough and
non-passthrough.

TBR=zmo@chromium.org, geofflang@chromium.org

Bug:  825416 
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;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ica54a091b5d447be3a3da71fd022a64f3b188b22
Reviewed-on: https://chromium-review.googlesource.com/979152
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546718}
[modify] https://crrev.com/7a8ab61306f082166bc3c8257322eea2a51d317a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Comment 4 by kbr@chromium.org, Mar 29 2018

Status: WontFix (was: Assigned)

Sign in to add a comment