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

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

Issue 1358943002: Add unit test for glsl-construct-vec-mat-index's expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused import. Created 5 years, 3 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/gpu_test_base_unittest.py
diff --git a/content/test/gpu/gpu_tests/gpu_test_base_unittest.py b/content/test/gpu/gpu_tests/gpu_test_base_unittest.py
index 282b78dd648e8f828993e83b167cc4d8212e7cf6..4ad7016cd4e686868994c1c218a73372e55d877a 100644
--- a/content/test/gpu/gpu_tests/gpu_test_base_unittest.py
+++ b/content/test/gpu/gpu_tests/gpu_test_base_unittest.py
@@ -5,7 +5,6 @@ import os
import unittest
from telemetry import benchmark
-from telemetry.core import discover
from telemetry.core import exceptions
from telemetry.core import util
from telemetry.story import story_set as story_set_module
@@ -15,10 +14,6 @@ import mock # pylint: disable=import-error
import gpu_test_base
-def _GetGpuDir(*subdirs):
- gpu_dir = os.path.dirname(os.path.dirname(__file__))
- return os.path.join(gpu_dir, *subdirs)
-
# Unit tests verifying invariants of classes in GpuTestBase.
#

Powered by Google App Engine
This is Rietveld 408576698