Browser tests crashe when ProfileSyncService instantiates InstanceIDProfileService |
||||||
Issue descriptionBrowser tests crashes when ProfileSyncService instantiates InstanceIDProfileService Short CL to reproduce the issue https://chromium-review.googlesource.com/c/chromium/src/+/1102421 Suspect of what's happening. Something builds a ProfileSyncService instance immediately or *very* shortly after on profile creation, which in turn builds an InstanceIDProfileService instance. All failing test suites hook the InstanceIDProfileServiceFactory in their BrowserTestBase::SetUpOnMainThread() override. That runs just *after* the browser (w/ the profile) is created, which means that per this CL, an instance already exists by the time these tests are trying to hook the creation function. One thing to try is to set the testing factory hook in SetUp() instead of SetUpOnMainThread().
,
Jul 16
,
Jul 16
,
Jul 16
,
Jul 23
,
Aug 24
Sync triage ping. Is there any updates?
,
Aug 24
whom are you pinging and for what?
,
Sep 5
myself, I've just pasted "standard" text, not realizing that it'll look strange :) We've discuss such issues on the triage meeting with the outcome that pinging doesn't do harm.
,
Oct 2
|
||||||
►
Sign in to add a comment |
||||||
Comment 1 by treib@chromium.org
, Jul 10Labels: OS-Chrome OS-Linux OS-Mac OS-Windows