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

Issue 870023 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug

Blocking:
issue 737777



Sign in to add a comment

Android FYI Release (Nexus 5) failing gpu_tests.pixel_integration_test

Project Member Reported by senorblanco@chromium.org, Aug 1

Issue description

gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_NoAA_Alpha
gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_NoAA_NoAlpha

started failing after build 7297: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Android%20FYI%20Release%20%28Nexus%205%29/7297

 
Blocking: 737777
Labels: -Pri-3 OS-Android Pri-2
Owner: senorblanco@chromium.org
Status: Assigned (was: Untriaged)
Yes, it's probably due to the recent rebaselining.

Here are the failing images, from the logs of that run:
http://chromium-browser-gpu-tests.commondatastorage.googleapis.com/view_test_results.html?2e73888372b983f4b276e95c66ff96e3d3584a72_Android_FYI_Release_Nexus_5__telemetry

I can't see any obvious difference.

Stephen, could you suppress this failure? Something like:

    self.Fail('Pixel_WebGLGreenTriangle_NoAA_Alpha',
        ['android', ('qualcomm', 'Adreno (TM) 330')], bug= 870023 )
    self.Fail('Pixel_WebGLGreenTriangle_NoAA_NoAlpha',
        ['android', ('qualcomm', 'Adreno (TM) 330')], bug= 870023 )

in src/content/test/gpu/gpu_tests/pixel_expectations.py. Please feel free to Tbr: to me. Thanks.

Components: Internals>GPU>Testing
Project Member

Comment 4 by bugdroid1@chromium.org, Aug 2

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

commit 918e6c2ed8b1fbac6af8e38f9e0a505ed8060eb7
Author: Stephen White <senorblanco@chromium.org>
Date: Thu Aug 02 16:56:14 2018

Add suppression for pixel test failure on Nexus5.

Suppress failures for

gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_NoAA_Alpha
gpu_tests.pixel_integration_test.PixelIntegrationTest.Pixel_WebGLGreenTriangle_NoAA_NoAlpha

on Android FYI Release (Nexus 5).

Bug:  870023 
TBR: kbr@chromium.org
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;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I6de26ae7b418a54bafd9ecc8059a51e125b021f2
Reviewed-on: https://chromium-review.googlesource.com/1160596
Commit-Queue: Stephen White <senorblanco@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Reviewed-by: Stephen White <senorblanco@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580216}
[modify] https://crrev.com/918e6c2ed8b1fbac6af8e38f9e0a505ed8060eb7/content/test/gpu/gpu_tests/pixel_expectations.py

I'm not sure why this is failing after turning on the flag, and it looks no difference from the reference image. Could this be an rebaseline error?
Labels: -Hotlist-PixelWrangler
-Hotlist-PixelWrangler because the failures have been suppressed, please re-add if needed.
Status: Fixed (was: Assigned)
This doesn't fail again after the flag re-enable. I'm going mark it as closed.

Sign in to add a comment