Commit 12ef2ca1 authored by tonyg@chromium.org's avatar tonyg@chromium.org

Revert of Four new pages added to tough_scheduling_cases...

Revert of Four new pages added to tough_scheduling_cases (https://codereview.chromium.org/372243003/)

Reason for revert:
Causes scheduler.tough_scheduling_cases to fail on all android bots. Example:
http://chromegw/i/chromium.perf/builders/Android%20Nexus4%20Perf/builds/1081/steps/scheduler.tough_scheduling_cases/logs/stdio

Original issue's description:
> Four new pages added to tough_scheduling_cases
> 
> BUG=391005
> 
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282740

TBR=jdduke@chromium.org,skyostil@chromium.org,picksi@google.com,miletus@chromium.org,picksi@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=391005

Review URL: https://codereview.chromium.org/388053002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282847 0039d316-1c4b-4281-b951-d872f2087c98
parent fb91270d
{
"description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
"archives": {
"tough_scheduling_cases_000.wpr": [
"http://io9.com/the-10-most-shocking-characters-that-george-r-r-martin-1579481155/tinaamini"
],
"tough_scheduling_cases_002.wpr": [
"http://www.latimes.com",
"http://io9.com/the-10-most-shocking-characters-that-george-r-r-martin-1579481155/+tinaamini",
"http://ftw.usatoday.com/2014/05/spelling-bee-rules-shenanigans",
"http://m.espn.go.com/nhl/rankings"
]
}
}
\ No newline at end of file
87ec45f71456eb0c9710ff14d295f788da8f10c4
\ No newline at end of file
......@@ -331,6 +331,7 @@ class EmptyTouchHandlerPage(ToughSchedulingCasesPage):
self.synthetic_delays = {
'blink.HandleInputEvent': {'target_duration': 0.2}
}
self.bounce = bounce
def RunSmoothness(self, action_runner):
......@@ -370,8 +371,7 @@ class ToughSchedulingCasesPageSet(page_set_module.PageSet):
""" Tough scheduler latency test cases """
def __init__(self):
super(ToughSchedulingCasesPageSet, self).__init__(
archive_data_file='data/tough_scheduling_cases.json')
super(ToughSchedulingCasesPageSet, self).__init__()
# Why: Simple scrolling baseline
self.AddPage(ToughSchedulingCasesPage(
......@@ -465,14 +465,3 @@ class ToughSchedulingCasesPageSet(page_set_module.PageSet):
page_set=self))
# Why: For measuring the latency of scroll-synchronized effects.
self.AddPage(SynchronizedScrollOffsetPage(page_set=self))
real_pages_url_list = [
'http://www.latimes.com',
('http://io9.com/the-10-most-shocking-characters-that-george-r-r-' +
'martin-1579481155/+tinaamini'),
'http://ftw.usatoday.com/2014/05/spelling-bee-rules-shenanigans',
'http://m.espn.go.com/nhl/rankings'
]
for url in real_pages_url_list:
self.AddPage(ToughSchedulingCasesPage(url, self))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment