| /openbsd-src/regress/sys/crypto/aes/vectors/ |
| H A D | ecbvk48.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbnk48.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbnt44.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbnk44.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbnt48.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbvt44.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbvt48.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| H A D | ecbvk44.txt | 12 TEST= 0 15 TEST= 1 18 TEST= 2 21 TEST= 3 24 TEST= 4 27 TEST= 5 30 TEST= 6 33 TEST= 7 36 TEST= 8 39 TEST= 9 [all …]
|
| /openbsd-src/regress/lib/libc/getaddrinfo/ |
| H A D | testsuite.sh | 33 TEST=./gaitest 38 $TEST ::1 http 39 $TEST 127.0.0.1 http 40 $TEST localhost http 41 $TEST ::1 tftp 42 $TEST 127.0.0.1 tftp 43 $TEST localhost tftp 44 $TEST ::1 echo 45 $TEST 127.0.0.1 echo 46 $TEST localhost echo [all …]
|
| /openbsd-src/regress/usr.bin/sort/ |
| H A D | stests | 60 export TEST # major sequence number of test 88 echo $TEST$X comparison failed 91 echo $TEST$X checksum failed 94 echo $TEST$X failed 104 awk 'END{ if(NR!='$3') print "'$TEST$1' failed" }' $2 110 TEST=01; echo $TEST # -c status, checksum 118 $SORTPROG -c in 2>/dev/null && echo ${TEST}A failed 122 $o $SORTPROG +0 in -o in || echo ${TEST}c failed 125 TEST=02; echo $TEST # output from -c, none from -C 131 $SORTPROG -cr in >out 2>xx && echo ${TEST}A failed [all …]
|
| /openbsd-src/regress/lib/libc/hsearch/ |
| H A D | hsearchtest.c | 47 #define TEST(e) ((e) ? (void)0 : testfail(__FILE__, __LINE__, #e)) macro 67 TEST(created_ok); in main() 76 TEST(e.key != NULL); in main() 79 TEST(ep != NULL); in main() 80 TEST(strcmp(ep->key, ch) == 0); in main() 81 TEST((long)ep->data == i); in main() 91 TEST(ep != NULL); in main() 92 TEST(strcmp(ep->key, ch) == 0); in main() 93 TEST((long)ep->data == i); in main() 100 TEST(ep != NULL); in main() [all …]
|
| /openbsd-src/regress/lib/csu/init_priority/ |
| H A D | init_priority_test.cc | 24 #define TEST(n) Test test_##n (n) __attribute__((init_priority (n))) macro 26 #define TEST(n) Test test_##n __attribute__((init_priority (n))) (n) macro 28 TEST(12597); 29 TEST(20840); 30 TEST(31319); 31 TEST(17071); 32 TEST(47220); 33 TEST(40956); 34 TEST(28373); 35 TEST(8742); [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| H A D | asan_mac_test.cpp | 21 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree) { in TEST() function 33 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree_ChildPhread) { in TEST() function 61 TEST(AddressSanitizerMac, CFAllocator_PassMemoryToAnotherThread) { in TEST() function 70 TEST(AddressSanitizerMac, DISABLED_CFAllocatorSystemDefaultDoubleFree) { in TEST() function 77 TEST(AddressSanitizerMac, CFAllocatorMallocDoubleFree) { in TEST() function 81 TEST(AddressSanitizerMac, DISABLED_CFAllocatorMallocZoneDoubleFree) { in TEST() function 88 TEST(AddressSanitizerMac, GCDDispatchAsync) { in TEST() function 94 TEST(AddressSanitizerMac, GCDDispatchSync) { in TEST() function 101 TEST(AddressSanitizerMac, GCDReuseWqthreadsAsync) { in TEST() function 107 TEST(AddressSanitizerMac, GCDReuseWqthreadsSync) { in TEST() function [all …]
|
| H A D | asan_test.cpp | 60 TEST(AddressSanitizer, HasFeatureAddressSanitizerTest) { in TEST() function 71 TEST(AddressSanitizer, SimpleDeathTest) { in TEST() function 75 TEST(AddressSanitizer, VariousMallocsTest) { in TEST() function 110 TEST(AddressSanitizer, CallocTest) { in TEST() function 116 TEST(AddressSanitizer, CallocReturnsZeroMem) { in TEST() function 140 TEST(AddressSanitizer, VallocTest) { in TEST() function 148 TEST(AddressSanitizer, PvallocTest) { in TEST() function 184 TEST(AddressSanitizer, DISABLED_TSDTest) { in TEST() function 194 TEST(AddressSanitizer, UAF_char) { in TEST() function 203 TEST(AddressSanitizer, UAF_long_double) { in TEST() function [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/tests/unit/ |
| H A D | endian_test.cpp | 20 TEST(Endian, ByteSwap_32) { in TEST() function 25 TEST(Endian, ByteSwap_64) { in TEST() function 32 TEST(Endian, getSwappedBytes_UnsignedRoundTrip) { in TEST() function 56 TEST(Endian, getSwappedBytes_SignedRoundTrip) { in TEST() function 94 TEST(Endian, getSwappedBytes_uint8_t) { in TEST() function 98 TEST(Endian, getSwappedBytes_uint16_t) { in TEST() function 102 TEST(Endian, getSwappedBytes_uint32_t) { in TEST() function 106 TEST(Endian, getSwappedBytes_uint64_t) { in TEST() function 111 TEST(Endian, getSwappedBytes_int8_t) { in TEST() function 115 TEST(Endian, getSwappedBytes_int16_t) { in TEST() function [all …]
|
| H A D | error_test.cpp | 52 TEST(Error, CheckedSuccess) { in TEST() function 58 TEST(Error, ConsumeSuccess) { consumeError(Error::success()); } in TEST() function 60 TEST(Error, ConsumeError) { in TEST() function 69 TEST(Error, UncheckedSuccess) { in TEST() function 76 TEST(Error, CheckedButUnhandledError) { in TEST() function 87 TEST(Error, BasicErrorCast) { in TEST() function 130 TEST(Error, ErrorAsOutParameterChecked) { in TEST() function 137 TEST(Error, ErrorAsOutParameterUnchecked) { in TEST() function 148 TEST(Error, IsAHandling) { in TEST() function 165 TEST(Error, StringError) { in TEST() function [all …]
|
| H A D | simple_packed_serialization_test.cpp | 18 TEST(SimplePackedSerializationTest, SPSOutputBuffer) { in TEST() function 38 TEST(SimplePackedSerializationTest, SPSInputBuffer) { in TEST() function 80 TEST(SimplePackedSerializationTest, BoolSerialization) { in TEST() function 85 TEST(SimplePackedSerializationTest, CharSerialization) { in TEST() function 91 TEST(SimplePackedSerializationTest, Int8Serialization) { in TEST() function 95 TEST(SimplePackedSerializationTest, UInt8Serialization) { in TEST() function 99 TEST(SimplePackedSerializationTest, Int16Serialization) { in TEST() function 103 TEST(SimplePackedSerializationTest, UInt16Serialization) { in TEST() function 107 TEST(SimplePackedSerializationTest, Int32Serialization) { in TEST() function 111 TEST(SimplePackedSerializationTest, UInt32Serialization) { in TEST() function [all …]
|
| /openbsd-src/usr.bin/sed/TEST/ |
| H A D | sed.test | 45 TEST=../obj/sed 65 tests $TEST $TESTLOG 515 $TEST -x && exit 1 516 $TEST -f && exit 1 517 $TEST -e && exit 1 518 $TEST -f /dev/dds && exit 1 519 $TEST p /dev/dds && exit 1 520 $TEST -f /bin/sh && exit 1 521 $TEST '{' && exit 1 522 $TEST '{' && exit 1 [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_bench.cpp | 34 TEST(DISABLED_BENCH, Mop1) { in TEST() function 38 TEST(DISABLED_BENCH, Mop1Read) { in TEST() function 42 TEST(DISABLED_BENCH, Mop1Write) { in TEST() function 46 TEST(DISABLED_BENCH, Mop2) { in TEST() function 50 TEST(DISABLED_BENCH, Mop2Read) { in TEST() function 54 TEST(DISABLED_BENCH, Mop2Write) { in TEST() function 58 TEST(DISABLED_BENCH, Mop4) { in TEST() function 62 TEST(DISABLED_BENCH, Mop4Read) { in TEST() function 66 TEST(DISABLED_BENCH, Mop4Write) { in TEST() function 70 TEST(DISABLED_BENCH, Mop8) { in TEST() function [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| H A D | tabs.t | 7 TEST 1 u 12 TEST 2 e 17 TEST 3 e 26 TEST 4 u 35 TEST 5 u 40 TEST 6 e 45 TEST 7 u 50 TEST 8 e 63 TEST 9 u 68 TEST 10 u [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | virtfunc.cc | 155 #define TEST(EXPR, EXPECTED) \ macro 166 TEST(pAe->f(), 20); in test_calls() 167 TEST(pAa->f(), 1); in test_calls() 169 TEST(pDe->vg(), 202); in test_calls() 170 TEST(pADe->vg(), 202); in test_calls() 171 TEST(pDd->vg(), 101); in test_calls() 173 TEST(pEe->vvb(), 411); in test_calls() 175 TEST(pVB->vvb(), 407); in test_calls() 177 TEST(pBe->vvb(), 411); in test_calls() 178 TEST(pDe->vvb(), 411); in test_calls() [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 239 TEST(MemorySanitizerSanity, PoisonInMalloc) { in TEST() function 245 TEST(MemorySanitizer, NegativeTest1) { in TEST() function 252 TEST(MemorySanitizer, PositiveTest1) { in TEST() function 294 TEST(MemorySanitizer, Phi1) { in TEST() function 305 TEST(MemorySanitizer, Phi2) { in TEST() function 316 TEST(MemorySanitizer, ArgTest) { in TEST() function 323 TEST(MemorySanitizer, CallAndRet) { in TEST() function 337 TEST(MemorySanitizer, DISABLED_MallocNoIdent) { in TEST() function 343 TEST(MemorySanitizer, Malloc) { in TEST() function 349 TEST(MemorySanitizer, Realloc) { in TEST() function [all …]
|
| /openbsd-src/regress/lib/libm/msun/ |
| H A D | fmaxmin_test.c | 47 #define TEST(func, type, x, y, expected, rmode) do { \ macro 64 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r() 65 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r() 66 TEST(fmax, double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmax, double, small, big, expected_max, rmode); in testall_r() 68 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r() 69 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r() 70 TEST(fminf, float, big, small, expected_min, rmode); in testall_r() 71 TEST(fminf, float, small, big, expected_min, rmode); in testall_r() 72 TEST(fmin, double, big, small, expected_min, rmode); in testall_r() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | wait.t | 43 my $TEST = 1; 44 ok($TEST++, 1, 'Loaded'); 61 # - TEST basics 63 ok($TEST++, defined &cond_wait, "cond_wait() present"); 64 ok($TEST++, (prototype(\&cond_wait) eq '\[$@%];\[$@%]'), 66 ok($TEST++, defined &cond_timedwait, "cond_timedwait() present"); 67 ok($TEST++, (prototype(\&cond_timedwait) eq '\[$@%]$;\[$@%]'), 84 ok($TEST++, 1, "Shared synchronization tests preparation"); 105 # - TEST cond_wait 130 my $thr = threads->create(\&cw, $TEST); [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| H A D | compression.cpp | 15 TEST(GwpAsanCompressionTest, SingleByteVarInt) { in TEST() function 31 TEST(GwpAsanCompressionTest, MultiByteVarInt) { in TEST() function 64 TEST(GwpAsanCompressionTest, CorrectDifference) { in TEST() function 112 TEST(GwpAsanCompressionTest, ClosestDiffIsUnderflow) { in TEST() function 124 TEST(GwpAsanCompressionTest, ClosestDiffIsOverflow) { in TEST() function 161 TEST(GwpAsanCompressionTest, UncompressVarInt) { in TEST() function 170 TEST(GwpAsanCompressionTest, UncompressVarIntUnderflow) { in TEST() function 179 TEST(GwpAsanCompressionTest, CompressUncompressAscending) { in TEST() function 184 TEST(GwpAsanCompressionTest, CompressUncompressDescending) { in TEST() function 189 TEST(GwpAsanCompressionTest, CompressUncompressRepeated) { in TEST() function [all …]
|