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

Issue 906066 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
OOO until 2019-01-24
Closed: Nov 16
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug

Blocked on:
issue 894021



Sign in to add a comment

Builder Linux FYI Release AMD failure: WebglConformance_conformance_rendering_draw_webgl_to_canvas_2d_repeatedly

Project Member Reported by rjkroege@chromium.org, Nov 16

Issue description

Builder Linux FYI Release AMD failure: 

https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20FYI%20Release%20%28AMD%20R7%20240%29/2255

pretty clear that there's some kind of swizzle error happening here:

[197/467] gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest.WebglConformance_conformance_rendering_draw_webgl_to_canvas_2d_repeatedly failed unexpectedly 6.0309s:
  
  Traceback (most recent call last):
    _RunGpuTest at content/test/gpu/gpu_tests/gpu_integration_test.py:155
      self.RunActualGpuTest(url, *args)
    RunActualGpuTest at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:190
      getattr(self, test_name)(test_path, *args[1:])
    _RunConformanceTest at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:210
      self._CheckTestCompletion()
    _CheckTestCompletion at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:206
      self.fail(self._WebGLTestMessages(self.tab))
    fail at .swarming_module/lib/python2.7/unittest/case.py:410
      raise self.failureException(msg)
  AssertionError: should be green
  at (128, 0) expected: 0,255,0,255 was 255,0,0,255
  FAIL should be green
  at (128, 0) expected: 0,255,0,255 was 255,0,0,255


Beginning after I1d7f0c7b504cd26ce929490de345e3591f0e2861
 
Owner: kbr@chromium.org
Status: Assigned (was: Available)
kbr@: The failing test was first added to the WebGL conformance set in da239df8decc27d4b61f49efe51906a585b22b5b so maybe you could take a look? 

(A test suppression is in the queue.)



Project Member

Comment 2 by bugdroid1@chromium.org, Nov 16

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

commit 032590ee44161f249c5c47491b669b0ee8f7a5c2
Author: Robert Kroeger <rjkroege@chromium.org>
Date: Fri Nov 16 17:57:30 2018

Suppress failing draw-webgl-to-canvas-2d-repeatedly.html WebGL test

The draw-webgl-to-canvas-2d-repeatedly.html WebGL test is failing on
Linux/Amd/Passthrough. Suppress this.

BUG= 906066 
TBR=kbr@chromium.org
NOTRY=true

Change-Id: I93d75e75ecfac5bc94b272a6c0089c486122ef23
Reviewed-on: https://chromium-review.googlesource.com/c/1340367
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Robert Kroeger <rjkroege@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608848}
[modify] https://crrev.com/032590ee44161f249c5c47491b669b0ee8f7a5c2/content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Cc: paul.bli...@amd.com
Labels: GPU-AMD
Status: WontFix (was: Assigned)
Thanks for finding this Robert. The failure mode of this test indicates some sort of driver bug. Unfortunately this AMD GPU and associated driver are pretty badly obsolete, and not receiving new updates. It's difficult to find a newer single-slot card that will fit into the 1U servers in the data center, and the labs team is evaluating new housings which can accommodate current consumer grade cards.

Unfortunately I'll have to close this as WontFix. It would be great to un-suppress this in the future if we get newer AMD cards in our Linux workstations.

Blockedon: 894021
Linking to bug where the new test was added.

Sign in to add a comment