Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Ambroise Vincent | fae7772 | 2019-03-07 10:17:15 +0000 | [diff] [blame] | 4 | Copyright (c) 2018-2019, 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"> |
| 12 | <testcase name="AMUv1 non-zero counters" function="test_amu_nonzero_ctr" /> |
| 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 | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 19 | </testsuite> |
| 20 | |
| 21 | <testsuite name="ARM_ARCH_SVC" description="Arm Architecture Service tests"> |
| 22 | <testcase name="SMCCC_ARCH_WORKAROUND_1 test" function="test_smccc_arch_workaround_1" /> |
| 23 | <testcase name="SMCCC_ARCH_WORKAROUND_2 test" function="test_smccc_arch_workaround_2" /> |
| 24 | </testsuite> |
| 25 | |
| 26 | </testsuites> |