New issue
Advanced search Search tips

Issue 922441 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Jan 18
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug
Flaky-Test: SwitchAccessMenuManagerTest.NavigationInMenu



Sign in to add a comment

SwitchAccessMenuManagerTest.NavigationInMenu is flaky

Project Member Reported by Findit, Jan 16 (6 days ago)

Issue description

Comment 1 by iclell...@chromium.org, Jan 17 (5 days ago)

This fails occasionally (not frequently enough that a couple of retries won't mask it) with this error (grabbed from swarming logs):

[5507:5507:0115/205152.817490:INFO:CONSOLE(7831)] "Running TestCase SwitchAccessMenuManagerTest.MAYBE_NavigationInMenu", source: file:///b/s/w/ir/out/Release/test_data/chrome/browser/resources/chromeos/switch_access/menu_manager_test.extjs (7831)
[5507:5507:0115/205152.837314:INFO:CONSOLE(8665)] "!!!!! In test NavigationInMenu", source: file:///b/s/w/ir/out/Release/test_data/chrome/browser/resources/chromeos/switch_access/menu_manager_test.extjs (8665)
[5507:5507:0115/205152.837417:INFO:CONSOLE(8598)] "##### In runAndWaitForMenuLoad", source: file:///b/s/w/ir/out/Release/test_data/chrome/browser/resources/chromeos/switch_access/menu_manager_test.extjs (8598)
[5507:5507:0115/205153.420387:INFO:CONSOLE(8602)] "@@@@@ In runWithLoadedTree", source: file:///b/s/w/ir/out/Release/test_data/chrome/browser/resources/chromeos/switch_access/menu_manager_test.extjs (8602)
[5507:5507:0115/205153.456514:INFO:CONSOLE(8625)] "@@@@@ Done with runWithLoadedTree", source: file:///b/s/w/ir/out/Release/test_data/chrome/browser/resources/chromeos/switch_access/menu_manager_test.extjs (8625)
[1:1:0115/205153.523896:WARNING:logging_native_handler.cc(71)] Got textChanged event on unknown node: 39; this: 1
BrowserTestBase received signal: Terminated. Backtrace:
#0 0x55c151650b1f base::debug::StackTrace::StackTrace()
#1 0x55c151c879e2 content::(anonymous namespace)::DumpStackTraceSignalHandler()
#2 0x7f018f303cb0 <unknown>
#3 0x7f018f3cb6d3 epoll_wait
#4 0x55c152396c8d epoll_dispatch
#5 0x55c15239474c event_base_loop
#6 0x55c15166eaed base::MessagePumpLibevent::Run()
#7 0x55c1515bbe08 base::MessageLoopImpl::Run()
#8 0x55c1515e3215 base::RunLoop::Run()
#9 0x55c151c8e584 content::DOMMessageQueue::WaitForMessage()
#10 0x55c151c8b32f content::(anonymous namespace)::ExecuteScriptHelper()
#11 0x55c151c8ad37 content::ExecuteScriptAndExtractString()
#12 0x55c151430ff8 extensions::browsertest_util::ExecuteScriptInBackgroundPage()
#13 0x55c151597315 ExtensionJSBrowserTest::RunJavascriptTestF()
#14 0x55c1515605f2 SwitchAccessMenuManagerTest_NavigationInMenu_Test::RunTestOnMainThread()
#15 0x55c151c86ffa content::BrowserTestBase::ProxyRunTestOnMainThreadLoop()
#16 0x55c151725b16 ChromeBrowserMainParts::PreMainMessageLoopRunImpl()
#17 0x55c1517248e8 ChromeBrowserMainParts::PreMainMessageLoopRun()
#18 0x55c14e2c10a0 chromeos::ChromeBrowserMainPartsChromeos::PreMainMessageLoopRun()
#19 0x55c14f631252 content::BrowserMainLoop::PreMainMessageLoopRun()
#20 0x55c14faf25b5 content::StartupTaskRunner::RunAllTasksNow()
#21 0x55c14f62ff35 content::BrowserMainLoop::CreateStartupTasks()
#22 0x55c14f633404 content::BrowserMainRunnerImpl::Initialize()
#23 0x55c14f62df57 content::BrowserMain()
#24 0x55c15120d8fc content::ContentMainRunnerImpl::RunServiceManager()
#25 0x55c15120d501 content::ContentMainRunnerImpl::Run()
#26 0x55c153902ba3 service_manager::Main()
#27 0x55c15120b964 content::ContentMain()
#28 0x55c151c86ae2 content::BrowserTestBase::SetUp()
#29 0x55c1516c9ad8 InProcessBrowserTest::SetUp()
#30 0x55c14e80b000 testing::Test::Run()
#31 0x55c14e80bd9f testing::TestInfo::Run()
#32 0x55c14e80c2c7 testing::TestCase::Run()
#33 0x55c14e818427 testing::internal::UnitTestImpl::RunAllTests()
#34 0x55c14e817fa6 testing::UnitTest::Run()
#35 0x55c1516e1739 base::TestSuite::Run()
#36 0x55c15158ec7d ChromeTestSuiteRunner::RunTestSuite()
#37 0x55c151cab66a content::LaunchTests()
#38 0x55c15158f130 LaunchChromeTests()
#39 0x55c15158ec0e main
#40 0x7f018f2eef45 __libc_start_main
#41 0x55c14ccd76ea _start
[964/1306] SwitchAccessMenuManagerTest.NavigationInMenu (TIMED OUT)

Comment 2 by pnoland@chromium.org, Jan 18 (4 days ago)

Status: Fixed (was: Untriaged)
The test was reverted here: https://crrev.com/c/1414392

Sign in to add a comment