[catalogue] Revamp the aarch64-ETS2 catalogue#1674
Open
relokin wants to merge 1 commit intoherd:masterfrom
Open
[catalogue] Revamp the aarch64-ETS2 catalogue#1674relokin wants to merge 1 commit intoherd:masterfrom
relokin wants to merge 1 commit intoherd:masterfrom
Conversation
Member
Author
|
@artkhyzha when you find some time, I would appreciate your opinion on this change. |
bcf31f2 to
a3ae1c9
Compare
Previsouly, the aarch64-ETS2 was a soft link to the aarch64-VMSA catalogue. This meant that we would run the same tests as aarch64-VMSA with the addition of -variant ets2. In addition, there was a separate kinds.txt file because -variant ets2 meant that some tests would change to being architecturally forbidden. This change switches to a custom set of tests which are designed to illustrate the most representative tests that become allowed with FEAT_ETS2. Signed-off-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
diaolo01
reviewed
Apr 21, 2026
| @@ -0,0 +1,15 @@ | |||
| AArch64 SB+dsb.sy+dmb.syptev1p | |||
Contributor
There was a problem hiding this comment.
According to the test name and references to this test, the file name needs updating.
Contributor
|
On the PR description:
is it meant to say |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previsouly, the aarch64-ETS2 was a soft link to the aarch64-VMSA catalogue. This meant that we would run the same tests as aarch64-VMSA with the addition of -variant ets2. In addition, there was a separate kinds.txt file because -variant ets2 meant that some tests would change to being architecturally forbidden.
This change switches to a custom set of tests which are designed to illustrate the most representative tests that become allowed with FEAT_ETS2.