• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// frameworks/av/media/libstagefright/id3
2{
3  // tests which require dynamic content
4  // invoke with: atest -- --enable-module-dynamic-download=true
5  // TODO(b/148094059): unit tests not allowed to download content
6  "dynamic-presubmit": [
7    { "name": "ID3Test" }
8  ],
9
10  "presubmit-large": [
11    // this doesn't seem to run any tests.
12    // but: cts-tradefed run -m CtsMediaMiscTestCases -t \
13    // android.media.misc.cts.MediaMetadataRetrieverTest
14    // does run he 32 and 64 bit tests, but not the instant tests
15    // but all I know is that with 'atest', it's not running
16    {
17      "name": "CtsMediaMiscTestCases",
18      "options": [
19          {
20            "include-filter": "android.media.misc.cts.MediaMetadataRetrieverTest"
21          }
22      ]
23    }
24  ]
25}
26