Searched refs:xtests (Results 1 – 21 of 21) sorted by relevance
/glibc-2.36/ |
D | Rules | 154 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 …]
|
D | Makefile | 652 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)
|
D | Makerules | 763 $(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 …]
|
D | Makeconfig | 749 # 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
|
D | NEWS | 4780 Instead, a file tests.sum (xtests.sum from "make xcheck") is generated,
|
/glibc-2.36/htl/ |
D | Makefile | 212 $(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/ |
D | Makefile | 70 xtests := tst-getmyaddr macro 73 xtests += thrsvc
|
/glibc-2.36/crypt/ |
D | Makefile | 49 xtests = md5test-giant macro
|
/glibc-2.36/resolv/ |
D | Makefile | 140 xtests += tst-resolv-qtypes 143 xtests += tst-resolv-rotate
|
/glibc-2.36/nptl/ |
D | Makefile | 329 xtests = tst-setuid1 tst-setuid1-static tst-setuid2 \ macro 338 xtests += tst-eintr1 450 xtests-static += tst-setuid1-static
|
/glibc-2.36/iconv/ |
D | Makefile | 74 xtests-special += $(objpfx)test-iconvconfig.out
|
/glibc-2.36/string/ |
D | Makefile | 200 xtests = tst-strcoll-overflow macro
|
/glibc-2.36/posix/ |
D | Makefile | 129 xtests := tst-getaddrinfo4 tst-getaddrinfo5 tst-sched_rr_get_interval macro 130 xtests-time64 := tst-sched_rr_get_interval-time64
|
/glibc-2.36/nss/ |
D | Makefile | 73 xtests = bug-erange macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | Makefile | 137 xtests += \
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 11 [$(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.
|
D | ChangeLog.13 | 118 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.
|
D | ChangeLog.18 | 1030 * 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 …]
|
D | ChangeLog.14 | 1900 * posix/Makefile (xtests): Add bug-ga2. 1902 (xtests): Depend on bug-ga2-mem.
|
D | ChangeLog.19 | 4884 * nptl/Makefile: Move tst-eintr1 to xtests. 27739 Turn posix/tst-getaddrinfo4, posix/tst-getaddrinfo5 into xtests 27743 (xtests): Add tst-getaddrinfo4, tst-getaddrinfo5.
|
D | ChangeLog.nptl | 4985 (xtests): Add tst-mutexpp1, tst-mutexpp6 and tst-mutexpp10.
|