Commit 3cd8136e authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Sheriff: Disable ReachedCodeDataSourceTest.ProfilerOutput

Bug: 1122186
Change-Id: Ie474c061c3d115e9c9370485bf02ee3a1c4131c2
Tbr: ssid@chromium.org
No-Try: True
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401514Reviewed-by: default avatarAdithya Srinivasan <adithyas@chromium.org>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805461}
parent f552e983
......@@ -83,14 +83,9 @@ TEST_F(ReachedCodeDataSourceTest, ProfilerDisabled) {
EXPECT_EQ(producer()->GetFinalizedPacketCount(), 0u);
}
// This test crashes on the android-asan bot.
// TODO(https://crbug.com/1100216): Enable this again on the bot.
#if defined(ADDRESS_SANITIZER)
#define MAYBE_ProfilerOutput DISABLED_ProfilerOutput
#else
#define MAYBE_ProfilerOutput ProfilerOutput
#endif
TEST_F(ReachedCodeDataSourceTest, MAYBE_ProfilerOutput) {
// TODO(https://crbug.com/1100216): Test crashes on android-asan.
// TODO(https://crbug.com/1122186): Test is flaky on android.
TEST_F(ReachedCodeDataSourceTest, DISABLED_ProfilerOutput) {
if (!base::android::IsReachedCodeProfilerSupported())
return;
base::CommandLine::ForCurrentProcess()->AppendSwitch(
......
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