DescriptionMake EXPECT_ACTION_UPDATE_STATE failure output easier to understand.
Changes;
-------------------------------------------------------------------------------
Value of: state.NextAction()
Actual: 1
Expected: SchedulerStateMachine::ACTION_DRAW_AND_SWAP_ABORT
Which is: 8
-------------------------------------------------------------------------------
to
-------------------------------------------------------------------------------
Value of: SchedulerStateMachine::ActionToString(state.NextAction())
Actual: "ACTION_NONE"
Expected: SchedulerStateMachine::ActionToString( SchedulerStateMachine::ACTION_DRAW_AND_SWAP_ABORT)
Which is: "ACTION_DRAW_AND_SWAP_ABORT"
-------------------------------------------------------------------------------
BUG=416749
Committed: https://crrev.com/06968cb7a6534e631481d0f20b3c666cc2f98805
Cr-Commit-Position: refs/heads/master@{#299282}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (2 generated)
|