Home
last modified time | relevance | path

Searched refs:xtests (Results 1 – 21 of 21) sorted by relevance

/glibc-2.36/
DRules154 xtests: tests $(xtests-special)
163 xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-special)
167 xtests-special-notdir = $(patsubst $(objpfx)%, %, $(xtests-special))
181 xtests:
183 $(sort $(xtests) $(xtests-special-notdir:.out=)) \
184 > $(objpfx)subdir-xtests.sum
188 binaries-all-tests = $(tests) $(tests-internal) $(xtests) $(test-srcs) \
192 binaries-static-tests = $(tests-static) $(xtests-static)
195 binaries-pie-tests = $(tests-pie) $(xtests-pie)
207 binaries-all-tests = $(tests) $(tests-internal) $(xtests) $(test-srcs)
[all …]
DMakefile652 xtests: target
653 $(..)scripts/merge-test-results.sh -t $(objpfx) subdir-xtests.sum \
655 > $(objpfx)xtests.sum
656 $(call summarize-tests,xtests.sum, for extra tests)
DMakerules763 $(addsuffix .d,$(tests) $(tests-internal) $(xtests) \
765 $(test-srcs) $(tests-time64) $(xtests-time64))
1225 xcheck: xtests
1227 # Handle tests-time64 and xtests-time64 that should built with LFS
1231 $(foreach f,$(tests-time64) $(xtests-time64),\
1239 xtests += $(foreach t,$(xtests-time64),$(t))
1245 all-testsuite := $(strip $(tests) $(xtests) $(test-srcs) $(test-extras) \
1421 $(xtests) \
1425 $(xtests) \
1430 -rm -f $(addprefix $(objpfx),$(tests) $(tests-internal) $(xtests) \
[all …]
DMakeconfig749 # program. For tests listed in tests-static or xtests-static, it is
753 $(tests-static) $(xtests-static))),, $(rtld-prefix))
797 # program. For tests listed in tests-static or xtests-static as well
DNEWS4780 Instead, a file tests.sum (xtests.sum from "make xcheck") is generated,
/glibc-2.36/htl/
DMakefile212 $(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \
214 $(tests) $(tests-internal) $(xtests) $(test-srcs) $(tests-container))): \
221 $(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(srcdir)/libpthread_syms.a $(objpfx)libpt…
/glibc-2.36/sunrpc/
DMakefile70 xtests := tst-getmyaddr macro
73 xtests += thrsvc
/glibc-2.36/crypt/
DMakefile49 xtests = md5test-giant macro
/glibc-2.36/resolv/
DMakefile140 xtests += tst-resolv-qtypes
143 xtests += tst-resolv-rotate
/glibc-2.36/nptl/
DMakefile329 xtests = tst-setuid1 tst-setuid1-static tst-setuid2 \ macro
338 xtests += tst-eintr1
450 xtests-static += tst-setuid1-static
/glibc-2.36/iconv/
DMakefile74 xtests-special += $(objpfx)test-iconvconfig.out
/glibc-2.36/string/
DMakefile200 xtests = tst-strcoll-overflow macro
/glibc-2.36/posix/
DMakefile129 xtests := tst-getaddrinfo4 tst-getaddrinfo5 tst-sched_rr_get_interval macro
130 xtests-time64 := tst-sched_rr_get_interval-time64
/glibc-2.36/nss/
DMakefile73 xtests = bug-erange macro
/glibc-2.36/sysdeps/unix/sysv/linux/
DMakefile137 xtests += \
/glibc-2.36/ChangeLog.old/
DChangeLog.1511 [$(cross-compiling) != yes] (xtests): Depend on it.
853 * Rules (binaries-static): Add xtests-static.
854 * Makeconfig (run-program-prefix): Filter also xtests-static.
2234 * sunrpc/Makefile (xtests): Add tst-getmyaddr.
5093 * Rules (xtests): Depend on tests.
DChangeLog.13118 Also distribute xtests sources.
303 * nss/Makefile: Move bug-erange from tests to xtests.
4145 cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
7258 * Makefile: Add handling of xtests and xcheck targets.
7264 * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
DChangeLog.181030 * resolv/Makefile (xtests): Add tst-resolv-rotate.
5319 existing categories (tests, xtests, test-srcs, test-extras) are
10620 * string/Makefile (xtests): Add comment.
11678 * resolv/Makefile (xtests): Add tst-resolv-qtypes.
39169 commands for targets tests and xtests. Display summary lines that
43381 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
54047 * nptl/Makefile (xtests): Add tst-setuid2.
54864 (xtests): Likewise.
55575 * iconv/Makefile (xtests-special): Change test-iconvconfig to
55594 (xtests-special): Likewise.
[all …]
DChangeLog.141900 * posix/Makefile (xtests): Add bug-ga2.
1902 (xtests): Depend on bug-ga2-mem.
DChangeLog.194884 * nptl/Makefile: Move tst-eintr1 to xtests.
27739 Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests
27743 (xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
DChangeLog.nptl4985 (xtests): Add tst-mutexpp1, tst-mutexpp6 and tst-mutexpp10.