美文网首页Android GMS认证
Android8.1(O1)CTS失败项

Android8.1(O1)CTS失败项

作者: Darkt | 来源:发表于2018-02-28 14:29 被阅读0次

    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

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

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

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

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

    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“

    相关文章

      网友评论

        本文标题:Android8.1(O1)CTS失败项

        本文链接:https://www.haomeiwen.com/subject/xsgbxftx.html