Searched refs:TEST (Results 1 - 25 of 116) sorted by relevance

12345

/src/tests/lib/lua/libm/
H A Dh_lualibm.c4 #define TEST(M_) printf("%-24s%+2.13f\n", #M_, M_) macro
10 TEST(M_E);
11 TEST(M_LOG2E);
12 TEST(M_LOG10E);
13 TEST(M_LN2);
14 TEST(M_LN10);
15 TEST(M_PI);
16 TEST(M_PI_2);
17 TEST(M_PI_4);
18 TEST(M_1_P
[all...]
/src/tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh69 TEST=$(atf_get_srcdir)/h_gai
71 ( $TEST ::1 http
72 $TEST 127.0.0.1 http
73 $TEST localhost http
74 $TEST ::1 tftp
75 $TEST 127.0.0.1 tftp
76 $TEST localhost tftp
77 $TEST ::1 echo
78 $TEST 127.0.0.1 echo
79 $TEST localhos
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_bench.cc35 TEST(DISABLED_BENCH, Mop1) { function
39 TEST(DISABLED_BENCH, Mop1Read) { function
43 TEST(DISABLED_BENCH, Mop1Write) { function
47 TEST(DISABLED_BENCH, Mop2) { function
51 TEST(DISABLED_BENCH, Mop2Read) { function
55 TEST(DISABLED_BENCH, Mop2Write) { function
59 TEST(DISABLED_BENCH, Mop4) { function
63 TEST(DISABLED_BENCH, Mop4Read) { function
67 TEST(DISABLED_BENCH, Mop4Write) { function
71 TEST(DISABLED_BENC function
75 TEST(DISABLED_BENCH, Mop8Read) { function
79 TEST(DISABLED_BENCH, Mop8Write) { function
83 TEST(DISABLED_BENCH, FuncCall) { function
92 TEST(DISABLED_BENCH, MutexLocal) { function
[all...]
H A Dtsan_thread.cc16 TEST(ThreadSanitizer, ThreadSync) { function
27 TEST(ThreadSanitizer, ThreadDetach1) { function
33 TEST(ThreadSanitizer, ThreadDetach2) { function
47 TEST(DISABLED_SLOW_ThreadSanitizer, ThreadALot) { function
H A Dtsan_string.cc19 TEST(ThreadSanitizer, Memcpy) { function in namespace:__tsan
40 TEST(ThreadSanitizer, MemcpyRace1) { function in namespace:__tsan
49 TEST(ThreadSanitizer, MemcpyRace2) { function in namespace:__tsan
58 TEST(ThreadSanitizer, MemcpyRace3) { function in namespace:__tsan
67 TEST(ThreadSanitizer, MemcpyStack) { function in namespace:__tsan
75 TEST(ThreadSanitizer, MemsetRace1) { function in namespace:__tsan
H A Dtsan_mop.cc19 TEST(ThreadSanitizer, SimpleWrite) { function
25 TEST(ThreadSanitizer, SimpleWriteWrite) { function
32 TEST(ThreadSanitizer, WriteWriteRace) { function
39 TEST(ThreadSanitizer, ReadWriteRace) { function
46 TEST(ThreadSanitizer, WriteReadRace) { function
53 TEST(ThreadSanitizer, ReadReadNoRace) { function
60 TEST(ThreadSanitizer, WriteThenRead) { function
68 TEST(ThreadSanitizer, WriteThenLockedRead) { function
87 TEST(ThreadSanitizer, LockedWriteThenRead) { function
107 TEST(ThreadSanitize function
141 TEST(ThreadSanitizer, RaceWithOffset2) { function
155 TEST(ThreadSanitizer, NoRaceWithOffset) { function
170 TEST(ThreadSanitizer, RaceWithDeadThread) { function
177 TEST(ThreadSanitizer, BenignRaceOnVptr) { function
186 TEST(ThreadSanitizer, HarmfulRaceOnVptr) { function
207 TEST(ThreadSanitizer, ReportDeadThread) { function
227 TEST(ThreadSanitizer, ReportRace) { function
[all...]
/src/lib/libutil/
H A Dstat_flags.c101 #define TEST(a, b, f) { \ macro
148 TEST(p, "arch", SF_ARCHIVED);
149 TEST(p, "archived", SF_ARCHIVED);
153 TEST(p, "dump", UF_NODUMP);
160 TEST(p, "nodump", UF_NODUMP);
163 TEST(p, "opaque", UF_OPAQUE);
166 TEST(p, "sappnd", SF_APPEND);
167 TEST(p, "sappend", SF_APPEND);
168 TEST(p, "schg", SF_IMMUTABLE);
169 TEST(
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_mac_test.cc22 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree) { function
34 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree_ChildPhread) { function
62 TEST(AddressSanitizerMac, CFAllocator_PassMemoryToAnotherThread) { function in namespace:__anond342d2cd0110
71 TEST(AddressSanitizerMac, DISABLED_CFAllocatorSystemDefaultDoubleFree) { function
78 TEST(AddressSanitizerMac, CFAllocatorMallocDoubleFree) { function
82 TEST(AddressSanitizerMac, DISABLED_CFAllocatorMallocZoneDoubleFree) { function
89 TEST(AddressSanitizerMac, GCDDispatchAsync) { function
95 TEST(AddressSanitizerMac, GCDDispatchSync) { function
102 TEST(AddressSanitizerMac, GCDReuseWqthreadsAsync) { function
108 TEST(AddressSanitizerMa function
114 TEST(AddressSanitizerMac, GCDDispatchAfter) { function
120 TEST(AddressSanitizerMac, GCDSourceEvent) { function
126 TEST(AddressSanitizerMac, GCDSourceCancel) { function
132 TEST(AddressSanitizerMac, GCDGroupAsync) { function
169 TEST(AddressSanitizerMac, MallocIntrospectionLock) { function
196 TEST(AddressSanitizerMac, DISABLED_TSDWorkqueueTest) { function
206 TEST(AddressSanitizerMac, CFStringCreateCopy) { function
212 TEST(AddressSanitizerMac, NSObjectOOB) { function
220 TEST(AddressSanitizerMac, NSURLDeallocation) { function
225 TEST(AddressSanitizerMac, Mstats) { function
[all...]
H A Dasan_test.cc61 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) { function
72 TEST(AddressSanitizer, SimpleDeathTest) { function
76 TEST(AddressSanitizer, VariousMallocsTest) { function
111 TEST(AddressSanitizer, CallocTest) { function
117 TEST(AddressSanitizer, CallocReturnsZeroMem) { function
141 TEST(AddressSanitizer, VallocTest) { function
149 TEST(AddressSanitizer, PvallocTest) { function
185 TEST(AddressSanitizer, DISABLED_TSDTest) { function
195 TEST(AddressSanitizer, UAF_char) { function
204 TEST(AddressSanitize function
226 TEST(AddressSanitizer, UAF_Packed5) { function
235 TEST(AddressSanitizer, IgnoreTest) { function
249 TEST(AddressSanitizer, BitFieldPositiveTest) { function
263 TEST(AddressSanitizer, BitFieldNegativeTest) { function
277 TEST(AddressSanitizer, WildAddressTest) { function in namespace:__anond5d6593d0110
292 TEST(AddressSanitizer, SignalTest) { function in namespace:__anond5d6593d0110
321 TEST(AddressSanitizer, LargeMallocTest) { function
329 TEST(AddressSanitizer, HugeMallocTest) { function
345 TEST(AddressSanitizer, memalign) { function
368 TEST(AddressSanitizer, ManyThreadsTest) { function
381 TEST(AddressSanitizer, ReallocTest) { function
399 TEST(AddressSanitizer, ReallocFreedPointerTest) { function
406 TEST(AddressSanitizer, ReallocInvalidPointerTest) { function
412 TEST(AddressSanitizer, ZeroSizeMallocTest) { function
436 TEST(AddressSanitizer, MallocUsableSizeTest) { function
460 TEST(AddressSanitizer, WrongFreeTest) { function
478 TEST(AddressSanitizer, DoubleFreeTest) { function
503 TEST(AddressSanitizer, SimpleStackTest) { function
524 TEST(AddressSanitizer, ManyStackObjectsTest) { function
593 TEST(AddressSanitizer, LongJmpTest) { function
641 TEST(AddressSanitizer, BuiltinLongJmpTest) { function
653 TEST(AddressSanitizer, UnderscopeLongJmpTest) { function
662 TEST(AddressSanitizer, SigLongJmpTest) { function
685 TEST(AddressSanitizer, CxxExceptionTest) { function
714 TEST(AddressSanitizer, ThreadStackReuseTest) { function
725 TEST(AddressSanitizer, Store128Test) { function
819 TEST(AddressSanitizer, pread) { function
823 TEST(AddressSanitizer, pread64) { function
827 TEST(AddressSanitizer, read) { function
834 TEST(AddressSanitizer, DISABLED_MemIntrinsicUnalignedAccessTest) { function
873 TEST(AddressSanitizer, DISABLED_LargeFunctionSymbolizeTest) { function
881 TEST(AddressSanitizer, DISABLED_MallocFreeUnwindAndSymbolizeTest) { function
930 TEST(AddressSanitizer, ThreadedTest) { function
955 TEST(AddressSanitizer, ThreadNamesTest) { function
964 TEST(AddressSanitizer, ShadowGapTest) { function
989 TEST(AddressSanitizer, UseThenFreeThenUseTest) { function
993 TEST(AddressSanitizer, StrDupTest) { function
1002 TEST(AddressSanitizer, GlobalTest) { function
1051 TEST(AddressSanitizer, GlobalStringConstTest) { function
1057 TEST(AddressSanitizer, FileNameInGlobalReportTest) { function
1070 TEST(AddressSanitizer, LocalReferenceReturnTest) { function
1106 TEST(AddressSanitizer, StressStackReuseTest) { function
1110 TEST(AddressSanitizer, ThreadedStressStackReuseTest) { function
1131 TEST(AddressSanitizer, PthreadExitTest) { function
1149 TEST(AddressSanitizer, DISABLED_StressStackReuseAndExceptionsTest) { function
1160 TEST(AddressSanitizer, MlockTest) { function
1174 TEST(AddressSanitizer, LargeStructCopyTest) { function
1186 TEST(AddressSanitizer, AttributeNoSanitizeAddressTest) { function
1208 TEST(AddressSanitizer, AllocDeallocMismatch) { function
1227 TEST(AddressSanitizer, DISABLED_DemoThreadedTest) { function
1237 TEST(AddressSanitizer, DISABLED_DemoStackTest) { function
1241 TEST(AddressSanitizer, DISABLED_DemoThreadStackTest) { function
1247 TEST(AddressSanitizer, DISABLED_DemoUAFLowIn) { function
1250 TEST(AddressSanitizer, DISABLED_DemoUAFLowLeft) { function
1253 TEST(AddressSanitizer, DISABLED_DemoUAFLowRight) { function
1257 TEST(AddressSanitizer, DISABLED_DemoUAFHigh) { function
1261 TEST(AddressSanitizer, DISABLED_DemoOOM) { function
1266 TEST(AddressSanitizer, DISABLED_DemoDoubleFreeTest) { function
1270 TEST(AddressSanitizer, DISABLED_DemoNullDerefTest) { function
1275 TEST(AddressSanitizer, DISABLED_DemoFunctionStaticTest) { function
1287 TEST(AddressSanitizer, DISABLED_DemoTooMuchMemoryTest) { function
1300 TEST(AddressSanitizer, BufferOverflowAfterManyFrees) { function
1314 TEST(AddressSanitizer, LongDoubleNegativeTest) { function
1322 TEST(AddressSanitizer, pthread_getschedparam) { function
1346 TEST(AddressSanitizer, snprintf_l) { function
[all...]
H A Dasan_oob_test.cc69 TEST(AddressSanitizer, OOB_char) { function
73 TEST(AddressSanitizer, OOB_int) { function
77 TEST(AddressSanitizer, OOBRightTest) { function
104 TEST(AddressSanitizer, LargeOOBRightTest) { function
114 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow) { function
118 TEST(AddressSanitizer, DISABLED_DemoOOBLeftHigh) { function
122 TEST(AddressSanitizer, DISABLED_DemoOOBRightLow) { function
126 TEST(AddressSanitizer, DISABLED_DemoOOBRightHigh) { function
H A Dasan_benchmarks_test.cc44 TEST(AddressSanitizer, ManyAccessBenchmark) { function
66 TEST(AddressSanitizer, BorderAccessBenchmark) { function
77 TEST(AddressSanitizer, FakeStackBenchmark) { function
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_symbolizer_test.cc20 TEST(Symbolizer, ExtractToken) { function in namespace:__sanitizer
35 TEST(Symbolizer, ExtractInt) { function in namespace:__sanitizer
42 TEST(Symbolizer, ExtractUptr) { function in namespace:__sanitizer
49 TEST(Symbolizer, ExtractTokenUpToDelimiter) { function in namespace:__sanitizer
59 TEST(Symbolizer, DemangleSwiftAndCXX) { function in namespace:__sanitizer
H A Dsanitizer_vector_test.cc18 TEST(Vector, Basic) { function in namespace:__sanitizer
30 TEST(Vector, Stride) { function in namespace:__sanitizer
42 TEST(Vector, ResizeReduction) { function in namespace:__sanitizer
H A Dsanitizer_nolibc_test.cc24 TEST(SanitizerCommon, NolibcMain) { function
H A Dsanitizer_flags_test.cc55 TEST(SanitizerCommon, BooleanFlags) { function in namespace:__sanitizer
74 TEST(SanitizerCommon, HandleSignalMode) { function in namespace:__sanitizer
96 TEST(SanitizerCommon, IntFlags) { function in namespace:__sanitizer
111 TEST(SanitizerCommon, StrFlags) { function in namespace:__sanitizer
140 TEST(SanitizerCommon, MultipleFlags) { function in namespace:__sanitizer
150 TEST(SanitizerCommon, CommonSuffixFlags) { function in namespace:__sanitizer
159 TEST(SanitizerCommon, CommonFlags) { function in namespace:__sanitizer
H A Dsanitizer_stackdepot_test.cc20 TEST(SanitizerCommon, StackDepotBasic) { function in namespace:__sanitizer
30 TEST(SanitizerCommon, StackDepotAbsent) { function in namespace:__sanitizer
35 TEST(SanitizerCommon, StackDepotEmptyStack) { function in namespace:__sanitizer
41 TEST(SanitizerCommon, StackDepotZeroId) { function in namespace:__sanitizer
46 TEST(SanitizerCommon, StackDepotSame) { function in namespace:__sanitizer
58 TEST(SanitizerCommon, StackDepotSeveral) { function in namespace:__sanitizer
68 TEST(SanitizerCommon, StackDepotReverseMap) { function in namespace:__sanitizer
H A Dsanitizer_printf_test.cc22 TEST(Printf, Basic) { function in namespace:__sanitizer
38 TEST(Printf, OverflowStr) { function in namespace:__sanitizer
52 TEST(Printf, OverflowInt) { function in namespace:__sanitizer
65 TEST(Printf, OverflowUint) { function in namespace:__sanitizer
84 TEST(Printf, OverflowPtr) { function in namespace:__sanitizer
118 TEST(Printf, MinMax) { function in namespace:__sanitizer
130 TEST(Printf, Padding) { function in namespace:__sanitizer
143 TEST(Printf, Precision) { function in namespace:__sanitizer
H A Dsanitizer_ioctl_test.cc54 TEST(SanitizerIoctl, Fixup) { function
79 TEST(SanitizerIoctl, KVM_GET_MP_STATE) { function
88 TEST(SanitizerIoctl, KVM_GET_LAPIC) { function
97 TEST(SanitizerIoctl, KVM_GET_MSR_INDEX_LIST) { function
H A Dsanitizer_type_traits_test.cc19 TEST(SanitizerCommon, IsSame) { function
/src/regress/lib/libc/divrem/
H A Ddivremtest.c49 #define TEST(id, a, b, c) \ macro
57 #define T64S(a, b, c) TEST("64 ", (a), (b), (c))
58 #define T64U(a, b, c) TEST("64U", (a), (b), (c))
97 TEST("32 ", a32 + k, b32 + l, sr32);
98 TEST("32 ", a32 + k, -(b32 + l), sr32);
99 TEST("32 ", -(a32 + k), b32 + l, sr32);
100 TEST("32 ", -(a32 + k), -(b32 + l), sr32);
103 TEST("32U", (1U << i) + k, (1U << j) + l, ur32);
112 TEST("32 ", a32, b32, sr32);
114 TEST("3
[all...]
/src/tests/bin/sh/
H A Dt_fsplit.sh47 if [ "${TEST}" -eq 0 ]
52 TEST=$((${TEST} + 1))
56 (*) atf_fail "Internal test error, $# args to check, test ${TEST}";;
76 FAILURES="${FAILURES}${FAILURES:+ }${TEST}"
78 "${TEST}" "$1"
88 FAILURES="${FAILURES}${FAILURES:+ }${TEST}"
90 "${TEST}" "$1"
111 "${NAME}" "$#" "${TEST}" "$*"
113 atf_fail "$# of ${TEST} su
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_linux_test.cc37 TEST(Interception, GetRealFunctionAddress) { function in namespace:__interception
48 TEST(Interception, Basic) { function in namespace:__interception
/src/usr.bin/sed/TEST/
H A Dsed.test50 TEST=$(cd $(dirname $0)/.. && make -V .OBJDIR)/sed
70 tests $TEST $TESTLOG
436 echo 'BSD sed drops core on this one; TEST SKIPPED'
520 $TEST -x && exit 1
521 $TEST -f && exit 1
522 $TEST -e && exit 1
523 $TEST -f /dev/dds && exit 1
524 $TEST p /dev/dds && exit 1
525 $TEST -f /bin/sh && exit 1
526 $TEST '{'
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dallocator_test.cc26 TEST(AllocatorTest, Construction) { Allocator<sizeof(TestData)> A(2 << 11); } function in namespace:__xray::__anon77de95eb0110
28 TEST(AllocatorTest, Allocate) { function in namespace:__xray::__anon77de95eb0110
34 TEST(AllocatorTest, OverAllocate) { function in namespace:__xray::__anon77de95eb0110
47 TEST(AllocatorTest, AllocateBoundaries) { function in namespace:__xray::__anon77de95eb0110
60 TEST(AllocatorTest, AllocateFromNonOwned) { function in namespace:__xray::__anon77de95eb0110
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc236 TEST(MemorySanitizerSanity, PoisonInMalloc) { function
242 TEST(MemorySanitizer, NegativeTest1) { function
249 TEST(MemorySanitizer, PositiveTest1) { function
291 TEST(MemorySanitizer, Phi1) { function
302 TEST(MemorySanitizer, Phi2) { function
313 TEST(MemorySanitizer, ArgTest) { function
320 TEST(MemorySanitizer, CallAndRet) { function
334 TEST(MemorySanitizer, DISABLED_MallocNoIdent) { function
340 TEST(MemorySanitizer, Malloc) { function
346 TEST(MemorySanitize function
367 TEST(MemorySanitizer, Calloc) { function
374 TEST(MemorySanitizer, CallocReturnsZeroMem) { function
391 TEST(MemorySanitizer, AndOr) { function
422 TEST(MemorySanitizer, Not) { function
443 TEST(MemorySanitizer, Shift) { function
481 TEST(MemorySanitizer, LoadFromDirtyAddress) { function
488 TEST(MemorySanitizer, StoreToDirtyAddress) { function
518 TEST(MemorySanitizer, StackTest) { function
527 TEST(MemorySanitizer, DISABLED_StackStressTest) { function
548 TEST(MemorySanitizer, FloatingPointTest) { function
553 TEST(MemorySanitizer, DynMem) { function
562 TEST(MemorySanitizer, DynRet) { function
567 TEST(MemorySanitizer, DynRet1) { function
591 TEST(MemorySanitizer, strcmp) { function
605 TEST(MemorySanitizer, LargeRet) { function
611 TEST(MemorySanitizer, strerror) { function
618 TEST(MemorySanitizer, strerror_r) { function
627 TEST(MemorySanitizer, fread) { function
639 TEST(MemorySanitizer, read) { function
652 TEST(MemorySanitizer, pread) { function
665 TEST(MemorySanitizer, readv) { function
689 TEST(MemorySanitizer, preadv) { function
714 TEST(MemorySanitizer, DISABLED_ioctl) { function
720 TEST(MemorySanitizer, readlink) { function
727 TEST(MemorySanitizer, readlinkat) { function
734 TEST(MemorySanitizer, stat) { function
743 TEST(MemorySanitizer, fstatat) { function
756 TEST(MemorySanitizer, statfs) { function
766 TEST(MemorySanitizer, statvfs) { function
776 TEST(MemorySanitizer, fstatvfs) { function
788 TEST(MemorySanitizer, pipe) { function
798 TEST(MemorySanitizer, pipe2) { function
808 TEST(MemorySanitizer, socketpair) { function
818 TEST(MemorySanitizer, poll) { function
842 TEST(MemorySanitizer, ppoll) { function
868 TEST(MemorySanitizer, poll_positive) { function
884 TEST(MemorySanitizer, bind_getsockname) { function
1117 TEST(MemorySanitizer, gethostent) { function
1125 TEST(MemorySanitizer, gethostbyname) { function
1133 TEST(MemorySanitizer, getaddrinfo) { function
1145 TEST(MemorySanitizer, getnameinfo) { function
1165 TEST(MemorySanitizer, gethostbyname2) { function
1171 TEST(MemorySanitizer, gethostbyaddr) { function
1180 TEST(MemorySanitizer, gethostent_r) { function
1195 TEST(MemorySanitizer, gethostbyname_r) { function
1210 TEST(MemorySanitizer, gethostbyname_r_bad_host_name) { function
1222 TEST(MemorySanitizer, gethostbyname_r_erange) { function
1234 TEST(MemorySanitizer, gethostbyname2_r) { function
1250 TEST(MemorySanitizer, gethostbyaddr_r) { function
1267 TEST(MemorySanitizer, getsockopt) { function
1278 TEST(MemorySanitizer, getcwd) { function
1285 TEST(MemorySanitizer, getcwd_gnu) { function
1293 TEST(MemorySanitizer, get_current_dir_name) { function
1301 TEST(MemorySanitizer, shmctl) { function
1326 TEST(MemorySanitizer, shmat) { function
1359 TEST(MemorySanitizer, random_r) { function
1376 TEST(MemorySanitizer, confstr) { function
1392 TEST(MemorySanitizer, opendir) { function
1402 TEST(MemorySanitizer, readdir) { function
1410 TEST(MemorySanitizer, readdir_r) { function
1421 TEST(MemorySanitizer, realpath) { function
1429 TEST(MemorySanitizer, realpath_null) { function
1439 TEST(MemorySanitizer, canonicalize_file_name) { function
1450 TEST(MemorySanitizer, setenv) { function
1458 TEST(MemorySanitizer, putenv) { function
1467 TEST(MemorySanitizer, memcpy) { function
1520 TEST(MemorySanitizer, memcpy_unaligned) { function
1529 TEST(MemorySanitizer, memmove) { function
1539 TEST(MemorySanitizer, memccpy_nomatch) { function
1553 TEST(MemorySanitizer, memccpy_match) { function
1567 TEST(MemorySanitizer, memccpy_nomatch_positive) { function
1576 TEST(MemorySanitizer, memccpy_match_positive) { function
1586 TEST(MemorySanitizer, bcopy) { function
1596 TEST(MemorySanitizer, strdup) { function
1607 TEST(MemorySanitizer, strndup) { function
1626 TEST(MemorySanitizer, strndup_short) { function
1651 TEST(MemorySanitizer, overlap_memmove) { function
1658 TEST(MemorySanitizer, strcpy) { // NOLINT function
1670 TEST(MemorySanitizer, strncpy) { // NOLINT function
1684 TEST(MemorySanitizer, stpcpy) { // NOLINT function
1697 TEST(MemorySanitizer, strcat) { // NOLINT function
1710 TEST(MemorySanitizer, strncat) { // NOLINT function
1723 TEST(MemorySanitizer, strncat_overflow) { // NOLINT function
1736 TEST(MemorySanitizer, wcscat) { function
1754 TEST(MemorySanitizer, wcsncat) { function
1854 TEST(MemorySanitizer, strtoumax) { function
1884 TEST(MemorySanitizer, modff) { function
1890 TEST(MemorySanitizer, modfl) { function
1897 TEST(MemorySanitizer, sincos) { function
1906 TEST(MemorySanitizer, sincosf) { function
1915 TEST(MemorySanitizer, sincosl) { function
1923 TEST(MemorySanitizer, remquo) { function
1930 TEST(MemorySanitizer, remquof) { function
1938 TEST(MemorySanitizer, remquol) { function
1946 TEST(MemorySanitizer, lgamma) { function
1952 TEST(MemorySanitizer, lgammaf) { function
1959 TEST(MemorySanitizer, lgammal) { function
1966 TEST(MemorySanitizer, lgamma_r) { function
1973 TEST(MemorySanitizer, lgammaf_r) { function
1981 TEST(MemorySanitizer, lgammal_r) { function
1990 TEST(MemorySanitizer, drand48_r) { function
2000 TEST(MemorySanitizer, lrand48_r) { function
2009 TEST(MemorySanitizer, sprintf) { // NOLINT function
2023 TEST(MemorySanitizer, snprintf) { function
2037 TEST(MemorySanitizer, swprintf) { function
2052 TEST(MemorySanitizer, asprintf) { // NOLINT function
2066 TEST(MemorySanitizer, mbstowcs) { function
2079 TEST(MemorySanitizer, wcstombs) { function
2089 TEST(MemorySanitizer, wcsrtombs) { function
2104 TEST(MemorySanitizer, wcsnrtombs) { function
2117 TEST(MemorySanitizer, wcrtomb) { function
2127 TEST(MemorySanitizer, wmemset) { function
2137 TEST(MemorySanitizer, mbtowc) { function
2145 TEST(MemorySanitizer, mbrtowc) { function
2157 TEST(MemorySanitizer, wcsftime) { function
2168 TEST(MemorySanitizer, gettimeofday) { function
2186 TEST(MemorySanitizer, clock_gettime) { function
2195 TEST(MemorySanitizer, clock_getres) { function
2207 TEST(MemorySanitizer, getitimer) { function
2237 TEST(MemorySanitizer, setitimer_null) { function
2244 TEST(MemorySanitizer, time) { function
2252 TEST(MemorySanitizer, strptime) { function
2261 TEST(MemorySanitizer, localtime) { function
2272 TEST(MemorySanitizer, localtime_r) { function
2323 TEST(MemorySanitizer, getmntent) { function
2341 TEST(MemorySanitizer, getmntent_r) { function
2361 TEST(MemorySanitizer, ether) { function
2381 TEST(MemorySanitizer, mmap) { function
2403 TEST(MemorySanitizer, fcvt) { function
2419 TEST(MemorySanitizer, fcvt_long) { function
2434 TEST(MemorySanitizer, memchr) { function
2450 TEST(MemorySanitizer, memrchr) { function
2466 TEST(MemorySanitizer, frexp) { function
2507 TEST(MemorySanitizer, sigaction) { function in namespace:__anon83c22ad50110
2551 TEST(MemorySanitizer, sigemptyset) { function
2559 TEST(MemorySanitizer, sigfillset) { function
2567 TEST(MemorySanitizer, sigpending) { function
2575 TEST(MemorySanitizer, sigprocmask) { function
2591 TEST(MemorySanitizer, Invoke) { function
2600 TEST(MemorySanitizer, ptrtoint) { function
2640 TEST(MemorySanitizer, VAArgTest) { function
2662 TEST(MemorySanitizer, VAArgManyTest) { function
2676 TEST(MemorySanitizer, VAArgManyFixTest) { function
2696 TEST(MemorySanitizer, VAArgPass) { function
2720 TEST(MemorySanitizer, VAArgCopy) { function
2736 TEST(MemorySanitizer, VAArgPtr) { function
2777 TEST(MemorySanitizer, VAArgOverflow) { function
2813 TEST(MemorySanitizer, VAArgTLSOverwrite) { function
2851 TEST(MemorySanitizer, VAArgStructByVal) { function
2879 TEST(MemorySanitizer, StructByVal) { function
2897 TEST(MemorySanitizer, m128) { function
2921 TEST(MemorySanitizer, StructWithHole) { function
2971 TEST(MemorySanitizer, IntStruct3) { function
3005 TEST(MemorySanitizer, LongStruct) { function
3039 TEST(MemorySanitizer, getrlimit) { function
3066 TEST(MemorySanitizer, getrusage) { function
3107 TEST(MemorySanitizer, dladdr) { function
3162 TEST(MemorySanitizer, dl_iterate_phdr) { function
3178 TEST(MemorySanitizer, dlopen) { function
3204 TEST(MemorySanitizer, dlopenFailed) { function
3213 TEST(MemorySanitizer, sched_getaffinity) { function
3221 TEST(MemorySanitizer, scanf) { function
3244 TEST(MemorySanitizer, SimpleThread) { function
3268 TEST(MemorySanitizer, SmallStackThread) { function
3285 TEST(MemorySanitizer, SmallPreAllocatedStackThread) { function
3305 TEST(MemorySanitizer, pthread_attr_get) { function
3372 TEST(MemorySanitizer, pthread_getschedparam) { function
3381 TEST(MemorySanitizer, pthread_key_create) { function
3409 TEST(MemorySanitizer, pthread_cond_wait) { function
3436 TEST(MemorySanitizer, tmpnam) { function
3443 TEST(MemorySanitizer, tempnam) { function
3449 TEST(MemorySanitizer, posix_memalign) { function
3460 TEST(MemorySanitizer, memalign) { function
3467 TEST(MemorySanitizer, valloc) { function
3475 TEST(MemorySanitizer, pvalloc) { function
3489 TEST(MemorySanitizer, inet_pton) { function
3504 TEST(MemorySanitizer, inet_aton) { function
3513 TEST(MemorySanitizer, uname) { function
3524 TEST(MemorySanitizer, gethostname) { function
3532 TEST(MemorySanitizer, sysinfo) { function
3540 TEST(MemorySanitizer, getpwuid) { function
3550 TEST(MemorySanitizer, getpwuid_r) { function
3564 TEST(MemorySanitizer, getpwnam_r) { function
3578 TEST(MemorySanitizer, getpwnam_r_positive) { function
3589 TEST(MemorySanitizer, getgrnam_r) { function
3604 TEST(MemorySanitizer, getpwent) { function
3614 TEST(MemorySanitizer, getpwent_r) { function
3629 TEST(MemorySanitizer, fgetpwent) { function
3641 TEST(MemorySanitizer, getgrent) { function
3652 TEST(MemorySanitizer, fgetgrent) { function
3668 TEST(MemorySanitizer, getgrent_r) { function
3683 TEST(MemorySanitizer, fgetgrent_r) { function
3700 TEST(MemorySanitizer, getgroups) { function
3709 TEST(MemorySanitizer, getgroups_zero) { function
3715 TEST(MemorySanitizer, getgroups_negative) { function
3724 TEST(MemorySanitizer, wordexp) { function
3744 TEST(MemorySanitizer, SignedCompareWithZero) { function
3763 TEST(MemorySanitizer, ICmpRelational) { function
3813 TEST(MemorySanitizer, ICmpVectorRelational) { function
3827 TEST(MemorySanitizer, stmxcsr_ldmxcsr) { function
3847 TEST(MemorySanitizer, VolatileBitfield) { function
3854 TEST(MemorySanitizer, UnalignedLoad) { function
3888 TEST(MemorySanitizer, UnalignedStore16) { function
3902 TEST(MemorySanitizer, UnalignedStore32) { function
3920 TEST(MemorySanitizer, UnalignedStore64) { function
3943 TEST(MemorySanitizer, UnalignedStore16_precise) { function
3966 TEST(MemorySanitizer, UnalignedStore16_precise2) { function
3989 TEST(MemorySanitizer, UnalignedStore64_precise) { function
4021 TEST(MemorySanitizer, UnalignedStore64_precise2) { function
4072 TEST(VectorShiftTest, sse2_left_scalar) { function in namespace:__anon83c22ad50310
4083 TEST(VectorShiftTest, sse2_left_scalar_by_uninit) { function in namespace:__anon83c22ad50310
4096 TEST(VectorShiftTest, sse2_left) { function in namespace:__anon83c22ad50310
4109 TEST(VectorShiftTest, sse2_left_by_uninit) { function in namespace:__anon83c22ad50310
4129 TEST(VectorShiftTest, avx2_left) { function in namespace:__anon83c22ad50310
4144 TEST(VectorPackTest, sse2_packssdw_128) { function
4168 TEST(VectorPackTest, mmx_packuswb) { function
4190 TEST(VectorSadTest, sse2_psad_bw) { function
4202 TEST(VectorMaddTest, mmx_pmadd_wd) { function
4213 TEST(VectorCmpTest, mm_cmpneq_ps) { function
4225 TEST(VectorCmpTest, mm_cmpneq_sd) { function
4239 TEST(VectorCmpTest, builtin_ia32_ucomisdlt) { function
4255 TEST(MemorySanitizerOrigins, SetGet) { function
4274 TEST(MemorySanitizerOrigins, InitializedStoreDoesNotChangeOrigin) { function in namespace:__anon83c22ad50410
4330 TEST(MemorySanitizerOrigins, BinaryOp) { function
4344 TEST(MemorySanitizerOrigins, Unary) { function
4370 TEST(MemorySanitizerOrigins, EQ) { function
4377 TEST(MemorySanitizerOrigins, DIV) { function
4384 TEST(MemorySanitizerOrigins, SHIFT) { function
4425 TEST(MemorySanitizerOrigins, LargeMemCpy) { function
4431 TEST(MemorySanitizerOrigins, SmallMemCpy) { function
4438 TEST(MemorySanitizerOrigins, Select) { function
4459 TEST(MemorySanitizerOrigins, Retval) { function
4468 TEST(MemorySanitizerOrigins, Param) { function
4478 TEST(MemorySanitizerOrigins, Invoke) { function
4484 TEST(MemorySanitizerOrigins, strlen) { function
4494 TEST(MemorySanitizerOrigins, wcslen) { function
4503 TEST(MemorySanitizerOrigins, StoreIntrinsic) { function
4530 TEST(MemorySanitizer, Select) { function
4537 TEST(MemorySanitizer, SelectPartial) { function
4557 TEST(MemorySanitizerStress, DISABLED_MallocStackTrace) { function
4561 TEST(MemorySanitizerAllocator, get_estimated_allocated_size) { function
4569 TEST(MemorySanitizerAllocator, get_allocated_size_and_ownership) { function
4597 TEST(MemorySanitizer, MlockTest) { function
4605 TEST(MemorySanitizer, LargeAllocatorUnpoisonsOnFree) { function
4629 TEST(MemorySanitizer, MallocUsableSizeTest) { function
[all...]

Completed in 15 milliseconds

12345