Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07e6f849 authored by ramindani's avatar ramindani
Browse files

[VTS] BlendMode::Coverage test

Enable BlendMode::Coverage test.
Test pass: BlendMode/GraphicsBlendModeCompositionTest#Premultiplied/0: PASSED (930ms)
BlendMode/GraphicsBlendModeCompositionTest#Premultiplied/1: PASSED (933ms)

BUG: 219737571

Test: atest VtsHalGraphicsComposer3_TargetTest
Change-Id: I5f5bbf371c26933457eec0f3710d47ddadd06cdb
parent 7ce70fea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1181,8 +1181,7 @@ TEST_P(GraphicsBlendModeCompositionTest, DISABLED_None) {
    }
}

// TODO(b/219737571) Enable test for HWC3.0 after we matched with 2.4
TEST_P(GraphicsBlendModeCompositionTest, DISABLED_Coverage) {
TEST_P(GraphicsBlendModeCompositionTest, Coverage) {
    for (ColorMode mode : mTestColorModes) {
        EXPECT_TRUE(mComposerClient
                            ->setColorMode(getPrimaryDisplayId(), mode, RenderIntent::COLORIMETRIC)