projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5db2e
)
tests-exclude-mcheck: Fix typo
author
Siddhesh Poyarekar
<siddhesh@sourceware.org>
Wed, 7 Jul 2021 07:55:49 +0000
(13:25 +0530)
committer
Siddhesh Poyarekar
<siddhesh@sourceware.org>
Wed, 7 Jul 2021 07:58:53 +0000
(13:28 +0530)
It's tst-realloc, not tst-posix-realloc. Verified this time to ensure
that the total number of tests reduced by 1.
Reported-by: Stefan Liebler <stli@linux.ibm.com>
malloc/Makefile
patch
|
blob
|
history
diff --git
a/malloc/Makefile
b/malloc/Makefile
index 2af1203a0a6e1f49a7f4fbb6f94c460476b1dc82..37a9a4efab91337890e239314ecc44429e798a0a 100644
(file)
--- a/
malloc/Makefile
+++ b/
malloc/Makefile
@@
-94,7
+94,7
@@
tests-exclude-mcheck = tst-mallocstate \
tst-malloc_info \
tst-memalign \
tst-posix_memalign \
- tst-
posix-
realloc
+ tst-realloc
tests-mcheck = $(filter-out $(tests-exclude-mcheck), $(tests))