/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | charset.t | 22 my %testcases = ( 107 push @{$testcases{'[:alpha:]'}}, @{$testcases{'[:lower:]'}}, 109 push @{$testcases{'[:alnum:]'}}, @{$testcases{'[:alpha:]'}}, 110 @{$testcases{'\d'}}; 111 push @{$testcases{'\w'}}, @{$testcases{'[:alnum:]'}}, ord("_"); 112 push @{$testcases{'[:print:]'}}, @{$testcases{'[:graph:]'}}, 117 @{$testcases{'[:digit:]'}} = @{$testcases{'\d'}}; 118 @{$testcases{'[:space:]'}} = @{$testcases{'\s'}}; 119 @{$testcases{'[:word:]'}} = @{$testcases{'\w'}}; 123 #print STDERR Dumper \%testcases; [all …]
|
/openbsd/regress/lib/libc/arch/alpha/divremtest/ |
H A D | Makefile | 7 CLEANFILES+= mkcases cases.c mktestcases testcases 22 testcases: mktestcases divremtest target 23 /bin/rm -f testcases 24 mktestcases | divremtest -g > testcases
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/ |
H A D | gcc-dg.exp | 136 proc gcc-dg-runtest { testcases default-extra-flags } { 139 foreach test $testcases {
|
H A D | objc-dg.exp | 138 proc objc-dg-runtest { testcases default-extra-flags } { 141 foreach test $testcases {
|
H A D | g77-dg.exp | 141 proc g77-dg-runtest { testcases default-extra-flags } { 144 foreach test $testcases {
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_to_string.c | 28 } testcases[] = { variable 238 for (test = testcases; test->input != NULL; test++) { in main()
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ostream_inserter_arith.cc | 65 static _TestCase testcases[] = variable 197 for (int j=0; j<sizeof(testcases)/sizeof(testcases[0]); j++) in test01() 199 _TestCase & tc = testcases[j]; in test01()
|
/openbsd/gnu/usr.bin/perl/t/win32/ |
H A D | runenv.t | 249 push @testcases, [ 255 foreach ( @testcases ) {
|
/openbsd/regress/lib/libcrypto/wycheproof/ |
H A D | wycheproof-primes.c | 58 failed |= primality_test(&testcases[i]); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | README.gcc | 1 This file contains a list of notes for those writing testcases and those
|
H A D | ChangeLog | 1238 * gcc.dg/compare7.c, g++.dg/warn/compare1.C: New testcases. 7805 Based on testcases provided by Nicola Pero. 8563 * gcc.c-torture/execute/string-opt-8.c: Add more testcases. 13817 * Converted all non-old-style g++ testcases to old-style, and 14037 testcases. Call gcc_fail if program did not run to completion. 14864 * lib/dg.exp (dg-test): Call unsupported testcases as such. 14983 940714-3.c as these testcases don't exist anymore. Make 14988 * gcc.misc-tests/misc.exp: Only run specific testcases. 15321 the compiler. Handle testcases with no known past errors just 15500 printed out by the result of the testcases within a [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/ |
H A D | README | 50 testcases should be written with the new style DejaGnu framework in 168 testcases. All V3-keywords are of the form @xxx@. Currently plans
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | TODO | 268 There are never to many testcases.
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 74 "compute an approximation of the minimum set of testcases that "
|
/openbsd/gnu/gcc/libmudflap/ |
H A D | ChangeLog | 1525 * test/pass[13..17]-frag.c: New testcases. 1526 * test/fail[13..17]-frag.c: New testcases. 1540 * test/passNN-frag.c: New testcases. 1541 * test/failNN-frag.c: New testcases.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | README | 189 please put large testcases somewhere on an ftp or web site so that only
|
H A D | ChangeLog-9197 | 4531 * testsuite: made modifications to testcases, etc., to allow 4533 relocation of the testcases from deja-gnu to a "tool" subdirectory. 4543 Migrated dejagnu testcases and support files for testing nm to 4546 of dejagnu. The modifications to these testcases, etc., which
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | README | 189 please put large testcases somewhere on an ftp or web site so that only
|
H A D | ChangeLog-9197 | 4531 * testsuite: made modifications to testcases, etc., to allow 4533 relocation of the testcases from deja-gnu to a "tool" subdirectory. 4543 Migrated dejagnu testcases and support files for testing nm to 4546 of dejagnu. The modifications to these testcases, etc., which
|
/openbsd/lib/libexpat/tests/ |
H A D | basic_tests.c | 5818 const int testcases[][30] = { in START_TEST() local 5862 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in START_TEST() 5864 const int *fillsize = testcases[test_i]; in START_TEST()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | sourcebuild.texi | 841 In general, C testcases have a trailing @file{-@var{n}.c}, starting 842 with @file{-1.c}, in case other testcases with similar names are added 911 All testcases must be portable. Target-specific testcases must have
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2001 | 94 * testsuite/21_strings/insert.cc (test02): New testcases. 2498 * testsuite/23_containers/vector_ctor.cc (test03): New testcases. 2499 * testsuite/23_containers/vector_modifiers.cc (test03): New testcases. 3826 * testsuite/*/*.cc: Remove spaces, make sure testcases return zero. 5289 dejagnu/dg.exp. Adapt to log options used to run testcases. 5726 in testcases. Prepare for the DejaGnu based framework. 5819 * testsuite/17_intro: Prepare testcases for new style DejaGnu 5891 * testsuite/27_io/streambuf.cc (test04): Add testcases.
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | README.txt | 570 enough. Here are some testcases reduces from GCC PR17886: 1124 There are many load PRE testcases in testsuite/gcc.dg/tree-ssa/loadpre* in the 1165 There are many PRE testcases in testsuite/gcc.dg/tree-ssa/ssa-pre-*.c in the
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | sourcebuild.texi | 830 All testcases must be portable. Target-specific testcases must have
|
/openbsd/gnu/gcc/gcc/config/mmix/ |
H A D | mmix.md | 1152 ;; testcases, including g++.brendan/crash40.C. FIXME: This is arguably a
|