New issue
Advanced search Search tips

Issue 804897 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

DesktopCaptureApiTest.ChooseDesktopMedia is flaky on Mac ASan

Project Member Reported by ellyjo...@chromium.org, Jan 23 2018

Issue description

Sometimes this happens:

[3090:7175:0123/072313.683347:FATAL:user_input_monitor.cc(22)] Check failed: 0u == key_press_counter_references_ (0 vs. 1)
0   browser_tests                       0x0000000117bb597c base::debug::StackTrace::StackTrace(unsigned long) + 28
1   browser_tests                       0x0000000117c12617 logging::LogMessage::~LogMessage() + 695
2   browser_tests                       0x000000011208f051 media::UserInputMonitor::~UserInputMonitor() + 337
3   browser_tests                       0x00000001120b696e media::(anonymous namespace)::UserInputMonitorMac::~UserInputMonitorMac() + 14
4   browser_tests                       0x000000011330e40c content::BrowserMainLoop::~BrowserMainLoop() + 1852
5   browser_tests                       0x000000011330eb6e content::BrowserMainLoop::~BrowserMainLoop() + 14
6   browser_tests                       0x00000001133230f4 content::BrowserMainRunnerImpl::Shutdown() + 1300
7   browser_tests                       0x000000011330d31e content::BrowserMain(content::MainFunctionParams const&) + 718
8   browser_tests                       0x0000000117ae59ce content::RunNamedProcessTypeMain(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, content::MainFunctionParams const&, content::ContentMainDelegate*) + 1310
9   browser_tests                       0x0000000117ae74ea content::ContentMainRunnerImpl::Run() + 1354
10  browser_tests                       0x000000011e4717fe service_manager::Main(service_manager::MainParams const&) + 5390
11  browser_tests                       0x0000000117ae53d0 content::ContentMain(content::ContentMainParams const&) + 368
12  browser_tests                       0x00000001192d21c8 content::BrowserTestBase::SetUp() + 5992
13  browser_tests                       0x0000000117e75db5 InProcessBrowserTest::SetUp() + 1301
14  browser_tests                       0x0000000111270f10 testing::Test::Run() + 256
15  browser_tests                       0x0000000111273164 testing::TestInfo::Run() + 900
16  browser_tests                       0x00000001112744a7 testing::TestCase::Run() + 967
17  browser_tests                       0x000000011128c457 testing::internal::UnitTestImpl::RunAllTests() + 2487
18  browser_tests                       0x000000011128b9ea testing::UnitTest::Run() + 298
19  browser_tests                       0x0000000117ec6d19 base::TestSuite::Run() + 505
20  browser_tests                       0x0000000117b85a06 ChromeTestSuiteRunner::RunTestSuite(int, char**) + 198
21  browser_tests                       0x00000001193b9194 content::LaunchTests(content::TestLauncherDelegate*, unsigned long, int, char**) + 1092
22  browser_tests                       0x0000000117b86683 LaunchChromeTests(unsigned long, content::TestLauncherDelegate*, int, char**) + 723
23  browser_tests                       0x0000000117b8585d main + 269
24  libdyld.dylib                       0x00007fff8da1f5fd start + 1
25  ???                                 0x000000000000000b 0x0 + 11

e.g.:

https://uberchromegw.corp.google.com/i/chromium.memory/builders/Mac%20ASan%2064%20Tests%20%281%29/builds/38067
 
Project Member

Comment 1 by bugdroid1@chromium.org, Jan 23 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/3249248183b0bce8dfb3a1ddc9c48486d8e0dd55

commit 3249248183b0bce8dfb3a1ddc9c48486d8e0dd55
Author: Joe Downing <joedow@chromium.org>
Date: Tue Jan 23 19:20:26 2018

Disabling flaky DesktopCaptureApiTest.ChooseDesktopMedia test for mac

TBR=ellyjones@chromium.org,zijiehe@chromium.org

BUG=804897

Change-Id: I4b209737cc2124d93a6d370a9f6abf88719b36cc
Reviewed-on: https://chromium-review.googlesource.com/881539
Reviewed-by: Joe Downing <joedow@chromium.org>
Commit-Queue: Joe Downing <joedow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531297}
[modify] https://crrev.com/3249248183b0bce8dfb3a1ddc9c48486d8e0dd55/chrome/browser/extensions/api/desktop_capture/desktop_capture_apitest.cc

Status: Available (was: Untriaged)

Sign in to add a comment