aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <stanshebs@google.com>2018-01-18 15:17:13 -0800
committerStan Shebs <stanshebs@google.com>2018-01-18 15:17:13 -0800
commite08a64e7086552874716c795f1dc7bb7803edc00 (patch)
tree348616c40c01a58b190214237d85ed47be00bcb8
parent56170e064e2b21ce204f0817733e92f1730541ea (diff)
downloadglibc-e08a64e7086552874716c795f1dc7bb7803edc00.zip
glibc-e08a64e7086552874716c795f1dc7bb7803edc00.tar.gz
glibc-e08a64e7086552874716c795f1dc7bb7803edc00.tar.bz2
Skip execstack test, depends on nested function
-rw-r--r--elf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index 2a432d8..ccd4dfe 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -200,9 +200,11 @@ endif
test-srcs = tst-pathopt
selinux-enabled := $(shell cat /selinux/enforce 2> /dev/null)
ifneq ($(selinux-enabled),1)
+ifneq ($(with-clang),yes)
tests-execstack-yes = tst-execstack tst-execstack-needed tst-execstack-prog
endif
endif
+endif
ifeq ($(run-built-tests),yes)
tests-special += $(objpfx)tst-leaks1-mem.out \
$(objpfx)tst-leaks1-static-mem.out $(objpfx)noload-mem.out \