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

Unified Diff: tools/perf/measurements/blink_style_unittest.py

Issue 1104043003: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « tools/perf/measurements/blink_style.py ('k') | tools/run-perf-test.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/blink_style_unittest.py
diff --git a/tools/perf/measurements/blink_style_unittest.py b/tools/perf/measurements/blink_style_unittest.py
index 7ba416c6f1ca4868240a735305b53d9f489b8aa3..6b711f96c16b1cc7f042b4eab0b3e24e22b67791 100644
--- a/tools/perf/measurements/blink_style_unittest.py
+++ b/tools/perf/measurements/blink_style_unittest.py
@@ -4,7 +4,6 @@
from measurements import blink_style
-from telemetry import decorators
from telemetry.unittest_util import options_for_unittests
from telemetry.unittest_util import page_test_test_case
@@ -20,7 +19,6 @@ class BlinkStyleTest(page_test_test_case.PageTestTestCase):
def setUp(self):
self._options = options_for_unittests.GetCopy()
- @decorators.Disabled # http://crbug.com/479048
def testForParsing(self):
ps = self.CreatePageSetFromFileInUnittestDataDir('blink_style.html')
measurement = blink_style.BlinkStyle()
« no previous file with comments | « tools/perf/measurements/blink_style.py ('k') | tools/run-perf-test.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698