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

Commit 36402f1c authored by Mårten Kongstad's avatar Mårten Kongstad
Browse files

aconfig: move all tests to presubmit

The tests added to TEST_MAPPING in aosp/2870454 have now soaked in
postsubmit long enough to be allowed to advance to presubmit.

Bug: N/A
Test: atest --test-mapping $(gettop)/build/tools/aconfig
Test: Treehugger
Change-Id: Ia75c76ae114c16a57c26aafa159560639baea707
parent 58fe0a39
Loading
Loading
Loading
Loading
+17 −19
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      // Ensure changes on aconfig auto generated library is compatible with
      // test testing filtering logic. Breakage on this test means all tests
      // that using the flag annotations to do filtering will get affected.
      "name": "FlagAnnotationTests",
      "options": [
        {
          "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
        }
      ]
    },
    {
      // Ensure changes on aconfig auto generated library is compatible with
      // test testing filtering logic. Breakage on this test means all tests
      // that using the flag macros to do filtering will get affected.
      "name": "FlagMacrosTests"
    }
  ],
  "postsubmit": [
    {
      // aconfig unit tests
      "name": "aconfig.test"
@@ -66,6 +47,23 @@
    {
      // aconfig_storage_file unit tests
      "name": "aconfig_storage_file.test"
    },
    {
      // Ensure changes on aconfig auto generated library is compatible with
      // test testing filtering logic. Breakage on this test means all tests
      // that using the flag annotations to do filtering will get affected.
      "name": "FlagAnnotationTests",
      "options": [
        {
          "include-filter": "android.cts.flags.tests.FlagAnnotationTest"
        }
      ]
    },
    {
      // Ensure changes on aconfig auto generated library is compatible with
      // test testing filtering logic. Breakage on this test means all tests
      // that using the flag macros to do filtering will get affected.
      "name": "FlagMacrosTests"
    }
  ]
}