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

Commit 32af12c9 authored by Andy Hung's avatar Andy Hung Committed by Gerrit Code Review
Browse files

Merge "Resubmit Update TEST_MAPPING to include CtsMediaMiscTestCases"

parents 04bfd155 e7f14c10
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": "CtsMediaTestCases",
      "name": "CtsMediaMiscTestCases",
      "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": "CtsMediaTestCases",
      "name": "CtsMediaMiscTestCases",
      "options": [
      "options": [
        {
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
          "include-annotation": "android.platform.test.annotations.Presubmit"
+4 −3
Original line number Original line Diff line number Diff line
@@ -9,14 +9,15 @@


  "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 CtsMediaTestCases -t android.media.cts.MediaMetadataRetrieverTest
    // but: cts-tradefed run -m CtsMediaMiscTestCases -t \
    // 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": "CtsMediaTestCases",
      "name": "CtsMediaMiscTestCases",
      "options": [
      "options": [
          {
          {
            "include-filter": "android.media.cts.MediaMetadataRetrieverTest"
            "include-filter": "android.media.misc.cts.MediaMetadataRetrieverTest"
          }
          }
      ]
      ]
    }
    }