summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-07 01:44:42 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-07 01:44:42 +0000
commit30273c98c9b7ed2c36bf45edba389097a94485eb (patch)
tree91dd2d3eadd9ccfd9616ca1d865e1215fcbcf55b /tools
parentccda27fe79f00b2d06724d877554e91741ec5e65 (diff)
downloadchromium_src-30273c98c9b7ed2c36bf45edba389097a94485eb.zip
chromium_src-30273c98c9b7ed2c36bf45edba389097a94485eb.tar.gz
chromium_src-30273c98c9b7ed2c36bf45edba389097a94485eb.tar.bz2
[Telemetry] Disable crashy GPU rasterization tests on android.
BUG=363783 TBR=dtu@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/264373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/benchmarks/smoothness.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index 77905a2..b356d7f 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -66,6 +66,7 @@ class SmoothnessFastPathKeySilkCases(test.Test):
silk_flags.CustomizeBrowserOptionsForFastPath(options)
+@test.Disabled('android') # crbug.com/363783
class SmoothnessGpuRasterizationTop25(test.Test):
"""Measures rendering statistics for the top 25 with GPU rasterization
"""
@@ -76,6 +77,7 @@ class SmoothnessGpuRasterizationTop25(test.Test):
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
+@test.Disabled('android') # crbug.com/363783
class SmoothnessGpuRasterizationKeyMobileSites(test.Test):
"""Measures rendering statistics for the key mobile sites with GPU
rasterization