Builder Linux FYI Release AMD failure: WebglConformance_conformance_rendering_draw_webgl_to_canvas_2d_repeatedly |
||
Issue descriptionBuilder 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
,
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
,
Nov 16
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.
,
Nov 16
|
||
►
Sign in to add a comment |
||
Comment 1 by rjkroege@chromium.org
, Nov 16Status: Assigned (was: Available)