New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 684229 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 684358
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

"ExtensionWindowCreateTest.AcceptState" is flaky

Project Member Reported by chromium...@appspot.gserviceaccount.com, Jan 24 2017

Issue description

"ExtensionWindowCreateTest.AcceptState" is flaky.

This issue was created automatically by the chromium-try-flakes app. Please find the right owner to fix the respective test/step and assign this issue to them. If the step/test is infrastructure-related, please add Infra-Troopers label and change issue status to Untriaged. When done, please remove the issue from Sheriff Bug Queue by removing the Sheriff-Chromium label.

We have detected 3 recent flakes. List of all flakes can be found at https://chromium-try-flakes.appspot.com/all_flake_occurrences?key=ahVzfmNocm9taXVtLXRyeS1mbGFrZXNyMAsSBUZsYWtlIiVFeHRlbnNpb25XaW5kb3dDcmVhdGVUZXN0LkFjY2VwdFN0YXRlDA.

Flaky tests should be disabled within 30 minutes unless culprit CL is found and reverted. Please see more details here: https://sites.google.com/a/chromium.org/dev/developers/tree-sheriffs/sheriffing-bug-queues#triaging-auto-filed-flakiness-bugs
 
Sample failure:

[ RUN      ] ExtensionWindowCreateTest.AcceptState

[4564:2072:0124/064949.875:INFO:media_foundation_video_encode_accelerator_win.cc(329)] Windows versions earlier than 8 are not supported.

[4564:2072:0124/064949.875:INFO:media_foundation_video_encode_accelerator_win.cc(329)] Windows versions earlier than 8 are not supported.

[3192:812:0124/064950.524:FATAL:ipc_mojo_bootstrap.cc(487)] Check failed: endpoint->closed(). 

Backtrace:

	base::debug::StackTrace::StackTrace [0x02AB5CC7+23]

	logging::LogMessage::~LogMessage [0x02A68891+49]

	std::tuple<scoped_refptr<IPC::`anonymous namespace'::ChannelAssociatedGroupController>,base::internal::PassedWrapper<mojo::Message> >::~tuple<scoped_refptr<IPC::`anonymous namespace'::ChannelAssociatedGroupController>,base::internal::PassedWrapper<mojo::M [0x03639935+270]

	IPC::`anonymous namespace'::ChannelAssociatedGroupController::`scalar deleting destructor' [0x03639CB7+11]

	base::RefCountedThreadSafe<extensions::ValueStoreFactory,base::DefaultRefCountedThreadSafeTraits<extensions::ValueStoreFactory> >::Release [0x0151B145+32]

	content::mojom::RouteProviderStub<mojo::RawPtrImplRefTraits<content::mojom::RouteProvider> >::~RouteProviderStub<mojo::RawPtrImplRefTraits<content::mojom::RouteProvider> > [0x026A28D3+17]

	content::RenderProcessHostImpl::`scalar deleting destructor' [0x026A3020+11]

	base::DeleteHelper<NativeDesktopMediaList::Worker>::DoDelete [0x02C0217D+17]

	base::internal::Invoker<base::internal::BindState<void (__cdecl*)(void const *),void const *>,void __cdecl(void)>::Run [0x02ABDAAE+14]

	base::debug::TaskAnnotator::RunTask [0x02AEF44F+383]

	base::MessageLoop::RunTask [0x02A7842C+1228]

	base::MessageLoop::DoWork [0x02A77453+611]

	base::MessagePumpForUI::DoRunLoop [0x02AF06BD+93]

	base::MessagePumpWin::Run [0x02AF0E4A+74]

	base::MessageLoop::RunHandler [0x02A77F51+305]

	base::RunLoop::Run [0x02A7ACC4+132]

	content::RunThisRunLoop [0x02EAF0ED+27]

	content::RunMessageLoop [0x02EAF0C5+23]

	InProcessBrowserTest::QuitBrowsers [0x02B1446D+127]

	InProcessBrowserTest::RunTestOnMainThreadLoop [0x02B1486E+600]

	content::BrowserTestBase::ProxyRunTestOnMainThreadLoop [0x02EB5F5B+189]

	ChromeBrowserMainParts::PreMainMessageLoopRunImpl [0x02D7CA30+3400]

	ChromeBrowserMainParts::PreMainMessageLoopRun [0x02D7BCB0+167]

	content::BrowserMainLoop::PreMainMessageLoopRun [0x024EA84F+112]

	base::internal::RunMixin<base::Callback<bool __cdecl(void),1,1> >::Run [0x0263963F+25]

	content::BrowserMainRunnerImpl::Initialize [0x024EBC69+681]

	content::BrowserMain [0x024E7357+117]

	content::RunNamedProcessTypeMain [0x02A54318+206]

	content::ContentMainRunnerImpl::Run [0x02A54219+280]

	content::ContentMain [0x02A536E3+35]

	content::BrowserTestBase::SetUp [0x02EB659C+971]

	InProcessBrowserTest::SetUp [0x02B14A3C+268]

	testing::internal::HandleExceptionsInMethodIfSupported<testing::TestCase,void> [0x033C5AAC+32]

	testing::Test::Run [0x033CCAF8+51]

	testing::TestCase::Run [0x033CCBCE+133]

	testing::internal::UnitTestImpl::RunAllTests [0x033CCF4D+433]

	testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,bool> [0x033C5AF0+32]

	testing::UnitTest::Run [0x033CCD77+133]

	base::TestSuite::Run [0x02B237DC+95]

	ChromeTestSuiteRunner::RunTestSuite [0x0520AABC+40]

	content::LaunchTests [0x02EAFE09+583]

	LaunchChromeTests [0x0520AA80+139]

	main [0x0520A81C+63]

	__scrt_common_main_seh [0x051CF69F+249] (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:253)

	BaseThreadInitThunk [0x7667337A+18]

	RtlInitializeExceptionChain [0x778C9882+99]

	RtlInitializeExceptionChain [0x778C9855+54]

Cc: yzshen@chromium.org
Beginning to suspect https://codereview.chromium.org/2649573004/ as a possible cause.

Comment 3 by yzshen@chromium.org, Jan 24 2017

Owner: yzshen@chromium.org
Status: Started (was: Untriaged)

Comment 4 by yzshen@chromium.org, Jan 24 2017

Mergedinto: 684358
Status: Duplicate (was: Started)

Sign in to add a comment