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

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

Issue 837573002: Temporarily disable the OilpanGCTimesTest to unblock the Blink roll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 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 | « tools/perf/benchmarks/oilpan_gc_times.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/oilpan_gc_times_unittest.py
diff --git a/tools/perf/measurements/oilpan_gc_times_unittest.py b/tools/perf/measurements/oilpan_gc_times_unittest.py
index 312ac929bacd0f4b048b31cbbd267fc775ed6a4f..e2333dc0f44333e9c157bd488c30f088d0e770e0 100644
--- a/tools/perf/measurements/oilpan_gc_times_unittest.py
+++ b/tools/perf/measurements/oilpan_gc_times_unittest.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
from measurements import oilpan_gc_times
+from telemetry import decorators
from telemetry.core import wpr_modes
from telemetry.unittest_util import options_for_unittests
from telemetry.unittest_util import page_test_test_case
@@ -17,6 +18,7 @@ class OilpanGCTimesTest(page_test_test_case.PageTestTestCase):
def setUp(self):
self._options = options_for_unittests.GetCopy()
+ @decorators.Disabled
def testForSmoothness(self):
ps = self.CreatePageSetFromFileInUnittestDataDir('create_many_objects.html')
measurement = oilpan_gc_times.OilpanGCTimesForSmoothness()
@@ -26,6 +28,7 @@ class OilpanGCTimesTest(page_test_test_case.PageTestTestCase):
precise_mark = results.FindAllPageSpecificValuesNamed('oilpan_precise_mark')
self.assertLess(0, len(precise_mark))
+ @decorators.Disabled
def testForBlinkPerf(self):
ps = self.CreatePageSetFromFileInUnittestDataDir('create_many_objects.html')
measurement = oilpan_gc_times.OilpanGCTimesForBlinkPerf()
« no previous file with comments | « tools/perf/benchmarks/oilpan_gc_times.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698