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:
5b2deed
)
string: Move tst-strsignal tst-strerror to tests-container
author
Adhemerval Zanella
<adhemerval.zanella@linaro.org>
Wed, 8 Jul 2020 13:23:14 +0000
(10:23 -0300)
committer
Adhemerval Zanella
<adhemerval.zanella@linaro.org>
Wed, 8 Jul 2020 13:23:14 +0000
(10:23 -0300)
Both tests require libc.mo translation files which might not be
installed on the system.
Checked on x86_64-linux-gnu.
string/Makefile
patch
|
blob
|
history
diff --git
a/string/Makefile
b/string/Makefile
index
f8d3104
..
206c9b1
100644
(file)
--- a/
string/Makefile
+++ b/
string/Makefile
@@
-63,7
+63,9
@@
tests := tester inl-tester noinl-tester testcopy test-ffs \
tst-strtok_r bug-strcoll2 tst-cmp tst-xbzero-opt \
test-endian-types test-endian-file-scope \
test-endian-sign-conversion tst-memmove-overflow \
- tst-strsignal tst-strerror test-sig_np
+ test-sig_np
+
+tests-container += tst-strsignal tst-strerror
# This test allocates a lot of memory and can run for a long time.
xtests = tst-strcoll-overflow