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

Commit 12e63858 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update TEST_MAPPING to include CtsMediaCodecTestCases" am: 4e9f40e7...

Merge "Update TEST_MAPPING to include CtsMediaCodecTestCases" am: 4e9f40e7 am: 6efa76f5 am: f2253faa am: d21e5418

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1944245

Change-Id: I89cdf2dc028866a5a9ad29433dbf2980f377b1d8
parents 9108886b d21e5418
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -3,18 +3,18 @@
    "presubmit-large": [
        // runs whenever we change something in this tree
        {
            "name": "CtsMediaTestCases",
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.EncodeDecodeTest"
                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "CtsMediaTestCases",
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.DecodeEditEncodeTest"
                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
                }
            ]
        }
@@ -46,18 +46,18 @@
        // runs regularly, independent of changes in this tree.
        // signals if changes elsewhere break media functionality
        {
            "name": "CtsMediaTestCases",
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.EncodeDecodeTest"
                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "CtsMediaTestCases",
            "name": "CtsMediaCodecTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.DecodeEditEncodeTest"
                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
                }
            ]
        }
+11 −0
Original line number Diff line number Diff line
@@ -58,6 +58,17 @@
        }
      ]
    },
    {
      "name": "CtsMediaCodecTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    },
    {
      "name": "CtsMediaPlayerTestCases",
      "options": [
+11 −0
Original line number Diff line number Diff line
@@ -63,6 +63,17 @@
        }
      ]
    },
    {
      "name": "CtsMediaCodecTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
      ]
    },
    {
      "name": "CtsMediaPlayerTestCases",
      "options": [