New issue
Advanced search Search tips

Issue 632264 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

MemoryCoordinatorTest.ReceivePressureLevels fails under DrMemory

Project Member Reported by benwells@chromium.org, Jul 28 2016

Issue description

First build with the failure:

https://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%29/builds/5364

However a range of earlier builds didn't compile so the test failure was hidden.

Failure output:
MemoryCoordinatorTest.ReceivePressureLevels:
c:\b\build\slave\drm-cr\build\src\components\memory_coordinator\browser\memory_coordinator_unittest.cc(71): error: Value of: client.last_state()
Actual: MemoryState::UNKNOWN
Expected: mojom::MemoryState::THROTTLED
Which is: MemoryState::THROTTLED
c:\b\build\slave\drm-cr\build\src\components\memory_coordinator\browser\memory_coordinator_unittest.cc(79): error: Value of: client.last_state()
Actual: MemoryState::UNKNOWN
Expected: mojom::MemoryState::SUSPENDED
Which is: MemoryState::SUSPENDED
 

Comment 2 by bashi@chromium.org, Jul 28 2016

Status: Assigned (was: Untriaged)
Couldn't repro on my Linux machine but there seems a bug. I'll take closer look tomorrow.

Sign in to add a comment