Commit 5a9c8759 authored by Charlie Andrews's avatar Charlie Andrews Committed by Commit Bot

Disable failing v8.browsing_desktop stories

NOTRY=true
TBR=ulan@chromium.org

Bug: 735173
Change-Id: Iac9cceb3f5a05aa249d1565337602f2a65b4ee79
Reviewed-on: https://chromium-review.googlesource.com/541607
Commit-Queue: Charlie Andrews <charliea@chromium.org>
Reviewed-by: default avatarCharlie Andrews <charliea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#481020}
parent e4da0e76
...@@ -145,11 +145,36 @@ class SystemHealthMobileMemoryExpectations(expectations.StoryExpectations): ...@@ -145,11 +145,36 @@ class SystemHealthMobileMemoryExpectations(expectations.StoryExpectations):
# Should only include browse:*:* stories. # Should only include browse:*:* stories.
class V8BrowsingDesktopExpecations(expectations.StoryExpectations): class V8BrowsingDesktopExpecations(expectations.StoryExpectations):
def SetExpectations(self): def SetExpectations(self):
self.DisableStory('browse:news:hackernews', self.DisableStory('browse:media:imgur',
[expectations.ALL_WIN, expectations.ALL_MAC], [expectations.ALL_LINUX, expectations.ALL_WIN],
'crbug.com/676336')
self.DisableStory('browse:search:google', [expectations.ALL_WIN],
'crbug.com/673775') 'crbug.com/673775')
self.DisableStory('browse:media:pinterest',
[expectations.ALL_LINUX],
'crbug.com/735173')
self.DisableStory('browse:media:youtube',
[expectations.ALL_LINUX],
'crbug.com/735173')
self.DisableStory('browse:news:cnn',
[expectations.ALL_DESKTOP],
'crbug.com/735173')
self.DisableStory('browse:news:flipboard',
[expectations.ALL_DESKTOP],
'crbug.com/735173')
self.DisableStory('browse:news:hackernews',
[expectations.ALL_DESKTOP],
'crbug.com/735173')
self.DisableStory('browse:news:nytimes',
[expectations.ALL_LINUX, expectations.ALL_WIN],
'crbug.com/735173')
self.DisableStory('browse:news:reddit',
[expectations.ALL_LINUX, expectations.ALL_WIN],
'crbug.com/735173')
self.DisableStory('browse:search:google',
[expectations.ALL_LINUX, expectations.ALL_WIN],
'crbug.com/735173')
self.DisableStory('browse:search:google_india',
[expectations.ALL_LINUX],
'crbug.com/735173')
self.DisableStory('browse:tools:maps', [expectations.ALL], self.DisableStory('browse:tools:maps', [expectations.ALL],
'crbug.com/712694') 'crbug.com/712694')
self.DisableStory('browse:tools:earth', [expectations.ALL], self.DisableStory('browse:tools:earth', [expectations.ALL],
...@@ -157,8 +182,12 @@ class V8BrowsingDesktopExpecations(expectations.StoryExpectations): ...@@ -157,8 +182,12 @@ class V8BrowsingDesktopExpecations(expectations.StoryExpectations):
self.DisableStory('browse:tech:discourse_infinite_scroll', self.DisableStory('browse:tech:discourse_infinite_scroll',
[expectations.ALL_WIN, expectations.ALL_LINUX], [expectations.ALL_WIN, expectations.ALL_LINUX],
'crbug.com/728152') 'crbug.com/728152')
self.DisableStory('browse:news:cnn', self.DisableStory('browse:social:facebook_infinite_scroll',
[expectations.ALL_MAC], 'crbug.com/728576') [expectations.ALL_LINUX],
'crbug.com/735173')
self.DisableStory('browse:social:twitter',
[expectations.ALL_LINUX],
'crbug.com/735173')
self.DisableStory('browse:social:twitter_infinite_scroll', self.DisableStory('browse:social:twitter_infinite_scroll',
[expectations.ALL], 'crbug.com/728464') [expectations.ALL], 'crbug.com/728464')
self.DisableStory('browse:media:flickr_infinite_scroll', self.DisableStory('browse:media:flickr_infinite_scroll',
......
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