]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Suppress tgmath3 tests if clang
authorStan Shebs <stanshebs@google.com>
Mon, 22 Jan 2018 21:04:00 +0000 (13:04 -0800)
committerStan Shebs <stanshebs@google.com>
Thu, 25 Jan 2018 00:03:39 +0000 (16:03 -0800)
math/Makefile

index 4c8703c71e07875db795c088ad165289dadbbe7d..ec7d91ca3d755498fc8e72ff9a9e03159c723675 100644 (file)
@@ -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