<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2024 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<!--
     The test plan lists the excluded test cases due to some issues on old device vendors.
     These issues would be fixed on the latest version.
     However, these issues are not security patches,
     so the devices won't have new U releases to fix them.

     The teat plan is NOT for compliance testing.
-->
<configuration description="Runs a subset of CTS on AOSP tests for gsi_$arch on refenerced U devices">

    <include name="cts-on-gsi" />

    <option name="plan" value="cts-on-gsi-on-u" />

    <!-- Excluded test cases start-->

    <!-- CtsOsTestCases: b/379335773: excluding frozen notification test cases. -->
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.BinderIntegrationTest#testOnFrozenStateChangedCalled" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.BinderIntegrationTest#testOnFrozenStateChangedNotCalledAfterCallbackRemoved" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.BinderIntegrationTest#testOnFrozenStateChangedUsingExecutor" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.RemoteCallbackListTest#testQueueCallbacksWhenFrozen" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.RemoteCallbackListTest#testDropCallbacksWhenQueueGrowsTooBig" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.RemoteCallbackListTest#testQueueMostRecentCallbackWhenFrozen" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.RemoteCallbackListTest#testDropCallbacksWhenFrozen" />
    <option name="compatibility:exclude-filter" value="CtsOsTestCases android.os.cts.RemoteCallbackListTest#testRemoveQueuedCallbacksOnUnregistration" />
</configuration>
