blob: 666d5a0e80d435cbb62b186047cff5f102d1e8f8 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Ambroise Vincentfae77722019-03-07 10:17:15 +00004 Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
11 <testsuite name="CPU extensions" description="Various CPU extensions tests">
12 <testcase name="AMUv1 non-zero counters" function="test_amu_nonzero_ctr" />
13 <testcase name="AMUv1 suspend/resume" function="test_amu_suspend_resume" />
Ambroise Vincentfae77722019-03-07 10:17:15 +000014 <testcase name="SVE support" function="test_sve_support" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020015 </testsuite>
16
17 <testsuite name="ARM_ARCH_SVC" description="Arm Architecture Service tests">
18 <testcase name="SMCCC_ARCH_WORKAROUND_1 test" function="test_smccc_arch_workaround_1" />
19 <testcase name="SMCCC_ARCH_WORKAROUND_2 test" function="test_smccc_arch_workaround_2" />
20 </testsuite>
21
22</testsuites>