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

Commit aac3f25d authored by Steven Moreland's avatar Steven Moreland
Browse files

dumpsys += TEST_MAPPING

dumpsys_test - since it wasn't yet here
timezone_data_e2e_tests - small test which freezes the output
    format of dumpsys (many tests do this, see bug, but this
    is a quick example for TH)

Fixes: 141728094
Test: atest --test-mapping .

Change-Id: Iecf8a575d43b26a10ff11972441d2b5ef00a5474
parent 0c1abd12
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      // small test which assumes the output format of dumpsys, however
      // there are many other parts of Android that expect the output
      // to be a specific way (see b/141728094)
      "name": "timezone_data_e2e_tests"
    },
    {
      "name": "dumpsys_test"
    }
  ]
}