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

Commit 923a66e8 authored by Ray Essick's avatar Ray Essick Committed by Automerger Merge Worker
Browse files

Merge "Revert "Update TEST_MAPPING to include CtsMediaMiscTestCases"" am: 8671e3fa am: 2bf58ed8

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

Change-Id: Ia2f7f013dcb606f596c61be8fbfc7169e8d4521f
parents cc6b4abd 2bf58ed8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@
  ],
  ],
  "presubmit-large": [
  "presubmit-large": [
    {
    {
      "name": "CtsMediaMiscTestCases",
      "name": "CtsMediaTestCases",
      "options": [
      "options": [
        {
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
          "include-annotation": "android.platform.test.annotations.Presubmit"
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@


  "presubmit-large": [
  "presubmit-large": [
    {
    {
      "name": "CtsMediaMiscTestCases",
      "name": "CtsMediaTestCases",
      "options": [
      "options": [
        {
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
          "include-annotation": "android.platform.test.annotations.Presubmit"
+3 −4
Original line number Original line Diff line number Diff line
@@ -9,15 +9,14 @@


  "presubmit-large": [
  "presubmit-large": [
    // this doesn't seem to run any tests.
    // this doesn't seem to run any tests.
    // but: cts-tradefed run -m CtsMediaMiscTestCases -t \
    // but: cts-tradefed run -m CtsMediaTestCases -t android.media.cts.MediaMetadataRetrieverTest
    // android.media.misc.cts.MediaMetadataRetrieverTest
    // does run he 32 and 64 bit tests, but not the instant tests
    // does run he 32 and 64 bit tests, but not the instant tests
    // but all I know is that with 'atest', it's not running
    // but all I know is that with 'atest', it's not running
    {
    {
      "name": "CtsMediaMiscTestCases",
      "name": "CtsMediaTestCases",
      "options": [
      "options": [
          {
          {
            "include-filter": "android.media.misc.cts.MediaMetadataRetrieverTest"
            "include-filter": "android.media.cts.MediaMetadataRetrieverTest"
          }
          }
      ]
      ]
    }
    }