[2/5] elf: Adjust tests in Makefile.
Checks
Context |
Check |
Description |
dj/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
Commit Message
Sort tests against updated scripts/sort-makefile-lines.py.
No changes in generated code.
No regressions on x86_64 and i686.
---
elf/Makefile | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Comments
On 2023-05-18 09:03, Carlos O'Donell wrote:
> Sort tests against updated scripts/sort-makefile-lines.py.
>
> No changes in generated code.
> No regressions on x86_64 and i686.
> ---
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
> elf/Makefile | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/elf/Makefile b/elf/Makefile
> index c6d499aa66..e262f3e6b1 100644
> --- a/elf/Makefile
> +++ b/elf/Makefile
> @@ -440,6 +440,8 @@ tests += \
> tst-tls-ie \
> tst-tls-ie-dlmopen \
> tst-tls-manydynamic \
> + tst-tls4 \
> + tst-tls5 \
> tst-tls10 \
> tst-tls11 \
> tst-tls12 \
> @@ -452,8 +454,6 @@ tests += \
> tst-tls19 \
> tst-tls20 \
> tst-tls21 \
> - tst-tls4 \
> - tst-tls5 \
> tst-tlsalign \
> tst-tlsalign-extern \
> tst-unique1 \
> @@ -929,14 +929,6 @@ modules-names += \
>
> modules-names-cxx = \
> tst-dlopen-nodelete-reloc-mod1 \
> - tst-dlopen-nodelete-reloc-mod10 \
> - tst-dlopen-nodelete-reloc-mod11 \
> - tst-dlopen-nodelete-reloc-mod12 \
> - tst-dlopen-nodelete-reloc-mod13 \
> - tst-dlopen-nodelete-reloc-mod14 \
> - tst-dlopen-nodelete-reloc-mod15 \
> - tst-dlopen-nodelete-reloc-mod16 \
> - tst-dlopen-nodelete-reloc-mod17 \
> tst-dlopen-nodelete-reloc-mod2 \
> tst-dlopen-nodelete-reloc-mod3 \
> tst-dlopen-nodelete-reloc-mod4 \
> @@ -945,6 +937,14 @@ modules-names-cxx = \
> tst-dlopen-nodelete-reloc-mod7 \
> tst-dlopen-nodelete-reloc-mod8 \
> tst-dlopen-nodelete-reloc-mod9 \
> + tst-dlopen-nodelete-reloc-mod10 \
> + tst-dlopen-nodelete-reloc-mod11 \
> + tst-dlopen-nodelete-reloc-mod12 \
> + tst-dlopen-nodelete-reloc-mod13 \
> + tst-dlopen-nodelete-reloc-mod14 \
> + tst-dlopen-nodelete-reloc-mod15 \
> + tst-dlopen-nodelete-reloc-mod16 \
> + tst-dlopen-nodelete-reloc-mod17 \
> tst-nodelete-rtldmod \
> tst-nodelete-uniquemod \
> tst-nodelete-zmod \
@@ -440,6 +440,8 @@ tests += \
tst-tls-ie \
tst-tls-ie-dlmopen \
tst-tls-manydynamic \
+ tst-tls4 \
+ tst-tls5 \
tst-tls10 \
tst-tls11 \
tst-tls12 \
@@ -452,8 +454,6 @@ tests += \
tst-tls19 \
tst-tls20 \
tst-tls21 \
- tst-tls4 \
- tst-tls5 \
tst-tlsalign \
tst-tlsalign-extern \
tst-unique1 \
@@ -929,14 +929,6 @@ modules-names += \
modules-names-cxx = \
tst-dlopen-nodelete-reloc-mod1 \
- tst-dlopen-nodelete-reloc-mod10 \
- tst-dlopen-nodelete-reloc-mod11 \
- tst-dlopen-nodelete-reloc-mod12 \
- tst-dlopen-nodelete-reloc-mod13 \
- tst-dlopen-nodelete-reloc-mod14 \
- tst-dlopen-nodelete-reloc-mod15 \
- tst-dlopen-nodelete-reloc-mod16 \
- tst-dlopen-nodelete-reloc-mod17 \
tst-dlopen-nodelete-reloc-mod2 \
tst-dlopen-nodelete-reloc-mod3 \
tst-dlopen-nodelete-reloc-mod4 \
@@ -945,6 +937,14 @@ modules-names-cxx = \
tst-dlopen-nodelete-reloc-mod7 \
tst-dlopen-nodelete-reloc-mod8 \
tst-dlopen-nodelete-reloc-mod9 \
+ tst-dlopen-nodelete-reloc-mod10 \
+ tst-dlopen-nodelete-reloc-mod11 \
+ tst-dlopen-nodelete-reloc-mod12 \
+ tst-dlopen-nodelete-reloc-mod13 \
+ tst-dlopen-nodelete-reloc-mod14 \
+ tst-dlopen-nodelete-reloc-mod15 \
+ tst-dlopen-nodelete-reloc-mod16 \
+ tst-dlopen-nodelete-reloc-mod17 \
tst-nodelete-rtldmod \
tst-nodelete-uniquemod \
tst-nodelete-zmod \