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

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: 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
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
Ken Russell (switch to Gerrit) 2015/09/22 03:30:15 This was left over from the previous cleanup.
-
# Unit tests verifying invariants of classes in GpuTestBase.
#
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698