85 lines
2.1 KiB
Plaintext
85 lines
2.1 KiB
Plaintext
{
|
|
"presubmit": [
|
|
// TODO failing 4 of 13
|
|
// { "name": "codec2_core_param_test"},
|
|
// TODO(b/155516524)
|
|
// { "name": "codec2_vndk_interface_test"},
|
|
{ "name": "codec2_vndk_test"}
|
|
],
|
|
"presubmit-large": [
|
|
{
|
|
"name": "CtsMediaMiscTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsMediaAudioTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
},
|
|
// TODO: b/149314419
|
|
{
|
|
"exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
|
|
},
|
|
{
|
|
"exclude-filter": "android.media.audio.cts.AudioRecordTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsMediaDecoderTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsMediaEncoderTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsMediaCodecTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "CtsMediaPlayerTestCases",
|
|
"options": [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|