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

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

Issue 2870233002: Re-enable smoothness_unittest testSmoothness on Linux. (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/smoothness_unittest.py
diff --git a/tools/perf/measurements/smoothness_unittest.py b/tools/perf/measurements/smoothness_unittest.py
index 6e0a3d0dc3fe6a12636d8baf2ecb29d62e60298c..3d88127069aa7db57f3ba566e4c27cffab95af16 100644
--- a/tools/perf/measurements/smoothness_unittest.py
+++ b/tools/perf/measurements/smoothness_unittest.py
@@ -110,8 +110,8 @@ class SmoothnessUnitTest(page_test_test_case.PageTestTestCase):
repr(actual_synthetic_delay))
self.assertEquals(expected_synthetic_delay, actual_synthetic_delay)
- # crbug.com/483212 and crbug.com/713260
- @decorators.Disabled('chromeos', 'linux')
+ # crbug.com/483212
+ @decorators.Disabled('chromeos')
def testSmoothness(self):
ps = self.CreateStorySetFromFileInUnittestDataDir('scrollable_page.html')
measurement = smoothness.Smoothness()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698