Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser tests are failing locally #8958

Closed
NejcZdovc opened this issue Apr 1, 2020 · 0 comments · Fixed by brave/brave-core#5479
Closed

Browser tests are failing locally #8958

NejcZdovc opened this issue Apr 1, 2020 · 0 comments · Fixed by brave/brave-core#5479

Comments

@NejcZdovc
Copy link
Contributor

When I run tests locally this ones fail for me

[ RUN      ] AutoplayPermissionContextBrowserTest.ClickAllow
[69875:775:0401/081726.354707:ERROR:browser_switcher_service.cc(238)] XXX Init()
[69875:43523:0401/081727.095217:ERROR:rewards_service_impl.cc(243)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.gb3jVW/user_data/Default/rewards_service/confirmations.json
[69884:775:0401/081727.102290:ERROR:confirmations_impl.cc(777)] Failed to load confirmations state, resetting to default values
[69875:26115:0401/081727.240851:ERROR:rewards_service_impl.cc(192)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.gb3jVW/user_data/Default/ledger_state
[69884:775:0401/081727.241318:ERROR:ledger_impl.cc(113)] Failed to initialize wallet
[69875:775:0401/081727.307465:ERROR:CONSOLE(2039)] "Active tab not found", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (2039)
[69882:775:0401/081728.157969:ERROR:gles2_cmd_decoder.cc(18871)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[69882:775:0401/081728.158079:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69882:775:0401/081728.195955:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69882:775:0401/081728.197343:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69882:775:0401/081728.215071:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69882:775:0401/081728.231282:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69882:775:0401/081728.247206:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69882:775:0401/081728.277037:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69875:46595:0401/081728.490853:ERROR:process_posix.cc(333)] Unable to terminate process 69883: No such process (3)
BrowserTestBase received signal: Segmentation fault: 11. Backtrace:
0   libbase.dylib                       0x00000001108bf489 base::debug::CollectStackTrace(void**, unsigned long) + 9
1   libbase.dylib                       0x0000000110779733 base::debug::StackTrace::StackTrace() + 19
2   brave_browser_tests                 0x0000000109348079 content::(anonymous namespace)::DumpStackTraceSignalHandler(int) + 681
3   libsystem_platform.dylib            0x00007fff6ce1a42d _sigtramp + 29
4   ???                                 0x000000011f455178 0x0 + 4819603832
5   libcontent.dylib                    0x0000000116c931bd audio::Service::~Service() + 925
6   libcontent.dylib                    0x00000001162770c6 base::SequenceLocalStorageSlot<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >, std::__Cr::default_delete<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> > > >::Adopt(std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >*)::'lambda'(void*)::__invoke(void*) + 38
7   libbase.dylib                       0x000000011086c108 base::internal::SequenceLocalStorageMap::~SequenceLocalStorageMap() + 72
8   libbase.dylib                       0x000000011083bf8b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 107
9   libbase.dylib                       0x000000011083c0fe base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 14
10  libbase.dylib                       0x0000000110821770 base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 1488
11  libbase.dylib                       0x0000000110821cae base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 14
12  libcontent.dylib                    0x0000000116923eaa content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 58
13  libcontent.dylib                    0x0000000116923f2e content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 14
14  libcontent.dylib                    0x0000000116923661 content::BrowserTaskExecutor::Shutdown() + 65
15  libcontent.dylib                    0x000000011701db35 content::ContentMainRunnerImpl::Shutdown() + 293
16  libembedder.dylib                   0x000000011d524c19 service_manager::Main(service_manager::MainParams const&) + 4345
17  libcontent.dylib                    0x000000011701c978 content::ContentMain(content::ContentMainParams const&) + 120
18  brave_browser_tests                 0x000000010934647b content::BrowserTestBase::SetUp() + 4571
19  brave_browser_tests                 0x0000000109343096 InProcessBrowserTest::SetUp() + 678
20  brave_browser_tests                 0x0000000108bc639c testing::Test::Run() + 108
21  brave_browser_tests                 0x0000000108bc75bf testing::TestInfo::Run() + 511
22  brave_browser_tests                 0x0000000108bc7de7 testing::TestSuite::Run() + 311
23  brave_browser_tests                 0x0000000108bd7cb7 testing::internal::UnitTestImpl::RunAllTests() + 1319
24  brave_browser_tests                 0x0000000108bd776e testing::UnitTest::Run() + 206
25  brave_browser_tests                 0x000000010a78a21b base::TestSuite::Run() + 187
26  brave_browser_tests                 0x000000010afe527c ChromeTestSuiteRunner::RunTestSuite(int, char**) + 92
27  brave_browser_tests                 0x0000000109353cd6 content::LaunchTests(content::TestLauncherDelegate*, unsigned long, int, char**) + 1174
28  brave_browser_tests                 0x000000010afe56e6 LaunchChromeTests(unsigned long, content::TestLauncherDelegate*, int, char**) + 646
29  brave_browser_tests                 0x00000001093600b7 main + 119
30  libdyld.dylib                       0x00007fff6cc217fd start + 1
31  ???                                 0x000000000000000a 0x0 + 10
[507/511] AutoplayPermissionContextBrowserTest.ClickAllow (CRASHED)
[0401/081731.004400:ERROR:kill_posix.cc(84)] Unable to terminate process group 69892: No such process (3)
[ RUN      ] AutoplayPermissionContextBrowserTest.ClickAllowMuted
[69892:775:0401/081729.039602:ERROR:browser_switcher_service.cc(238)] XXX Init()
[69892:54787:0401/081729.779677:ERROR:rewards_service_impl.cc(243)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.BW5IeN/user_data/Default/rewards_service/confirmations.json
[69901:775:0401/081729.788334:ERROR:confirmations_impl.cc(777)] Failed to load confirmations state, resetting to default values
[69892:86787:0401/081729.905089:ERROR:rewards_service_impl.cc(192)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.BW5IeN/user_data/Default/ledger_state
[69901:775:0401/081729.905264:ERROR:ledger_impl.cc(113)] Failed to initialize wallet
[69892:775:0401/081729.970530:ERROR:CONSOLE(2039)] "Active tab not found", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (2039)
[69899:775:0401/081730.592310:ERROR:gles2_cmd_decoder.cc(18871)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glCreateAndConsumeTextureCHROMIUM: invalid mailbox name
[69899:775:0401/081730.592402:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.608159:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.625325:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.641623:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.655980:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.669640:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.682171:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.697242:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69899:775:0401/081730.713546:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69892:83203:0401/081730.919273:ERROR:process_posix.cc(333)] Unable to terminate process 69900: No such process (3)
BrowserTestBase received signal: Segmentation fault: 11. Backtrace:
0   libbase.dylib                       0x000000010a499489 base::debug::CollectStackTrace(void**, unsigned long) + 9
1   libbase.dylib                       0x000000010a353733 base::debug::StackTrace::StackTrace() + 19
2   brave_browser_tests                 0x0000000102f1a079 content::(anonymous namespace)::DumpStackTraceSignalHandler(int) + 681
3   libsystem_platform.dylib            0x00007fff6ce1a42d _sigtramp + 29
4   ???                                 0x0000000000000001 0x0 + 1
5   libcontent.dylib                    0x000000011094b1bd audio::Service::~Service() + 925
6   libcontent.dylib                    0x000000010ff2f0c6 base::SequenceLocalStorageSlot<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >, std::__Cr::default_delete<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> > > >::Adopt(std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >*)::'lambda'(void*)::__invoke(void*) + 38
7   libbase.dylib                       0x000000010a446108 base::internal::SequenceLocalStorageMap::~SequenceLocalStorageMap() + 72
8   libbase.dylib                       0x000000010a415f8b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 107
9   libbase.dylib                       0x000000010a4160fe base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 14
10  libbase.dylib                       0x000000010a3fb770 base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 1488
11  libbase.dylib                       0x000000010a3fbcae base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 14
12  libcontent.dylib                    0x00000001105dbeaa content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 58
13  libcontent.dylib                    0x00000001105dbf2e content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 14
14  libcontent.dylib                    0x00000001105db661 content::BrowserTaskExecutor::Shutdown() + 65
15  libcontent.dylib                    0x0000000110cd5b35 content::ContentMainRunnerImpl::Shutdown() + 293
16  libembedder.dylib                   0x0000000116f67c19 service_manager::Main(service_manager::MainParams const&) + 4345
17  libcontent.dylib                    0x0000000110cd4978 content::ContentMain(content::ContentMainParams const&) + 120
18  brave_browser_tests                 0x0000000102f1847b content::BrowserTestBase::SetUp() + 4571
19  brave_browser_tests                 0x0000000102f15096 InProcessBrowserTest::SetUp() + 678
20  brave_browser_tests                 0x000000010279839c testing::Test::Run() + 108
21  brave_browser_tests                 0x00000001027995bf testing::TestInfo::Run() + 511
22  brave_browser_tests                 0x0000000102799de7 testing::TestSuite::Run() + 311
23  brave_browser_tests                 0x00000001027a9cb7 testing::internal::UnitTestImpl::RunAllTests() + 1319
24  brave_browser_tests                 0x00000001027a976e testing::UnitTest::Run() + 206
25  brave_browser_tests                 0x000000010435c21b base::TestSuite::Run() + 187
26  brave_browser_tests                 0x0000000104bb727c ChromeTestSuiteRunner::RunTestSuite(int, char**) + 92
27  brave_browser_tests                 0x0000000102f25cd6 content::LaunchTests(content::TestLauncherDelegate*, unsigned long, int, char**) + 1174
28  brave_browser_tests                 0x0000000104bb76e6 LaunchChromeTests(unsigned long, content::TestLauncherDelegate*, int, char**) + 646
29  brave_browser_tests                 0x0000000102f320b7 main + 119
30  libdyld.dylib                       0x00007fff6cc217fd start + 1
[508/511] AutoplayPermissionContextBrowserTest.ClickAllowMuted (CRASHED)
[0401/081733.390840:ERROR:kill_posix.cc(84)] Unable to terminate process group 69909: No such process (3)
[ RUN      ] AutoplayPermissionContextBrowserTest.AllowAutoplay
[69909:775:0401/081731.382644:ERROR:browser_switcher_service.cc(238)] XXX Init()
[69909:27395:0401/081732.113216:ERROR:rewards_service_impl.cc(243)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.1kn16N/user_data/Default/rewards_service/confirmations.json
[69918:775:0401/081732.119920:ERROR:confirmations_impl.cc(777)] Failed to load confirmations state, resetting to default values
[69909:54275:0401/081732.235296:ERROR:rewards_service_impl.cc(192)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.1kn16N/user_data/Default/ledger_state
[69918:775:0401/081732.235452:ERROR:ledger_impl.cc(113)] Failed to initialize wallet
[69909:775:0401/081732.303039:ERROR:CONSOLE(2039)] "Active tab not found", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (2039)
[69909:46083:0401/081733.284727:ERROR:process_posix.cc(333)] Unable to terminate process 69917: No such process (3)
BrowserTestBase received signal: Segmentation fault: 11. Backtrace:
0   libbase.dylib                       0x000000010a0d8489 base::debug::CollectStackTrace(void**, unsigned long) + 9
1   libbase.dylib                       0x0000000109f92733 base::debug::StackTrace::StackTrace() + 19
2   brave_browser_tests                 0x0000000102b5a079 content::(anonymous namespace)::DumpStackTraceSignalHandler(int) + 681
3   libsystem_platform.dylib            0x00007fff6ce1a42d _sigtramp + 29
4   ???                                 0x0000000000000001 0x0 + 1
5   libcontent.dylib                    0x00000001104cd1bd audio::Service::~Service() + 925
6   libcontent.dylib                    0x000000010fab10c6 base::SequenceLocalStorageSlot<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >, std::__Cr::default_delete<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> > > >::Adopt(std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >*)::'lambda'(void*)::__invoke(void*) + 38
7   libbase.dylib                       0x000000010a085108 base::internal::SequenceLocalStorageMap::~SequenceLocalStorageMap() + 72
8   libbase.dylib                       0x000000010a054f8b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 107
9   libbase.dylib                       0x000000010a0550fe base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 14
10  libbase.dylib                       0x000000010a03a770 base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 1488
11  libbase.dylib                       0x000000010a03acae base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 14
12  libcontent.dylib                    0x000000011015deaa content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 58
13  libcontent.dylib                    0x000000011015df2e content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 14
14  libcontent.dylib                    0x000000011015d661 content::BrowserTaskExecutor::Shutdown() + 65
15  libcontent.dylib                    0x0000000110857b35 content::ContentMainRunnerImpl::Shutdown() + 293
16  libembedder.dylib                   0x0000000116761c19 service_manager::Main(service_manager::MainParams const&) + 4345
17  libcontent.dylib                    0x0000000110856978 content::ContentMain(content::ContentMainParams const&) + 120
18  brave_browser_tests                 0x0000000102b5847b content::BrowserTestBase::SetUp() + 4571
19  brave_browser_tests                 0x0000000102b55096 InProcessBrowserTest::SetUp() + 678
20  brave_browser_tests                 0x00000001023d839c testing::Test::Run() + 108
21  brave_browser_tests                 0x00000001023d95bf testing::TestInfo::Run() + 511
22  brave_browser_tests                 0x00000001023d9de7 testing::TestSuite::Run() + 311
23  brave_browser_tests                 0x00000001023e9cb7 testing::internal::UnitTestImpl::RunAllTests() + 1319
24  brave_browser_tests                 0x00000001023e976e testing::UnitTest::Run() + 206
25  brave_browser_tests                 0x0000000103f9c21b base::TestSuite::Run() + 187
26  brave_browser_tests                 0x00000001047f727c ChromeTestSuiteRunner::RunTestSuite(int, char**) + 92
27  brave_browser_tests                 0x0000000102b65cd6 content::LaunchTests(content::TestLauncherDelegate*, unsigned long, int, char**) + 1174
28  brave_browser_tests                 0x00000001047f76e6 LaunchChromeTests(unsigned long, content::TestLauncherDelegate*, int, char**) + 646
29  brave_browser_tests                 0x0000000102b720b7 main + 119
30  libdyld.dylib                       0x00007fff6cc217fd start + 1
[509/511] AutoplayPermissionContextBrowserTest.AllowAutoplay (CRASHED)
[0401/081735.248634:ERROR:kill_posix.cc(84)] Unable to terminate process group 69926: No such process (3)
[ RUN      ] AutoplayPermissionContextBrowserTest.FileAutoplay
[69926:775:0401/081733.770487:ERROR:browser_switcher_service.cc(238)] XXX Init()
[69926:39171:0401/081734.497338:ERROR:rewards_service_impl.cc(243)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.av5YdQ/user_data/Default/rewards_service/confirmations.json
[69935:775:0401/081734.504418:ERROR:confirmations_impl.cc(777)] Failed to load confirmations state, resetting to default values
[69926:44035:0401/081734.641330:ERROR:rewards_service_impl.cc(192)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.av5YdQ/user_data/Default/ledger_state
[69935:775:0401/081734.641593:ERROR:ledger_impl.cc(113)] Failed to initialize wallet
[69926:775:0401/081734.896100:ERROR:CONSOLE(0)] "Unchecked runtime.lastError: Cannot access contents of url "file:///Users/nz/Work/Brave/brave-browser/src/brave/test/data/autoplay/autoplay_by_attr.html". Extension manifest must request permission to access this host.", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/_generated_background_page.html (0)
[69926:48131:0401/081735.081739:ERROR:process_posix.cc(333)] Unable to terminate process 69934: No such process (3)
BrowserTestBase received signal: Segmentation fault: 11. Backtrace:
0   libbase.dylib                       0x0000000115c91489 base::debug::CollectStackTrace(void**, unsigned long) + 9
1   libbase.dylib                       0x0000000115b4b733 base::debug::StackTrace::StackTrace() + 19
2   brave_browser_tests                 0x000000010e719079 content::(anonymous namespace)::DumpStackTraceSignalHandler(int) + 681
3   libsystem_platform.dylib            0x00007fff6ce1a42d _sigtramp + 29
4   ???                                 0x0000000000000001 0x0 + 1
5   libcontent.dylib                    0x000000011c1e71bd audio::Service::~Service() + 925
6   libcontent.dylib                    0x000000011b7cb0c6 base::SequenceLocalStorageSlot<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >, std::__Cr::default_delete<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> > > >::Adopt(std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >*)::'lambda'(void*)::__invoke(void*) + 38
7   libbase.dylib                       0x0000000115c3e108 base::internal::SequenceLocalStorageMap::~SequenceLocalStorageMap() + 72
8   libbase.dylib                       0x0000000115c0df8b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 107
9   libbase.dylib                       0x0000000115c0e0fe base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 14
10  libbase.dylib                       0x0000000115bf3770 base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 1488
11  libbase.dylib                       0x0000000115bf3cae base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 14
12  libcontent.dylib                    0x000000011be77eaa content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 58
13  libcontent.dylib                    0x000000011be77f2e content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 14
14  libcontent.dylib                    0x000000011be77661 content::BrowserTaskExecutor::Shutdown() + 65
15  libcontent.dylib                    0x000000011c571b35 content::ContentMainRunnerImpl::Shutdown() + 293
16  libembedder.dylib                   0x0000000122788c19 service_manager::Main(service_manager::MainParams const&) + 4345
17  libcontent.dylib                    0x000000011c570978 content::ContentMain(content::ContentMainParams const&) + 120
18  brave_browser_tests                 0x000000010e71747b content::BrowserTestBase::SetUp() + 4571
19  brave_browser_tests                 0x000000010e714096 InProcessBrowserTest::SetUp() + 678
20  brave_browser_tests                 0x000000010df9739c testing::Test::Run() + 108
21  brave_browser_tests                 0x000000010df985bf testing::TestInfo::Run() + 511
22  brave_browser_tests                 0x000000010df98de7 testing::TestSuite::Run() + 311
23  brave_browser_tests                 0x000000010dfa8cb7 testing::internal::UnitTestImpl::RunAllTests() + 1319
24  brave_browser_tests                 0x000000010dfa876e testing::UnitTest::Run() + 206
25  brave_browser_tests                 0x000000010fb5b21b base::TestSuite::Run() + 187
26  brave_browser_tests                 0x00000001103b627c ChromeTestSuiteRunner::RunTestSuite(int, char**) + 92
27  brave_browser_tests                 0x000000010e724cd6 content::LaunchTests(content::TestLauncherDelegate*, unsigned long, int, char**) + 1174
28  brave_browser_tests                 0x00000001103b66e6 LaunchChromeTests(unsigned long, content::TestLauncherDelegate*, int, char**) + 646
29  brave_browser_tests                 0x000000010e7310b7 main + 119
30  libdyld.dylib                       0x00007fff6cc217fd start + 1
[510/511] AutoplayPermissionContextBrowserTest.FileAutoplay (CRASHED)
[0401/081737.111394:ERROR:kill_posix.cc(84)] Unable to terminate process group 69943: No such process (3)
[ RUN      ] BraveContentSettingsAgentImplAutoplayTest.AllowAutoplay
[69943:775:0401/081735.617553:ERROR:browser_switcher_service.cc(238)] XXX Init()
[69943:75267:0401/081736.362491:ERROR:rewards_service_impl.cc(243)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.Wc32xs/user_data/Default/rewards_service/confirmations.json
[69952:775:0401/081736.369511:ERROR:confirmations_impl.cc(777)] Failed to load confirmations state, resetting to default values
[69943:86531:0401/081736.483772:ERROR:rewards_service_impl.cc(192)] Failed to read file: /private/var/folders/r_/mv15860x22984rszcyrl5lym0000gn/T/.com.brave.Browser.development.Wc32xs/user_data/Default/ledger_state
[69952:775:0401/081736.484253:ERROR:ledger_impl.cc(113)] Failed to initialize wallet
[69943:775:0401/081736.552175:ERROR:CONSOLE(2039)] "Active tab not found", source: chrome-extension://mnojpmjdmbbfmejpflffifhffcmidifd/out/brave_extension_background.bundle.js (2039)
[69950:775:0401/081736.792970:ERROR:shared_image_manager.cc(141)] SharedImageManager::ProduceGLTexture: Trying to produce a representation from a non-existent mailbox. 4F:0E:42:A2:5B:05:2E:CE:3C:49:03:00:B9:53:B5:8F
[69950:775:0401/081736.793093:ERROR:gles2_cmd_decoder.cc(18927)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : DoCreateAndTexStorage2DSharedImageINTERNAL: invalid mailbox name
[69950:775:0401/081736.793130:ERROR:gles2_cmd_decoder.cc(18948)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : DoBeginSharedImageAccessCHROMIUM: bound texture is not a shared image
[69950:775:0401/081736.793156:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69950:775:0401/081736.793185:ERROR:shared_image_manager.cc(141)] SharedImageManager::ProduceGLTexture: Trying to produce a representation from a non-existent mailbox. 18:0E:1A:11:0A:A6:28:A8:AC:E7:55:70:D2:8B:BC:ED
[69950:775:0401/081736.793215:ERROR:gles2_cmd_decoder.cc(18927)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : DoCreateAndTexStorage2DSharedImageINTERNAL: invalid mailbox name
[69950:775:0401/081736.793238:ERROR:gles2_cmd_decoder.cc(18948)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : DoBeginSharedImageAccessCHROMIUM: bound texture is not a shared image
[69950:775:0401/081736.793261:ERROR:gles2_cmd_decoder.cc(13829)] [.DisplayCompositor]GL ERROR :GL_INVALID_VALUE : glScheduleCALayerCHROMIUM: unsupported texture format
[69950:775:0401/081736.831678:ERROR:gles2_cmd_decoder.cc(18977)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : DoEndSharedImageAccessCHROMIUM: bound texture is not a shared image
[69950:775:0401/081736.831793:ERROR:gles2_cmd_decoder.cc(18977)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : DoEndSharedImageAccessCHROMIUM: bound texture is not a shared image
[69943:47363:0401/081736.910264:ERROR:process_posix.cc(333)] Unable to terminate process 69951: No such process (3)
BrowserTestBase received signal: Segmentation fault: 11. Backtrace:
0   libbase.dylib                       0x00000001168a6489 base::debug::CollectStackTrace(void**, unsigned long) + 9
1   libbase.dylib                       0x0000000116760733 base::debug::StackTrace::StackTrace() + 19
2   brave_browser_tests                 0x000000010f327079 content::(anonymous namespace)::DumpStackTraceSignalHandler(int) + 681
3   libsystem_platform.dylib            0x00007fff6ce1a42d _sigtramp + 29
4   ???                                 0x0000000000000001 0x0 + 1
5   libcontent.dylib                    0x000000011d1941bd audio::Service::~Service() + 925
6   libcontent.dylib                    0x000000011c7780c6 base::SequenceLocalStorageSlot<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >, std::__Cr::default_delete<std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> > > >::Adopt(std::__Cr::unique_ptr<audio::Service, std::__Cr::default_delete<audio::Service> >*)::'lambda'(void*)::__invoke(void*) + 38
7   libbase.dylib                       0x0000000116853108 base::internal::SequenceLocalStorageMap::~SequenceLocalStorageMap() + 72
8   libbase.dylib                       0x0000000116822f8b base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 107
9   libbase.dylib                       0x00000001168230fe base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::~ThreadControllerWithMessagePumpImpl() + 14
10  libbase.dylib                       0x0000000116808770 base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 1488
11  libbase.dylib                       0x0000000116808cae base::sequence_manager::internal::SequenceManagerImpl::~SequenceManagerImpl() + 14
12  libcontent.dylib                    0x000000011ce24eaa content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 58
13  libcontent.dylib                    0x000000011ce24f2e content::BrowserTaskExecutor::UIThreadExecutor::~UIThreadExecutor() + 14
14  libcontent.dylib                    0x000000011ce24661 content::BrowserTaskExecutor::Shutdown() + 65
15  libcontent.dylib                    0x000000011d51eb35 content::ContentMainRunnerImpl::Shutdown() + 293
16  libembedder.dylib                   0x00000001233cbc19 service_manager::Main(service_manager::MainParams const&) + 4345
17  libcontent.dylib                    0x000000011d51d978 content::ContentMain(content::ContentMainParams const&) + 120
18  brave_browser_tests                 0x000000010f32547b content::BrowserTestBase::SetUp() + 4571
19  brave_browser_tests                 0x000000010f322096 InProcessBrowserTest::SetUp() + 678
20  brave_browser_tests                 0x000000010eba539c testing::Test::Run() + 108
21  brave_browser_tests                 0x000000010eba65bf testing::TestInfo::Run() + 511
22  brave_browser_tests                 0x000000010eba6de7 testing::TestSuite::Run() + 311
23  brave_browser_tests                 0x000000010ebb6cb7 testing::internal::UnitTestImpl::RunAllTests() + 1319
24  brave_browser_tests                 0x000000010ebb676e testing::UnitTest::Run() + 206
25  brave_browser_tests                 0x000000011076921b base::TestSuite::Run() + 187
26  brave_browser_tests                 0x0000000110fc427c ChromeTestSuiteRunner::RunTestSuite(int, char**) + 92
27  brave_browser_tests                 0x000000010f332cd6 content::LaunchTests(content::TestLauncherDelegate*, unsigned long, int, char**) + 1174
28  brave_browser_tests                 0x0000000110fc46e6 LaunchChromeTests(unsigned long, content::TestLauncherDelegate*, int, char**) + 646
29  brave_browser_tests                 0x000000010f33f0b7 main + 119
30  libdyld.dylib                       0x00007fff6cc217fd start + 1
[511/511] BraveContentSettingsAgentImplAutoplayTest.AllowAutoplay (CRASHED)
5 tests crashed:
    AutoplayPermissionContextBrowserTest.AllowAutoplay (../../brave/browser/autoplay/autoplay_permission_context_browsertest.cc:364)
    AutoplayPermissionContextBrowserTest.ClickAllow (../../brave/browser/autoplay/autoplay_permission_context_browsertest.cc:225)
    AutoplayPermissionContextBrowserTest.ClickAllowMuted (../../brave/browser/autoplay/autoplay_permission_context_browsertest.cc:262)
    AutoplayPermissionContextBrowserTest.FileAutoplay (../../brave/browser/autoplay/autoplay_permission_context_browsertest.cc:483)
    BraveContentSettingsAgentImplAutoplayTest.AllowAutoplay (../../brave/renderer/brave_content_settings_agent_impl_autoplay_browsertest.cc:106)

cc @bsclifton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants