1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2020 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<configuration description="List of ART MTS tests that need root access."> 17 18 <!-- ART gtests. --> 19 <!-- TODO(b/167385698): Identify ART gtests that to not require root access 20 and move them from this "eng-only" list to the "user" 21 list. --> 22 <!-- Temporarily disable ART gtests in MTS, as they require the 23 installation of the Testing ART APEX, which is currently 24 being blocked on internal builds, making MTS runs fail with 25 this error: 26 27 com.android.tradefed.targetprep.TargetSetupError: Mainline 28 module com.android.art is not preloaded on the device but 29 is in the input lists. 30 31 TODO(b/162834439): Re-enable ART gtests when they are 32 uncoupled from the ART APEX. --> 33 <!-- 34 <option name="compatibility:include-filter" value="ArtGtestsTargetInstallApex" /> 35 --> 36 37 <!-- Enable MainlineTestModuleController. --> 38 <!-- Option disabled for the same reason as above. 39 40 TODO(b/162834439): Re-enable ART gtests when they are 41 uncoupled from the ART APEX. --> 42 <!-- 43 <option name="compatibility:module-arg" value="ArtGtestsTargetInstallApex:enable:true" /> 44 --> 45</configuration> 46