Commit 419cce88 authored by Erik Chen's avatar Erik Chen Committed by Commit Bot

Disable ProfilingProcessHostAndroidTest#testModeRendererPseudo

The test is flaky, likely due to recent refactors to the heap profiling code to
support Android Webview. I'm disabling it temporarily while I investigate.

Bug: 833590
Change-Id: Idd7dd982d9e5586f76f991455d1ae717323c519d
TBR: thakis@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1017598Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551808}
parent 860dca88
...@@ -60,13 +60,15 @@ public class ProfilingProcessHostAndroidTest { ...@@ -60,13 +60,15 @@ public class ProfilingProcessHostAndroidTest {
// Non-browser processes must be profiled with a command line flag, since // Non-browser processes must be profiled with a command line flag, since
// otherwise, profiling will start after the relevant processes have been // otherwise, profiling will start after the relevant processes have been
// created, thus that process will be not be profiled. // created, thus that process will be not be profiled.
@Test // TODO(erikchen): Re-enable after fixing flakiness.
@MediumTest // https://crbug.com/833590.
@CommandLineFlags.Add({"memlog=all-renderers", "memlog-stack-mode=pseudo"}) // @Test
public void testModeRendererPseudo() throws Exception { // @MediumTest
HeapProfilingTestShim shim = new HeapProfilingTestShim(); // @CommandLineFlags.Add({"memlog=all-renderers", "memlog-stack-mode=pseudo"})
Assert.assertTrue(shim.runTestForMode("all-renderers", false, "pseudo", false, false)); // public void testModeRendererPseudo() throws Exception {
} // HeapProfilingTestShim shim = new HeapProfilingTestShim();
// Assert.assertTrue(shim.runTestForMode("all-renderers", false, "pseudo", false, false));
// }
@Test @Test
@MediumTest @MediumTest
......
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