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

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

Issue 2864883002: Unblock Catapult rolls. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
index 0e97c15276f28a82cc2a10135a63624c036cbfc7..d2d8dc5b9695efa76efd6e13f9ebc9daee57b39d 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py
@@ -32,6 +32,10 @@ class FakeWindowsPlatform(fakes.FakePlatform):
def GetOSVersionName(self):
return 'win8'
+ def GetOSVersionDetailString(self):
+ # Not sure whether this is accurate.
+ return 'Windows 8.1'
+
class WebGLTestInfo(object):
def __init__(self, url):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698