Android Q CTS 问题记录-202003

  • CtsCameraTestCases android.hardware.camera2.cts.RecordingTest#testVideoPreviewSurfaceSharing
    junit.framework.AssertionFailedError: Camera 0: Video duration doesn't match: recorded 3006.000000ms, expected [1653.333252,2480.000000]ms.
    和防抖有关,是因为打开了MTK_CAM_EIS_SUPPORT 。打开防抖之后,会动态调整camera的帧率,导致测试中帧率无法达到要求,测试失败。

  • Android Q go版本,ITS测试camera0,scene0后,无法打开camera,无法继续测试ITS
    Caused by: android.os.ServiceSpecificException: supportsCameraApi:1979: Unknown camera ID 0 (code 3)
    需要关闭MTK_CAM_LAZY_HAL

  • VtsSecurityAvb VtsSecurityAvb#AvbTest.SystemHashtree_64bit
    google的system.img版本和patch不匹配导致的

  • CtsAppTestCases android.app.cts.DialogTest#testTouchEvent
    最新版Daily build tool 验证

  • CtsMediaTestCases android.media.cts.MediaCodecTest#testPrependHeadersToSyncFrames
    去掉OMX.MTK.VIDEO.DECODER.DIVX

  • CtsMediaTestCases
    android.media.cts.ImageReaderDecoderTest#testGoogH264Image
    android.media.cts.ImageReaderDecoderTest#testGoogH264ImageReader
    android.media.cts.ImageReaderDecoderTest#testGoogH265Image
    android.media.cts.ImageReaderDecoderTest#testGoogH265ImageReader
    更新Mainline Media Module

  • CtsNetTestCasesLegacyApi22 android.net.cts.legacy.api22.ConnectivityManagerLegacyTest#testStartUsingNetworkFeature_enableHipri
    关闭wifi,使用数据连接测试

  • CtsProviderUiTestCasesandroid.providerui.cts.MediaStoreUiTest#testImageCaptureWithInadequeteLocationPermissions[0]
    camera app 不符合要求

  • CtsViewTestCases android.view.cts.DisplayRefreshRateTest#testRefreshRate
    一般是屏幕帧率不符合要求

  • GtsAssistantHostTestCases

    fail result

    camera app 不符合要求

  • VtsTrebleVendorVintfTest

    fail result

    [https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1239306/](https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1239306/)

你可能感兴趣的:(Android Q CTS 问题记录-202003)