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

Unified Diff: tools/perf/benchmarks/memory.py

Issue 2084183003: Disabling memory.top_7_stress perf test on webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/benchmarks/memory.py
diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
index 7da9c50b3e0648485416ea6dc8320ad0cc46ca73..af68150e644d96d077ab117bf1a1f2a0a56ed08a 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -23,7 +23,8 @@ class MemoryMobile(perf_benchmark.PerfBenchmark):
# Disable on reference due to crbug.com/539728
# Disable on all Mac as it's also failing on 10.11 and retina.
# crbug.com/555045
-@benchmark.Disabled('mac', 'reference')
+# Disabling on WebView due to crbug.com/621489
+@benchmark.Disabled('mac', 'android-webview', 'reference')
class MemoryTop7Stress(perf_benchmark.PerfBenchmark):
"""Use (recorded) real world web sites and measure memory consumption."""
test = memory.Memory
« 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