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

Unified Diff: tools/gpu_validation/tests/__init__.py

Issue 11668013: Added GPU stress test with multiple tabs in one single window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renames run_tests. Created 7 years, 9 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: tools/gpu_validation/tests/__init__.py
diff --git a/content/test/gpu/gpu_tests/__init__.py b/tools/gpu_validation/tests/__init__.py
similarity index 75%
copy from content/test/gpu/gpu_tests/__init__.py
copy to tools/gpu_validation/tests/__init__.py
index 3b4df351fdb2b680fcfc75b209f1cd45b614f550..910690709428b43b541becdf818659c65b0422eb 100644
--- a/content/test/gpu/gpu_tests/__init__.py
+++ b/tools/gpu_validation/tests/__init__.py
@@ -6,9 +6,8 @@ import os
import sys
def Init():
- telemetry_path = os.path.join(
- os.path.dirname(__file__),
- '..', '..', '..', '..', 'tools', 'telemetry')
+ telemetry_path = os.path.join(os.path.dirname(__file__),
+ '..', '..', 'telemetry')
dtu 2013/03/28 02:11:42 Indent.
Danh Nguyen 2013/03/29 14:08:34 Done. Thanks.
absolute_telemetry_path = os.path.abspath(telemetry_path)
sys.path.append(absolute_telemetry_path)
« no previous file with comments | « tools/gpu_validation/run_gpu_validation_tests ('k') | tools/gpu_validation/tests/gpu_validation_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698