[v2,2/3] ld: testsuite: disambiguate sort_no tests.

Message ID 20250916164224.3349547-2-rearnsha@arm.com
State New
Headers
Series [v2,1/3] ld: testsuite: Fix test name in sort_b_n_a-2.d |

Commit Message

Richard Earnshaw Sept. 16, 2025, 4:42 p.m. UTC
  The two tests sort_no-1.d and sort_no-2.d have the same test name.
They use the same options, but operate on different source files.
Annotate the second test so that it has a unique name.
---
 ld/testsuite/ld-scripts/sort_no-2.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/ld/testsuite/ld-scripts/sort_no-2.d b/ld/testsuite/ld-scripts/sort_no-2.d
index e0943d5bb77..c85cc349f88 100644
--- a/ld/testsuite/ld-scripts/sort_no-2.d
+++ b/ld/testsuite/ld-scripts/sort_no-2.d
@@ -1,6 +1,6 @@ 
 #source: sort_b_a.s
 #ld: -T sort_no.t
-#name: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT
+#name: no SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT (2)
 #nm: -n
 
 #...