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

Issue 610307 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Chromium Android Lollipop Tester bots failing in GLEXTSRGBTest.TexImageSRGBALPHAFormat

Project Member Reported by gsennton@chromium.org, May 9 2016

Issue description

Chromium Android Bots
'Lollipop Phone Tester'
'Lollipop Tablet Tester'

are failing the phase 'gl_tests' during test GLEXTSRGBTest.TexImageSRGBALPHAFormat.


This seems caused by https://codereview.chromium.org/1881883002
(I tested this locally and the test passes without the CL and fails with it).

assigning to the committer of that CL and cc'ing some of the reviewers.


Example failure logs:

C   70.844s Main  ********************************************************************************
C   70.844s Main  [FAIL] GLEXTSRGBTest.TexImageSRGBALPHAFormat:
C   70.844s Main  [ RUN      ] GLEXTSRGBTest.TexImageSRGBALPHAFormat
C   70.844s Main  [ERROR:texture_manager.cc(2824)] [GroupMarkerNotSet( crbug.com/242999 )!:540784B4]GL ERROR :GL_INVALID_OPERATION : glTexImage2D: 
C   70.844s Main  ../../gpu/command_buffer/tests/gl_ext_srgb_unittest.cc:54: Failure
C   70.844s Main  Value of: GLES2GetError()
C   70.844s Main    Actual: 1282
C   70.844s Main  Expected: static_cast<GLenum>(0)
C   70.844s Main  Which is: 0
C   70.844s Main  [ERROR:texture_manager.cc(2458)] [GroupMarkerNotSet( crbug.com/242999 )!:540784B4]GL ERROR :GL_INVALID_OPERATION : glTexSubImage2D: level 0 does not exist
C   70.844s Main  ../../gpu/command_buffer/tests/gl_ext_srgb_unittest.cc:59: Failure
C   70.844s Main  Value of: GLES2GetError()
C   70.844s Main    Actual: 1282
C   70.844s Main  Expected: static_cast<GLenum>(0)
C   70.844s Main  Which is: 0
C   70.844s Main  ../../gpu/command_buffer/tests/gl_ext_srgb_unittest.cc:67: Failure
C   70.844s Main  Value of: GLES2CheckFramebufferStatus(0x8D40)
C   70.844s Main    Actual: 36054
C   70.844s Main  Expected: static_cast<GLenum>(0x8CD5)
C   70.844s Main  Which is: 36053
C   70.844s Main  [ERROR:gles2_cmd_decoder.cc(3922)] [GroupMarkerNotSet( crbug.com/242999 )!:540784B4]GL ERROR :GL_INVALID_FRAMEBUFFER_OPERATION : glReadPixels: framebuffer incomplete
C   70.844s Main  ../../gpu/command_buffer/tests/gl_test_utils.cc:217: Failure
C   70.844s Main  Value of: actual
C   70.844s Main    Actual: '{' (123, 0x7B)
C   70.844s Main  Expected: expected
C   70.844s Main  Which is: '\xFF' (255)
C   70.844s Main   at 0, 0 channel 0
C   70.844s Main  ../../gpu/command_buffer/tests/gl_test_utils.cc:217: 
...

(continuing on for a while)

...

C   70.852s Main  ../../gpu/command_buffer/tests/gl_test_utils.cc:217: Failure
C   70.852s Main  Value of: actual
C   70.852s Main    Actual: '{' (123, 0x7B)
C   70.852s Main  Expected: expected
C   70.852s Main  Which is: '\x80' (128)
C   70.852s Main   at 9, 5 channel 0
C   70.852s Main  ../../gpu/command_buffer/tests/gl_manager.cc:439: Failure
C   70.852s Main  Value of: glGetError() == GL_NONE
C   70.852s Main    Actual: false
C   70.852s Main  Expected: true
C   70.852s Main  [  FAILED  ] GLEXTSRGBTest.TexImageSRGBALPHAFormat (44 ms)


link to one of the failed runs:
https://uberchromegw.corp.google.com/i/chromium.android/builders/Lollipop%20Phone%20Tester/builds/4483

 

Comment 1 by kbr@chromium.org, May 9 2016

Components: Internals>GPU>VendorSpecific Internals>GPU
Labels: -Pri-3 OS-Android Pri-1
Status: Assigned (was: Untriaged)
This sounds like it's blocking Android testing. Raising to P1.

uberchromegw isn't accessible. Here's the public URL:
https://build.chromium.org/p/chromium.android/builders/Lollipop%20Phone%20Tester/builds/4483
Sorry, it is my fault. I have changed it as below.
https://codereview.chromium.org/1959323002/
Project Member

Comment 4 by bugdroid1@chromium.org, May 10 2016

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

commit bd71f407455958fabd9f1540a548958dc1ae413b
Author: xinghua.cao <xinghua.cao@intel.com>
Date: Tue May 10 19:24:42 2016

sRGB transition is invalid when context is ES.

BUG= 610307 

Review-Url: https://codereview.chromium.org/1959323002
Cr-Commit-Position: refs/heads/master@{#392678}

[modify] https://crrev.com/bd71f407455958fabd9f1540a548958dc1ae413b/ui/gl/gl_gl_api_implementation.cc

Is this fixed? If not please change to Pri-2 or assign a milestone.

Comment 6 by kbr@chromium.org, Jun 21 2016

Status: Fixed (was: Assigned)
It seems fixed. The bot's green.

Sign in to add a comment