public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/vineet/arc-port-latest] string: Move tst-strsignal tst-strerror to tests-container
@ 2020-07-09 16:36 Vineet Gupta
  0 siblings, 0 replies; only message in thread
From: Vineet Gupta @ 2020-07-09 16:36 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c1e63c7214aaef99039068da384a0ab3abc176f2

commit c1e63c7214aaef99039068da384a0ab3abc176f2
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Jul 8 10:23:14 2020 -0300

    string: Move tst-strsignal tst-strerror to tests-container
    
    Both tests require libc.mo translation files which might not be
    installed on the system.
    
    Checked on x86_64-linux-gnu.

Diff:
---
 string/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/string/Makefile b/string/Makefile
index f8d3104e16..206c9b103c 100644
--- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-09 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 16:36 [glibc/vineet/arc-port-latest] string: Move tst-strsignal tst-strerror to tests-container Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).