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

Issue 636482 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 633022
Owner: ----
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

WebglConformance_conformance2_extensions_ext_color_buffer_float failure on Linux ATI

Project Member Reported by sunn...@chromium.org, Aug 10 2016

Issue description

Build: https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20Release%20%28ATI%29/builds/48833

Error:
Traceback (most recent call last):
  _RunGpuTest at content/test/gpu/gpu_tests/gpu_integration_test.py:71
    self.RunActualGpuTest(url, *args)
  RunActualGpuTest at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:50
    self.fail(webgl_conformance._WebGLTestMessages(self.tab))
  fail at /usr/lib/python2.7/unittest/case.py:412
    raise self.failureException(msg)
AssertionError: Expected sample count to be at least one; got 0
FAIL Expected sample count to be at least one; got 0



 

Comment 1 by kbr@chromium.org, Aug 10 2016

Cc: yunchao...@intel.com qiankun....@intel.com
I think this failure is due to a recent change to this test and the fact that Chromium isn't handling multisampled floating-point renderbuffers correctly yet. I think there's another bug already filed about this. The suppression in webgl2_conformance_expectations.py should be expanded.

Comment 2 by kbr@chromium.org, Aug 16 2016

Status: Available (was: Untriaged)
Still failing on this bot.
https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20Release%20(ATI)

Need to relax the code in Chromium to return a sample count of at least one for these renderbuffer formats, even if that sample count is just 1.

Comment 3 by vmp...@chromium.org, Aug 23 2016

Labels: Hotlist-PixelWrangler

Comment 4 by vmp...@chromium.org, Aug 23 2016

Owner: vmp...@chromium.org
Status: Assigned (was: Available)
Failing on https://build.chromium.org/p/chromium.gpu.fyi/builders/Linux%20Release%20%28New%20Intel%29?numbuilds=200 with

Traceback (most recent call last):
  _RunGpuTest at content/test/gpu/gpu_tests/gpu_integration_test.py:71
    self.RunActualGpuTest(url, *args)
  RunActualGpuTest at content/test/gpu/gpu_tests/webgl_conformance_integration_test.py:50
    self.fail(webgl_conformance._WebGLTestMessages(self.tab))
  fail at /usr/lib/python2.7/unittest/case.py:410
    raise self.failureException(msg)
AssertionError: floating-point RGBA32F render target not supported
FAIL floating-point RGBA32F render target not supported

Comment 5 by vmp...@chromium.org, Aug 23 2016

Owner: ----
Status: Available (was: Assigned)
That last comment is actually about linux intel; i'll file a new bug. 
No longer seeing this flake on the bot. Is this fixed?

Comment 7 by kbr@chromium.org, Sep 1 2016

Mergedinto: 633022
Status: Duplicate (was: Available)
The test's marked failing in webgl2_conformance_expectations.py per  Issue 633022 . I'm going to duplicate this bug into that one.

Components: -Internals>GPU>WebGL Blink>WebGL

Sign in to add a comment