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

Commit 0c4c1915 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Migrate more of the FrameworksCoreTests to specify options in Android.bp" into main

parents 98eeb984 19c39129
Loading
Loading
Loading
Loading
+1 −13
Original line number Diff line number Diff line
@@ -5,19 +5,7 @@
      "file_patterns": ["(/|^)SuspendedAppActivity\\.java"]
    },
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
        "include-filter": "com.android.internal.app."
        },
        // Exclude currently failing tests from presubmit
        {
        "exclude-filter": "com.android.internal.app.IntentForwarderActivityTest"
        },
        {
        "exclude-filter": "com.android.internal.app.WindowDecorActionBarTest"
        }
      ]
      "name": "FrameworksCoreTests_internal_app"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
  ],
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "name": "PowerStatsTests",
      "options": [
        {
          "include-filter": "com.android.server.power.stats.BstatsCpuTimesValidationTest"
+1 −15
Original line number Diff line number Diff line
@@ -6,21 +6,7 @@
  ],
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.content.res."
        },
        {
          "include-annotation": "android.platform.test.annotations.Postsubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
      "name": "FrameworksCoreTests_android_content_res_PostSubmit"
    }
  ]
}
+1 −12
Original line number Diff line number Diff line
@@ -53,18 +53,7 @@
      ]
    },
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.accessibilityservice"
        },
        {
          "include-filter": "android.view.accessibility"
        },
        {
          "include-filter": "com.android.internal.accessibility"
        }
      ]
      "name": "FrameworksCoreTests_accessibility"
    }
  ]
}