Android8.1(O1)CTS失败项

1、CtsLibcoreTestCases libcore.java.net.SocketTest#testSocketTestAllAddresses
  • 网络问题,需要在IPV6的环境下进行测试

2、CtsLocationTestCases android.location.cts.GnssPseudorangeVerificationTest#testPseudoPosition

  • 在测试之前确保工模下有搜到卫星信号,可以在笔记本上设定cts 环境,然后在户外测试。或者使用室内GPS信号放大器

3、CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest#testEcAttestation

  • 该项测试需要申请google key

4、CtsCarrierApiTestCases
android.carrierapi.cts.CarrierApiTest#testGetIccAuthentication
android.carrierapi.cts.CarrierApiTest#testHasCarrierPrivileges
android.carrierapi.cts.CarrierApiTest#testSendDialerSpecialCode

  • 需要使用特殊sim卡

5、CtsAutoFillServiceTestCases
android.autofillservice.cts.WebViewActivityTest#testAutofillAndSave
android.autofillservice.cts.WebViewActivityTest#testAutofillNoDatasets
android.autofillservice.cts.WebViewActivityTest#testAutofillOneDataset
android.autofillservice.cts.WebViewActivityTest#testSaveOnly

  • 可申请豁免,Google bug id :70815921

6、CtsDeqpTestCases
GLES31.functional.debug.negative_coverage.get_error.vertex_array#draw_elements_base_vertex_invalid_map
GLES31.functional.debug.negative_coverage.get_error.vertex_array#draw_elements_instanced_base_vertex_invalid_map
GLES31.functional.debug.negative_coverage.get_error.vertex_array#draw_range_elements_base_vertex_invalid_map

  • 可申请豁免,Google bug id : 37942569

7、CtsIncidentHostTestCases(cts-on-gsi)
com.android.server.cts.BatteryStatsValidationTest#testWifiDownload
com.android.server.cts.BatteryStatsValidationTest#testWifiUpload

  • 可申请豁免,Google bug id : 69386624

8、CtsAppSecurityHostTestCases(cts-on-gsi)
android.appsecurity.cts.IsolatedSplitsTests#testInstallAllFeatureSplits
android.appsecurity.cts.IsolatedSplitsTests#testInstallAllFeatureSplitsAndConfigSplits
android.appsecurity.cts.IsolatedSplitsTests#testInstallDependentFeatureSplits
android.appsecurity.cts.IsolatedSplitsTests#testInstallDependentFeatureSplitsAndConfigSplits
android.appsecurity.cts.IsolatedSplitsTests#testInstallOneFeatureSplit
android.appsecurity.cts.IsolatedSplitsTests#testInstallOneFeatureSplitAndConfigSplits

  • 可申请豁免,Google bug id : 70697855

android.appsecurity.cts.OverlayHostTest#testInstallingOverlayHasNoEffect

  • 可申请豁免,Google bug id : 71958344

android.appsecurity.cts.UsesLibraryHostTest#testMissingLibrary
android.appsecurity.cts.UsesLibraryHostTest#testUsesLibrary

  • 可申请豁免,Google bug id : 71958671

9、CtsAutoFillServiceTestCases(cts-on-gsi)
android.autofillservice.cts.AttachedContextActivityTest#testAutofill

  • 可申请豁免,Google bug id : 71960322

10、CtsSpeechTestCases(cts-on-gsi)
android.speech.tts.cts.TextToSpeechTest#testSpeak
android.speech.tts.cts.TextToSpeechTest#testSpeakStop
android.speech.tts.cts.TextToSpeechTest#testSynthesizeToFile

  • 可申请豁免,Google bug id : 64204643

11、CtsDeqpTestCases(cts-on-gsi)
EGL.functional.robustness.reset_context.shaders.infinite_loop.shared_context_status#compute
EGL.functional.robustness.reset_context.shaders.infinite_loop.shared_context_status#fragment
EGL.functional.robustness.reset_context.shaders.infinite_loop.shared_context_status#vertex
EGL.functional.robustness.reset_context.shaders.infinite_loop.shared_context_status#vertex_and_fragment

  • 需要合入patch,https://android-review.googlesource.com/#/c/platform/frameworks/native/+/498631/

12、CtsDumpsysHostTestCases(cts-on-gsi)
android.dumpsys.cts.ProcessStatsDumpsysTest#testProcstatsOutput

  • 可申请豁免,Google bug id : 72540761

13、CtsPermission2TestCases android.permission2.cts.PrivappPermissionsTest#testPrivappPermissionsEnforcement

  • 从8.0之后凡是放在priv-app下面的需要使用的权限都必须使用XML文件进行白名单申明,请知悉,具体可以参考https://source.android.com/devices/tech/config/perms-whitelist

14、CtsAutoFillServiceTestCases android.autofillservice.cts.SimpleSaveActivityTest#testTapLink_changeOrientationThenTapBack

  • 可以申请豁免 https://android-review.googlesource.com/#/c/platform/cts/+/649904/

15、CtsIntentSignatureTestCases android.signature.cts.intent.IntentTest#shouldNotFindUnexpectedIntents

  • 第三方APK不能用 android.intent.action打头的,请自行卸载或者修改成xxx.intent.action(xxx不能是android)

16、CtsSystemUiTestCases android.systemui.cts.LightBarTests#testLightNavigationBar

  • Google bug id:71837141

17、CtsAppSecurityHostTestCases android.appsecurity.cts.EphemeralTest#testExposedSystemActivities

  • 需要设置android:visibleToInstantApps = “true“

cts(6)---Android8.1(O1)CTS失败项相关推荐

  1. CTS(5)---Android8.0中CTS测试对于TEE的要求

    Android8.0中CTS测试对于TEE的要求 我们知道TEE在Google Android7.0后成为一种强制性要求,那么Android8.0又是如何要求的呢? 对于Android8.0中CTS测 ...

  2. 【CTS】几个serialno失败项

    [问题结论] [Common]SN配置项的问题,只可以'数字与大小写字母' 将配置SN改为字母数字组合,测试全部pass [问题描述] CTS三条失败项 run cts -m CtsTelephony ...

  3. CTS,GTS,CTS Verifier失败项总结(持续更新)

    在CTS,GTS,CTS Verifier测试中经常会遇到许多问题,需要寻找相应的解决方法以便通过测试,出来IP V6及Google 豁免项外不允许出现其他问题.那么其他问题通常又会是由以下一些原因导 ...

  4. CTS(22)---GMS认证-Android8.x新增cts测试(VTS下测试GSI版本)

    GMS认证-Android8.x新增cts测试(VTS下测试GSI版本) 2 https://www.jianshu.com/p/3b1fbefc93ae GMS认证-Android8.x新增cts测 ...

  5. 浅谈Google认证失败项分析

    https://www.cnblogs.com/houser0323/p/14002924.html 标签:Google认证.GMS认证.XTS失败项分析.Android.cts 作者:秋城 http ...

  6. CTS(8)---Android Google认证 -CTS认证问题小结

    Android Google认证 -CTS认证问题小结 0.0 前言 这段时间接手了CTS认证相关的工作,在这里整理一下相关的问题.(同时感谢同事对此总结提供的帮助及补充) 1.0 Google Wa ...

  7. CTS(12)---android 兼容性测试 CTS 测试过程

    android 兼容性测试 CTS 测试过程 写这个博客的时候是为了记忆,建议大家还是看官方的说明,官方说的很清楚,不想把官方大段大段的拷贝到这里,官方的的确说的很清楚: http://source. ...

  8. Android 8.0 VTS 测试 FAIL 失败项解决记录

    Android 8.0 VTS 测试 FAIL 失败项解决记录 Qidi 2017.08.09 (Markdown & Haroopad) 注意:本文基于 Android 8.0 进行分析. ...

  9. 计算机更新失败项怎么强制关闭,电脑卡在配置Windows Update失败界面无法开机怎么办...

    腾讯视频/爱奇艺/优酷/外卖 充值4折起 在[color=#070c0 !important]电脑系统中,默认开启了自动进行系统更新的功能,而一般会在开关机的时候进行系统更新配置.有用户在进行系统更新 ...

最新文章

  1. QIIME 2用户文档. 22Python命令行模式(2019.7)
  2. 对付网络盗贼的三板斧
  3. Windows存储串口数据至txt文件中的教程及代码
  4. CodeForces - 1323C Unusual Competitions(贪心)
  5. neo4j安装和启动
  6. 检测和语义分割_分割和对象检测-第2部分
  7. 【剑指offer】_08.数值的整数次方
  8. mysql sumif条件求和_sumif与sumifs条件求和函数详解,小白到大神的必经之路
  9. 利用flex让页脚自适应置底显示
  10. 雷军微博正式“确认”:Redmi Note 9 5G高配版处理器就是它
  11. shared_ptr四宗罪
  12. C语言:采用交互式方式打开指定的文件,若文件打开成功,则显示该文件的大小,并显示文件内容,若文件打开失败,则提示出错信息
  13. PAT 乙级 1001 害死人不偿命的(3n+1)猜想 (15 分) C++
  14. 上海提取公积金所需材料
  15. 需要精读3遍的8个健身知识
  16. 虚拟机装ubuntu报错
  17. 处理BigDecimal字段, java.math.BigDecimal cannot be cast to [Ljava.lang.Object;
  18. web扫描器之Nessus
  19. 计算机系英文简历常用的词汇,计算机专业英文简历词汇
  20. A10 : 如何通过NFV-MANO解决方案,安全快速地部署基于软件的移动网络服务

热门文章

  1. s3c6410 nand初始化
  2. ldap radius mysql_OpenLDAP+FreeRADIUS+MySQL+RP-PPPOE 构建PPPOE服务器
  3. Java并发编程之CountDownLatch/CyclicBarrierDemo/SemaphoreDemo详解
  4. 微信小程序|开发实战篇之一
  5. 微服务架构的核心技术问题
  6. js学习总结:DOM节点一(选择器,节点类型)
  7. WPF仿网易云音乐系列(二、歌单创建窗口+登录设置模块)
  8. 不加载,手动实例化Service
  9. Android相关资源
  10. docker run 与docker start的区别