Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Manish V Badarkhe | 589a112 | 2021-12-31 15:20:08 +0000 | [diff] [blame] | 4 | Copyright (c) 2018-2022, Arm Limited. All rights reserved. |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | |
| 11 | <testsuite name="CPU extensions" description="Various CPU extensions tests"> |
John Tsichritzis | cae91ca | 2019-05-12 16:06:09 +0100 | [diff] [blame] | 12 | <testcase name="AMUv1 valid counter values" function="test_amu_valid_ctr" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 13 | <testcase name="AMUv1 suspend/resume" function="test_amu_suspend_resume" /> |
Ambroise Vincent | fae7772 | 2019-03-07 10:17:15 +0000 | [diff] [blame] | 14 | <testcase name="SVE support" function="test_sve_support" /> |
Joel Hutton | 8790f02 | 2019-03-15 14:47:02 +0000 | [diff] [blame] | 15 | <testcase name="Access Pointer Authentication Registers" function="test_pauth_reg_access" /> |
| 16 | <testcase name="Use Pointer Authentication Instructions" function="test_pauth_instructions" /> |
| 17 | <testcase name="Check for Pointer Authentication key leakage from EL3" function="test_pauth_leakage" /> |
| 18 | <testcase name="Check for Pointer Authentication key leakage from TSP" function="test_pauth_leakage_tsp" /> |
Sandrine Bailleux | 277fb76 | 2019-10-08 12:10:45 +0200 | [diff] [blame] | 19 | <testcase name="Use MTE Instructions" function="test_mte_instructions" /> |
| 20 | <testcase name="Check for MTE register leakage" function="test_mte_leakage" /> |
Jimmy Brisson | 90f1d5c | 2020-04-16 10:54:51 -0500 | [diff] [blame] | 21 | <testcase name="Use FGT Registers" function="test_fgt_enabled" /> |
Jimmy Brisson | 945095a | 2020-04-16 10:54:59 -0500 | [diff] [blame] | 22 | <testcase name="Use ECV Registers" function="test_ecv_enabled" /> |
Manish V Badarkhe | 87c03d1 | 2021-07-06 22:57:11 +0100 | [diff] [blame] | 23 | <testcase name="Use trace buffer control Registers" function="test_trbe_enabled" /> |
johpow01 | 8c3da8b | 2022-01-31 18:14:41 -0600 | [diff] [blame^] | 24 | <testcase name="Use branch record buffer control registers" function="test_brbe_enabled" /> |
Manish V Badarkhe | 2c518e5 | 2021-07-08 16:36:57 +0100 | [diff] [blame] | 25 | <testcase name="Use trace filter control Registers" function="test_trf_enabled" /> |
Manish V Badarkhe | 6d0e1b6 | 2021-07-09 13:58:28 +0100 | [diff] [blame] | 26 | <testcase name="Use trace system Registers" function="test_sys_reg_trace_enabled" /> |
johpow01 | 50ccb55 | 2020-11-10 19:22:13 -0600 | [diff] [blame] | 27 | <testcase name="SME support" function="test_sme_support" /> |
Manish V Badarkhe | 589a112 | 2021-12-31 15:20:08 +0000 | [diff] [blame] | 28 | <testcase name="SPE support" function="test_spe_support" /> |
Manish V Badarkhe | 82e1a25 | 2022-01-04 13:45:31 +0000 | [diff] [blame] | 29 | <testcase name="AFP support" function="test_afp_support" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 30 | </testsuite> |
| 31 | |
| 32 | <testsuite name="ARM_ARCH_SVC" description="Arm Architecture Service tests"> |
| 33 | <testcase name="SMCCC_ARCH_WORKAROUND_1 test" function="test_smccc_arch_workaround_1" /> |
| 34 | <testcase name="SMCCC_ARCH_WORKAROUND_2 test" function="test_smccc_arch_workaround_2" /> |
Manish V Badarkhe | bc93a34 | 2020-04-28 17:59:32 +0100 | [diff] [blame] | 35 | <testcase name="SMCCC_ARCH_SOC_ID test" function="test_smccc_arch_soc_id" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 36 | </testsuite> |
| 37 | |
| 38 | </testsuites> |