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

Commit 612e8a4a authored by Edwin Wong's avatar Edwin Wong Committed by Automerger Merge Worker
Browse files

Merge "Add tests for TreeHugger Presubmit." into rvc-dev am: ffba173b am: c50dfc18

Change-Id: If71ffde4e4fb18ba8fb56911824a45cce7f4f17a
parents d498f389 c50dfc18
Loading
Loading
Loading
Loading

drm/TEST_MAPPING

0 → 100644
+27 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    // The following tests validate codec and drm path.
    {
      "name": "GtsMediaTestCases",
      "options" : [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
        }
      ]
    },
    {
      "name": "GtsExoPlayerTestCases",
      "options" : [
        {
          "include-annotation": "android.platform.test.annotations.SocPresubmit"
        },
        {
          "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
        }
      ]
    }
  ]
}
+17 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    // TODO(b/153661591) enable test once the bug is fixed
    // This tests the extractor path
    // {
    //    "name": "GtsYouTubeTestCases",
    //    "options" : [
    //      {
    //        "include-annotation": "android.platform.test.annotations.Presubmit"
    //      },
    //      {
    //        "include-filter": "com.google.android.youtube.gts.SimultaneousClearAndProtectedDecodeTest#testSimultaneousClearAndProtectedDecode"
    //      }
    //    ]
    //  }
  ]
}