Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py

Issue 2619493004: Port hw_accel_feature and screenshot_sync tests to new harness. (Closed)
Patch Set: Increase screenshot_sync repetitions back to 20. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
diff --git a/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py b/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
index 23a71b95596e7e6f94a684548f856128c64fd8d7..6deaeb5bea6352b15796a327957e00956fd23805 100644
--- a/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
+++ b/content/test/gpu/gpu_tests/hardware_accelerated_feature_expectations.py
@@ -9,5 +9,5 @@ from gpu_tests.gpu_test_expectations import GpuTestExpectations
class HardwareAcceleratedFeatureExpectations(GpuTestExpectations):
def SetExpectations(self):
# Accelerated 2D canvas is not available on Linux due to driver instability
- self.Fail('HardwareAcceleratedFeature.canvas_accelerated',
+ self.Fail('HardwareAcceleratedFeature_canvas_accelerated',
['linux'], bug=254724)

Powered by Google App Engine
This is Rietveld 408576698