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

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

Issue 1413883003: Add a presubmit script and pylintrc for content/test/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address kbr's comments Created 5 years, 2 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/webgl_robustness.py
diff --git a/content/test/gpu/gpu_tests/webgl_robustness.py b/content/test/gpu/gpu_tests/webgl_robustness.py
index 9f61dfad25936b99b6584cfc95e58653abfa66ef..caaa8534ae47682bada462b254eefaf5a0681eb5 100644
--- a/content/test/gpu/gpu_tests/webgl_robustness.py
+++ b/content/test/gpu/gpu_tests/webgl_robustness.py
@@ -3,12 +3,11 @@
# found in the LICENSE file.
from telemetry import benchmark
from telemetry.page import page
-from telemetry.page import page_test
from telemetry.story import story_set as story_set_module
-from webgl_conformance import conformance_harness_script
-from webgl_conformance import conformance_path
-from webgl_conformance import WebglConformanceValidator
+from gpu_tests.webgl_conformance import conformance_harness_script, \
+ conformance_path, \
+ WebglConformanceValidator
robustness_harness_script = conformance_harness_script + r"""
« no previous file with comments | « content/test/gpu/gpu_tests/webgl_conformance_expectations_unittest.py ('k') | content/test/gpu/page_sets/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698