]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
malloc: Sort tests-exclude-largetcache in Makefile
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 16 Jun 2025 21:52:27 +0000 (05:52 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 16 Jun 2025 22:06:06 +0000 (06:06 +0800)
This fixes:

FAIL: lint-makefiles

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
malloc/Makefile

index 2449047d24e1fdfa6c75c4769f247df0b381cf3a..2f232f92387c263e96ead16bc1bf2e69c6a5b1a1 100644 (file)
@@ -150,14 +150,14 @@ tests-malloc-hugetlb2 = \
 tests-exclude-largetcache = \
   tst-compathooks-off \
   tst-compathooks-on \
-  tst-interpose-thread \
   tst-interpose-nothread \
   tst-interpose-static-nothread \
   tst-interpose-static-thread \
-  tst-mallocstate \
+  tst-interpose-thread \
   tst-malloc-backtrace \
   tst-malloc-usable \
   tst-malloc-usable-tunables \
+  tst-mallocstate \
 # tests-exclude-largetcache
 
 tests-malloc-largetcache = \