From a59c50f6418b2d5f0695bc251f4ced73e511f7b6 Mon Sep 17 00:00:00 2001 From: Deborah Brouwer Date: Tue, 19 Aug 2025 14:25:14 -0700 Subject: [PATCH] drm_hwcomposer: CI: Update CTS test names In Android 16, some CtsGraphicsTestCases test names have changed which causes the module to fail. Update the test names. Signed-off-by: Deborah Brouwer --- .ci/android/cts-includes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/android/cts-includes.txt b/.ci/android/cts-includes.txt index 6d4b811..2c03674 100644 --- a/.ci/android/cts-includes.txt +++ b/.ci/android/cts-includes.txt @@ -6,9 +6,9 @@ x86_64 CtsGraphicsTestCases android.graphics.cts.EGL15Test x86_64 CtsGraphicsTestCases android.graphics.cts.FrameRateOverrideTest x86_64 CtsGraphicsTestCases android.graphics.cts.SetFrameRateTest x86_64 CtsGraphicsTestCases android.graphics.cts.MatchContentFrameRateTest -x86_64 CtsGraphicsTestCases android.graphics.cts.VulkanFeaturesTest0 +x86_64 CtsGraphicsTestCases android.graphics.cts.VulkanFeaturesTest x86_64 CtsGraphicsTestCases android.graphics.cts.VulkanPreTransformTest -x86_64 CtsGraphicsTestCases android.graphics.cts.BasicVulkanGpuTest0 +x86_64 CtsGraphicsTestCases android.graphics.cts.BasicVulkanGpuTest x86_64 CtsGraphicsTestCases android.graphics.cts.PixelFormatTest x86_64 CtsGraphicsTestCases android.graphics.cts.BitmapColorSpaceTest x86_64 CtsGraphicsTestCases android.graphics.cts.ColorSpaceTest