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

Commit af5bd044 authored by Edwin Wong's avatar Edwin Wong Committed by Android (Google) Code Review
Browse files

Merge "Add tests for TreeHugger Presubmit."

parents a1015b56 d2e3bed4
Loading
Loading
Loading
Loading

drm/TEST_MAPPING

0 → 100644
+27 −0
Original line number 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"
        }
      ]
    }
  ]
}
+15 −2
Original line number Diff line number Diff line
// frameworks/av/media/extractors
{
  "presubmit": [
    // TODO(b/148094059): unit tests not allowed to download content
    //{ "name": "ExtractorUnitTest" }
    // { "name": "ExtractorUnitTest" },

    // 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"
    //      }
    //    ]
    //  }
  ]
}