New issue
Advanced search Search tips

Issue 777457 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug

Blocked on:
issue 773705



Sign in to add a comment

HardwareAcceleratedFeature_canvas_accelerated failing on Mac Experimental Retina Release (NVIDIA)

Project Member Reported by khushals...@chromium.org, Oct 23 2017

Issue description

The failure started with build: https://build.chromium.org/p/chromium.gpu.fyi/builders/Mac%20Experimental%20Retina%20Release%20%28NVIDIA%29/builds/2592. There are only 3 changes in this build and its clearly coming from https://chromium.googlesource.com/chromium/src/+/bb354ab52392a11204cd3fc2d443d6ba5cbb87ed

Here is a log from the test:   Traceback (most recent call last):
    File "/b/c/b/Mac_Experimental_Retina_Release__NVIDIA_/ir/third_party/catapult/telemetry/telemetry/testing/serially_executed_browser_test_case.py", line 194, in <lambda>
      return lambda self: based_method(self, *args)
    File "/b/c/b/Mac_Experimental_Retina_Release__NVIDIA_/ir/content/test/gpu/gpu_tests/gpu_integration_test.py", line 125, in _RunGpuTest
      self.RunActualGpuTest(url, *args)
    File "/b/c/b/Mac_Experimental_Retina_Release__NVIDIA_/ir/content/test/gpu/gpu_tests/hardware_accelerated_feature_integration_test.py", line 75, in RunActualGpuTest
      self.fail('%s not hardware accelerated' % feature)
  AssertionError: Canvas not hardware accelerated

The patch disables hardware accelerated canvas on this config, which is what the test is verifying. ericrk@, could you take a look and confirm, and disable the test. In that case, please also file a bug to re-enable the test, blocked on re-enabling GPU raster/canvas on this config. Thanks!
 
Project Member

Comment 1 by bugdroid1@chromium.org, Oct 23 2017

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

commit 344eac16095233ed45fe7881004f1932e1f3ea66
Author: Eric Karl <ericrk@chromium.org>
Date: Mon Oct 23 22:59:46 2017

Disable Accelerated Canvas 2D Test on NVidia High Sierra

We had to disable Accelerated Canvas on these systems due to driver
issues. Will re-enable once these issues are resolved.

Bug: 777590, 777457
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I95dbd99d90a98241ee78ec9f72b7905aa6cb7c8e
Reviewed-on: https://chromium-review.googlesource.com/733949
Reviewed-by: Zhenyao Mo <zmo@chromium.org>
Reviewed-by: Khushal <khushalsagar@chromium.org>
Commit-Queue: Eric Karl <ericrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510952}
[modify] https://crrev.com/344eac16095233ed45fe7881004f1932e1f3ea66/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py

Comment 2 by ericrk@chromium.org, Oct 27 2017

Blockedon: 773705
Labels: -Pri-1 Pri-3

Sign in to add a comment