diff options
author | Stan Shebs <stanshebs@google.com> | 2018-01-22 13:04:00 -0800 |
---|---|---|
committer | Stan Shebs <stanshebs@google.com> | 2018-01-22 13:04:00 -0800 |
commit | 85d7a988c63670c723a021f988115cc0a1bdc6b8 (patch) | |
tree | 970044d745749d3b8c062492b4cbb7e4add4fce5 /math/Makefile | |
parent | bc79ff3412e33f8c014404ad177ac6545fc0e13d (diff) | |
download | glibc-85d7a988c63670c723a021f988115cc0a1bdc6b8.tar.gz glibc-85d7a988c63670c723a021f988115cc0a1bdc6b8.tar.xz glibc-85d7a988c63670c723a021f988115cc0a1bdc6b8.zip |
Suppress tgmath3 tests if clang
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |