• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "presubmit": [
3    // TODO failing 4 of 13
4    // { "name": "codec2_core_param_test"},
5    // TODO(b/155516524)
6    // { "name": "codec2_vndk_interface_test"},
7    { "name": "codec2_vndk_test"}
8  ],
9  "presubmit-large": [
10    {
11      "name": "CtsMediaMiscTestCases",
12      "options": [
13        {
14          "include-annotation": "android.platform.test.annotations.Presubmit"
15        },
16        {
17          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
18        }
19      ]
20    },
21    {
22      "name": "CtsMediaAudioTestCases",
23      "options": [
24        {
25          "include-annotation": "android.platform.test.annotations.Presubmit"
26        },
27        {
28          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
29        },
30        // TODO: b/149314419
31        {
32          "exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
33        },
34        {
35          "exclude-filter": "android.media.audio.cts.AudioRecordTest"
36        }
37      ]
38    },
39    {
40      "name": "CtsMediaDecoderTestCases",
41      "options": [
42        {
43          "include-annotation": "android.platform.test.annotations.Presubmit"
44        },
45        {
46          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
47        }
48      ]
49    },
50    {
51      "name": "CtsMediaEncoderTestCases",
52      "options": [
53        {
54          "include-annotation": "android.platform.test.annotations.Presubmit"
55        },
56        {
57          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
58        }
59      ]
60    },
61    {
62      "name": "CtsMediaCodecTestCases",
63      "options": [
64        {
65          "include-annotation": "android.platform.test.annotations.Presubmit"
66        },
67        {
68          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
69        }
70      ]
71    },
72    {
73      "name": "CtsMediaPlayerTestCases",
74      "options": [
75        {
76          "include-annotation": "android.platform.test.annotations.Presubmit"
77        },
78        {
79          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
80        }
81      ]
82    }
83  ]
84}
85