/src/tests/lib/lua/libm/ |
h_lualibm.c | 4 #define TEST(M_) printf("%-24s%+2.13f\n", #M_, M_) 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_PI) [all...] |
/src/tests/lib/libc/net/getaddrinfo/ |
t_getaddrinfo.sh | 69 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 localhost echo ) > out 2>& [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_bench.cc | 35 TEST(DISABLED_BENCH, Mop1) { 39 TEST(DISABLED_BENCH, Mop1Read) { 43 TEST(DISABLED_BENCH, Mop1Write) { 47 TEST(DISABLED_BENCH, Mop2) { 51 TEST(DISABLED_BENCH, Mop2Read) { 55 TEST(DISABLED_BENCH, Mop2Write) { 59 TEST(DISABLED_BENCH, Mop4) { 63 TEST(DISABLED_BENCH, Mop4Read) { 67 TEST(DISABLED_BENCH, Mop4Write) { 71 TEST(DISABLED_BENCH, Mop8) [all...] |
tsan_thread.cc | 16 TEST(ThreadSanitizer, ThreadSync) { 27 TEST(ThreadSanitizer, ThreadDetach1) { 33 TEST(ThreadSanitizer, ThreadDetach2) { 47 TEST(DISABLED_SLOW_ThreadSanitizer, ThreadALot) {
|
tsan_string.cc | 19 TEST(ThreadSanitizer, Memcpy) { 40 TEST(ThreadSanitizer, MemcpyRace1) { 49 TEST(ThreadSanitizer, MemcpyRace2) { 58 TEST(ThreadSanitizer, MemcpyRace3) { 67 TEST(ThreadSanitizer, MemcpyStack) { 75 TEST(ThreadSanitizer, MemsetRace1) {
|
tsan_mop.cc | 19 TEST(ThreadSanitizer, SimpleWrite) { 25 TEST(ThreadSanitizer, SimpleWriteWrite) { 32 TEST(ThreadSanitizer, WriteWriteRace) { 39 TEST(ThreadSanitizer, ReadWriteRace) { 46 TEST(ThreadSanitizer, WriteReadRace) { 53 TEST(ThreadSanitizer, ReadReadNoRace) { 60 TEST(ThreadSanitizer, WriteThenRead) { 68 TEST(ThreadSanitizer, WriteThenLockedRead) { 87 TEST(ThreadSanitizer, LockedWriteThenRead) { 107 TEST(ThreadSanitizer, RaceWithOffset) [all...] |
/src/lib/libutil/ |
stat_flags.c | 101 #define TEST(a, b, f) { \ 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(p, "schange", SF_IMMUTABLE) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mac_test.cc | 22 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree) { 34 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree_ChildPhread) { 62 TEST(AddressSanitizerMac, CFAllocator_PassMemoryToAnotherThread) { 71 TEST(AddressSanitizerMac, DISABLED_CFAllocatorSystemDefaultDoubleFree) { 78 TEST(AddressSanitizerMac, CFAllocatorMallocDoubleFree) { 82 TEST(AddressSanitizerMac, DISABLED_CFAllocatorMallocZoneDoubleFree) { 89 TEST(AddressSanitizerMac, GCDDispatchAsync) { 95 TEST(AddressSanitizerMac, GCDDispatchSync) { 102 TEST(AddressSanitizerMac, GCDReuseWqthreadsAsync) { 108 TEST(AddressSanitizerMac, GCDReuseWqthreadsSync) [all...] |
asan_test.cc | 61 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) { 72 TEST(AddressSanitizer, SimpleDeathTest) { 76 TEST(AddressSanitizer, VariousMallocsTest) { 111 TEST(AddressSanitizer, CallocTest) { 117 TEST(AddressSanitizer, CallocReturnsZeroMem) { 131 // FIXME: OOM on Windows. We should just make this a lit test 141 TEST(AddressSanitizer, VallocTest) { 149 TEST(AddressSanitizer, PvallocTest) { 185 TEST(AddressSanitizer, DISABLED_TSDTest) { 195 TEST(AddressSanitizer, UAF_char) [all...] |
asan_oob_test.cc | 69 TEST(AddressSanitizer, OOB_char) { 73 TEST(AddressSanitizer, OOB_int) { 77 TEST(AddressSanitizer, OOBRightTest) { 104 TEST(AddressSanitizer, LargeOOBRightTest) { 114 TEST(AddressSanitizer, DISABLED_DemoOOBLeftLow) { 118 TEST(AddressSanitizer, DISABLED_DemoOOBLeftHigh) { 122 TEST(AddressSanitizer, DISABLED_DemoOOBRightLow) { 126 TEST(AddressSanitizer, DISABLED_DemoOOBRightHigh) {
|
asan_benchmarks_test.cc | 44 TEST(AddressSanitizer, ManyAccessBenchmark) { 66 TEST(AddressSanitizer, BorderAccessBenchmark) { 77 TEST(AddressSanitizer, FakeStackBenchmark) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_symbolizer_test.cc | 20 TEST(Symbolizer, ExtractToken) { 35 TEST(Symbolizer, ExtractInt) { 42 TEST(Symbolizer, ExtractUptr) { 49 TEST(Symbolizer, ExtractTokenUpToDelimiter) { 59 TEST(Symbolizer, DemangleSwiftAndCXX) {
|
sanitizer_vector_test.cc | 18 TEST(Vector, Basic) { 30 TEST(Vector, Stride) { 42 TEST(Vector, ResizeReduction) {
|
sanitizer_nolibc_test.cc | 24 TEST(SanitizerCommon, NolibcMain) {
|
sanitizer_flags_test.cc | 55 TEST(SanitizerCommon, BooleanFlags) { 74 TEST(SanitizerCommon, HandleSignalMode) { 96 TEST(SanitizerCommon, IntFlags) { 111 TEST(SanitizerCommon, StrFlags) { 140 TEST(SanitizerCommon, MultipleFlags) { 150 TEST(SanitizerCommon, CommonSuffixFlags) { 159 TEST(SanitizerCommon, CommonFlags) {
|
sanitizer_stackdepot_test.cc | 20 TEST(SanitizerCommon, StackDepotBasic) { 30 TEST(SanitizerCommon, StackDepotAbsent) { 35 TEST(SanitizerCommon, StackDepotEmptyStack) { 41 TEST(SanitizerCommon, StackDepotZeroId) { 46 TEST(SanitizerCommon, StackDepotSame) { 58 TEST(SanitizerCommon, StackDepotSeveral) { 68 TEST(SanitizerCommon, StackDepotReverseMap) {
|
sanitizer_printf_test.cc | 22 TEST(Printf, Basic) { 38 TEST(Printf, OverflowStr) { 52 TEST(Printf, OverflowInt) { 65 TEST(Printf, OverflowUint) { 84 TEST(Printf, OverflowPtr) { 118 TEST(Printf, MinMax) { 130 TEST(Printf, Padding) { 143 TEST(Printf, Precision) {
|
sanitizer_ioctl_test.cc | 54 TEST(SanitizerIoctl, Fixup) { 78 // Test decoding KVM ioctl numbers. 79 TEST(SanitizerIoctl, KVM_GET_MP_STATE) { 88 TEST(SanitizerIoctl, KVM_GET_LAPIC) { 97 TEST(SanitizerIoctl, KVM_GET_MSR_INDEX_LIST) {
|
sanitizer_type_traits_test.cc | 19 TEST(SanitizerCommon, IsSame) {
|
/src/regress/lib/libc/divrem/ |
divremtest.c | 49 #define TEST(id, a, b, c) \ 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("32U", (unsigned)a32, (unsigned)b32, ur32) [all...] |
/src/tests/bin/sh/ |
t_fsplit.sh | 39 # the implementation of "sh" to test 47 if [ "${TEST}" -eq 0 ] 52 TEST=$((${TEST} + 1)) 56 (*) atf_fail "Internal test error, $# args to check, test ${TEST}";; 68 # # trim the test text in case we use it in a message below 76 FAILURES="${FAILURES}${FAILURES:+ }${TEST}" 77 printf >&2 'Sub-test %d failed:\n %s\n' [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/ |
interception_linux_test.cc | 37 TEST(Interception, GetRealFunctionAddress) { 48 TEST(Interception, Basic) {
|
/src/usr.bin/sed/TEST/ |
sed.test | 2 # $NetBSD: sed.test,v 1.5 2011/11/12 03:15:05 christos Exp $ 36 # from: @(#)sed.test 8.1 (Berkeley) 6/6/93 37 # $NetBSD: sed.test,v 1.5 2011/11/12 03:15:05 christos Exp $ 44 # Two directories *.out contain the test results 50 TEST=$(cd $(dirname $0)/.. && make -V .OBJDIR)/sed 70 tests $TEST $TESTLOG 99 echo "Test $1:$MARK" 101 echo "Test $1:$MARK" >&5 215 echo BSD sed fails this test 336 echo BSD sed fails this test [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
allocator_test.cc | 26 TEST(AllocatorTest, Construction) { Allocator<sizeof(TestData)> A(2 << 11); } 28 TEST(AllocatorTest, Allocate) { 34 TEST(AllocatorTest, OverAllocate) { 47 TEST(AllocatorTest, AllocateBoundaries) { 60 TEST(AllocatorTest, AllocateFromNonOwned) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
msan_test.cc | 236 TEST(MemorySanitizerSanity, PoisonInMalloc) { 242 TEST(MemorySanitizer, NegativeTest1) { 249 TEST(MemorySanitizer, PositiveTest1) { 291 TEST(MemorySanitizer, Phi1) { 302 TEST(MemorySanitizer, Phi2) { 313 TEST(MemorySanitizer, ArgTest) { 320 TEST(MemorySanitizer, CallAndRet) { 332 // malloc() in the following test may be optimized to produce a compile-time 334 TEST(MemorySanitizer, DISABLED_MallocNoIdent) { 340 TEST(MemorySanitizer, Malloc) [all...] |