public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/google/grte/v5-2.27/master] Suppress tgmath3 tests if clang
@ 2021-08-28  0:37 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-08-28  0:37 UTC (permalink / raw)
  To: glibc-cvs

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

commit 85d7a988c63670c723a021f988115cc0a1bdc6b8
Author: Stan Shebs <stanshebs@google.com>
Date:   Mon Jan 22 13:04:00 2018 -0800

    Suppress tgmath3 tests if clang

Diff:
---
 math/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/math/Makefile b/math/Makefile
index 4c8703c71e..ec7d91ca3d 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -308,8 +308,11 @@ libm-test-incs = $(foreach f,$(libm-test-funcs-all),libm-test-$(f).inc)
 endif
 
 ifdef PYTHON
+# Suppress these tests with clang for now, multiple issues
+ifneq ($(with-clang),yes)
 tests += test-tgmath3
 generated += test-tgmath3.c
+endif
 CFLAGS-test-tgmath3.c += -fno-builtin
 
 $(objpfx)test-tgmath3.c: gen-tgmath-tests.py


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

only message in thread, other threads:[~2021-08-28  0:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28  0:37 [glibc/google/grte/v5-2.27/master] Suppress tgmath3 tests if clang 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).