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

Unified Diff: content/test/gpu/page_sets/page_set_unittest.py

Issue 2611263002: Port gpu_process tests to gpu_integration_test harness. (Closed)
Patch Set: Added workaround for flakiness on Android. Created 3 years, 11 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 | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/page_sets/page_set_unittest.py
diff --git a/content/test/gpu/page_sets/page_set_unittest.py b/content/test/gpu/page_sets/page_set_unittest.py
deleted file mode 100644
index f10d80d0f6a3086f7df14ce5ca9a3a6e85379f41..0000000000000000000000000000000000000000
--- a/content/test/gpu/page_sets/page_set_unittest.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import os
-
-from telemetry.testing import story_set_smoke_test
-
-
-class StorySetUnitTest(story_set_smoke_test.StorySetSmokeTest):
-
- def testSmoke(self):
- story_sets_dir = os.path.dirname(os.path.realpath(__file__))
- top_level_dir = os.path.dirname(story_sets_dir)
- self.RunSmokeTest(story_sets_dir, top_level_dir)
« no previous file with comments | « content/test/gpu/page_sets/gpu_process_tests.py ('k') | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698