aboutsummaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 32e6a9714d8d5f9805bc5e137b735adb9c4d8afb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "presubmit": [
    {
      "name": "gtest_isolated_tests"
    },
    {
      // Confirm GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST behavior
      "name": "VtsHalBluetoothA2dpV1_0TargetTest"
    },
    {
      // Confirm VTS test can pass
      "name": "VtsHalPowerStatsV1_0TargetTest"
    }
  ],
  "hwasan-postsubmit": [
    {
      "name": "gtest_isolated_tests"
    },
    {
      // Confirm GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST behavior
      "name": "VtsHalBluetoothA2dpV1_0TargetTest"
    },
    {
      // Confirm VTS test can pass
      "name": "VtsHalPowerStatsV1_0TargetTest"
    }
  ]
}