public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/grte] Disable tests that need more-recent infrastructure
@ 2021-08-28  0:35 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-28  0:35 UTC (permalink / raw)
  To: glibc-cvs

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

commit 359a244dc60094ced02138ab9840a908d5f9410a
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jul 23 10:06:02 2021 -0700

    Disable tests that need more-recent infrastructure

Diff:
---
 iconv/Makefile     | 2 +-
 intl/tst-codeset.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/iconv/Makefile b/iconv/Makefile
index 750d6cc7f8..c8b983621f 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -44,7 +44,7 @@ CFLAGS-linereader.c += -DNO_TRANSLITERATION
 CFLAGS-simple-hash.c += -I../locale
 
 tests	= tst-iconv1 tst-iconv2 tst-iconv3 tst-iconv4 tst-iconv5 tst-iconv6 \
-	  tst-iconv8 tst-iconv-mt tst-iconv-opt
+	  tst-iconv8 # tst-iconv-opt needs work to add back
 
 others		= iconv_prog iconvconfig
 install-others-programs	= $(inst_bindir)/iconv
diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c
index 52e4aaa6ff..6a640bcad0 100644
--- a/intl/tst-codeset.c
+++ b/intl/tst-codeset.c
@@ -33,6 +33,7 @@ do_test (void)
   textdomain ("codeset");
   bindtextdomain ("codeset", OBJPFX "domaindir");
 
+#if 0 /* needs updated test framework */
   /* Here we expect output in ISO-8859-1.  */
   TEST_COMPARE_STRING (gettext ("cheese"), "K\344se");
 
@@ -47,6 +48,7 @@ do_test (void)
   /* Transliteration also works by default even if not set.  */
   bind_textdomain_codeset ("codeset", "ASCII");
   TEST_COMPARE_STRING (gettext ("cheese"), "Kaese");
+#endif
 
   return 0;
 }


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/maskray/grte] Disable tests that need more-recent infrastructure
@ 2021-08-28  0:31 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-28  0:31 UTC (permalink / raw)
  To: glibc-cvs

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

commit d588df63333756bcc5f2927cca751868c17711be
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jul 23 10:06:02 2021 -0700

    Disable tests that need more-recent infrastructure

Diff:
---
 iconv/Makefile     | 2 +-
 intl/tst-codeset.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/iconv/Makefile b/iconv/Makefile
index 750d6cc7f8..c8b983621f 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -44,7 +44,7 @@ CFLAGS-linereader.c += -DNO_TRANSLITERATION
 CFLAGS-simple-hash.c += -I../locale
 
 tests	= tst-iconv1 tst-iconv2 tst-iconv3 tst-iconv4 tst-iconv5 tst-iconv6 \
-	  tst-iconv8 tst-iconv-mt tst-iconv-opt
+	  tst-iconv8 # tst-iconv-opt needs work to add back
 
 others		= iconv_prog iconvconfig
 install-others-programs	= $(inst_bindir)/iconv
diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c
index 52e4aaa6ff..6a640bcad0 100644
--- a/intl/tst-codeset.c
+++ b/intl/tst-codeset.c
@@ -33,6 +33,7 @@ do_test (void)
   textdomain ("codeset");
   bindtextdomain ("codeset", OBJPFX "domaindir");
 
+#if 0 /* needs updated test framework */
   /* Here we expect output in ISO-8859-1.  */
   TEST_COMPARE_STRING (gettext ("cheese"), "K\344se");
 
@@ -47,6 +48,7 @@ do_test (void)
   /* Transliteration also works by default even if not set.  */
   bind_textdomain_codeset ("codeset", "ASCII");
   TEST_COMPARE_STRING (gettext ("cheese"), "Kaese");
+#endif
 
   return 0;
 }


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/maskray/grte] Disable tests that need more-recent infrastructure
@ 2021-08-27 23:50 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-27 23:50 UTC (permalink / raw)
  To: glibc-cvs

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

commit 6910a78631d070034fc3167e377ae1bd560255df
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jul 23 10:06:02 2021 -0700

    Disable tests that need more-recent infrastructure

Diff:
---
 iconv/Makefile     | 2 +-
 intl/tst-codeset.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/iconv/Makefile b/iconv/Makefile
index 750d6cc7f8..c8b983621f 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -44,7 +44,7 @@ CFLAGS-linereader.c += -DNO_TRANSLITERATION
 CFLAGS-simple-hash.c += -I../locale
 
 tests	= tst-iconv1 tst-iconv2 tst-iconv3 tst-iconv4 tst-iconv5 tst-iconv6 \
-	  tst-iconv8 tst-iconv-mt tst-iconv-opt
+	  tst-iconv8 # tst-iconv-opt needs work to add back
 
 others		= iconv_prog iconvconfig
 install-others-programs	= $(inst_bindir)/iconv
diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c
index 52e4aaa6ff..6a640bcad0 100644
--- a/intl/tst-codeset.c
+++ b/intl/tst-codeset.c
@@ -33,6 +33,7 @@ do_test (void)
   textdomain ("codeset");
   bindtextdomain ("codeset", OBJPFX "domaindir");
 
+#if 0 /* needs updated test framework */
   /* Here we expect output in ISO-8859-1.  */
   TEST_COMPARE_STRING (gettext ("cheese"), "K\344se");
 
@@ -47,6 +48,7 @@ do_test (void)
   /* Transliteration also works by default even if not set.  */
   bind_textdomain_codeset ("codeset", "ASCII");
   TEST_COMPARE_STRING (gettext ("cheese"), "Kaese");
+#endif
 
   return 0;
 }


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/maskray/grte] Disable tests that need more-recent infrastructure
@ 2021-08-27 23:48 Fangrui Song
  0 siblings, 0 replies; 4+ messages in thread
From: Fangrui Song @ 2021-08-27 23:48 UTC (permalink / raw)
  To: glibc-cvs

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

commit c57d887f2a4f4357fd0048a5eb3ddc77df4df5b0
Author: Stan Shebs <stanshebs@google.com>
Date:   Fri Jul 23 10:06:02 2021 -0700

    Disable tests that need more-recent infrastructure

Diff:
---
 iconv/Makefile     | 2 +-
 intl/tst-codeset.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/iconv/Makefile b/iconv/Makefile
index 750d6cc7f8..c8b983621f 100644
--- a/iconv/Makefile
+++ b/iconv/Makefile
@@ -44,7 +44,7 @@ CFLAGS-linereader.c += -DNO_TRANSLITERATION
 CFLAGS-simple-hash.c += -I../locale
 
 tests	= tst-iconv1 tst-iconv2 tst-iconv3 tst-iconv4 tst-iconv5 tst-iconv6 \
-	  tst-iconv8 tst-iconv-mt tst-iconv-opt
+	  tst-iconv8 # tst-iconv-opt needs work to add back
 
 others		= iconv_prog iconvconfig
 install-others-programs	= $(inst_bindir)/iconv
diff --git a/intl/tst-codeset.c b/intl/tst-codeset.c
index 52e4aaa6ff..6a640bcad0 100644
--- a/intl/tst-codeset.c
+++ b/intl/tst-codeset.c
@@ -33,6 +33,7 @@ do_test (void)
   textdomain ("codeset");
   bindtextdomain ("codeset", OBJPFX "domaindir");
 
+#if 0 /* needs updated test framework */
   /* Here we expect output in ISO-8859-1.  */
   TEST_COMPARE_STRING (gettext ("cheese"), "K\344se");
 
@@ -47,6 +48,7 @@ do_test (void)
   /* Transliteration also works by default even if not set.  */
   bind_textdomain_codeset ("codeset", "ASCII");
   TEST_COMPARE_STRING (gettext ("cheese"), "Kaese");
+#endif
 
   return 0;
 }


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-28  0:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:35 [glibc/maskray/grte] Disable tests that need more-recent infrastructure Fangrui Song
  -- strict thread matches above, loose matches on Subject: below --
2021-08-28  0:31 Fangrui Song
2021-08-27 23:50 Fangrui Song
2021-08-27 23:48 Fangrui Song

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).