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

Commit 5052e189 authored by Ram Mohan M's avatar Ram Mohan M Committed by Pawin Vongmasa
Browse files

Vts AudioDec Test: Disable EOSTest_M

Sending first buffer as EOS, is not supported across all components.
We will revisit this fixture at a later stage

Test: VtsHalMediaOmxV1_0Host
Bug: 37501531
Change-Id: Ic9f59f7b0a5291710bc50710ef054b0c0c49ca98
parent 538b7d85
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -783,7 +783,11 @@ TEST_F(AudioDecHidlTest, DecodeTest) {
}

// end of sequence test
TEST_F(AudioDecHidlTest, EOSTest_M) {
// SPECIAL CASE; Sending Empty input EOS buffer is not supported across all
// components. For instance soft vorbis and soft opus expects CSD buffers at
// the start. Disabling this test for now. We shall revisit this at a later
// stage
TEST_F(AudioDecHidlTest, DISABLED_EOSTest_M) {
    description("Test end of stream monkeying");
    if (disableTest) return;
    android::hardware::media::omx::V1_0::Status status;