Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / gpu / gpu_tests / webgl_conformance.py
index cb2d6ad..db6420c 100644 (file)
@@ -66,7 +66,7 @@ def _WebGLTestMessages(tab):
 
 class WebglConformanceValidator(page_test.PageTest):
   def __init__(self):
-    super(WebglConformanceValidator, self).__init__(attempts=1, max_failures=10)
+    super(WebglConformanceValidator, self).__init__(max_failures=10)
 
   def ValidateAndMeasurePage(self, page, tab, results):
     if not _DidWebGLTestSucceed(tab):
@@ -119,7 +119,7 @@ class WebglConformance(benchmark_module.Benchmark):
 
     return ps
 
-  def CreateExpectations(self, page_set):
+  def CreateExpectations(self):
     return webgl_conformance_expectations.WebGLConformanceExpectations()
 
   @staticmethod