Ai
2 Star 0 Fork 0

mirrors_android_source/modules-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
TEST_MAPPING 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
// Add tests for all the mainline modules relying on this library.
{
"presubmit": [
{
"name": "ModulesUtilsTestingTests"
},
{
"name": "UnboundedSdkLevelTest"
},
{
// Unit tests for framework-wifi.jar
"name": "FrameworksWifiApiTests"
},
{
"name": "InternalAnnotationsTests"
},
{
"name": "ModulesUtilsTests"
},
{
// b/255344517: The binary XML tests currently lives in frameworks/base.
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "com.android.internal.util.FastDataTest"
}
],
"file_patterns": ["FastData"]
},
{
// b/255344517: The binary XML tests currently lives in frameworks/base.
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "android.util.XmlTest"
},
{
"include-filter": "android.util.BinaryXmlTest"
}
],
"file_patterns": ["Xml"]
}
// TODO: Re-enable when this is stable.
// {
// Wifi CTS tests
// "name": "CtsWifiTestCases"
// }
],
"presubmit-large": [
{
// Unit tests for service-wifi.jar
"name": "FrameworksWifiTests"
}
],
// Run these on real devices in postsubmit while they're
// flakey on Cuttlefish. TODO(b/264496291): Fix this.
"avf-postsubmit": [
{
"name": "ComposHostTestCases"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_android_source/modules-utils.git
git@gitee.com:mirrors_android_source/modules-utils.git
mirrors_android_source
modules-utils
modules-utils
main

搜索帮助