MemoryCoordinatorImplTest.GetStateForProcess should be reenable on Android |
|
Issue descriptionThe content unittest MemoryCoordinatorImplTest.GetStateForProcess has been disabled on Android and should be reenabled. It was disabled as part of a CL to make the spawning of child processes in tests on Android use a service. At this time this cannot be performed from the main thread (and the main thread cannot be blocked when this happens). Unfortunately many tests in content_unittests must be run on the UI thread, so the test had to be disabled for now. |
|
►
Sign in to add a comment |
|
Comment 1 by benhenry@chromium.org
, Aug 1