| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | charset.t | 22 my %testcases = ( 72 push @{$testcases{'[:cntrl:]'}}, utf8::unicode_to_native($_) 74 push @{$testcases{'[:blank:]'}}, utf8::unicode_to_native(0xA0); 75 push @{$testcases{'[:punct:]'}}, utf8::unicode_to_native(0xA1); 76 push @{$testcases{'[:graph:]'}}, utf8::unicode_to_native($_) 78 push @{$testcases{'[:punct:]'}}, utf8::unicode_to_native(0xA7); 79 push @{$testcases{'[:graph:]'}}, utf8::unicode_to_native(0xA8); 80 push @{$testcases{'[:graph:]'}}, utf8::unicode_to_native(0xA9); 81 push @{$testcases{'[:lower:]'}}, utf8::unicode_to_native(0xAA); 82 push @{$testcases{'[ [all...] |
| /openbsd-src/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-src/gnu/usr.bin/gcc/gcc/testsuite/lib/ |
| H A D | objc-dg.exp | 138 proc objc-dg-runtest { testcases default-extra-flags } { 141 foreach test $testcases {
|
| H A D | gcc-dg.exp | 136 proc gcc-dg-runtest { testcases default-extra-flags } { 139 foreach test $testcases {
|
| H A D | g77-dg.exp | 141 proc g77-dg-runtest { testcases default-extra-flags } { 144 foreach test $testcases {
|
| /openbsd-src/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-src/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-src/gnu/usr.bin/perl/t/win32/ |
| H A D | runenv.t | 249 push @testcases, [ 255 foreach ( @testcases ) {
|
| /openbsd-src/regress/lib/libcrypto/wycheproof/ |
| H A D | wycheproof-primes.c | 58 failed |= primality_test(&testcases[i]); in main()
|
| /openbsd-src/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. 13760 (ph_summary): Mark skipped testcases as untested, not unresolved. 13817 * Converted all non-old-style g++ testcases to old-style, and 14037 testcases. Call gcc_fail if program did not run to completion. 14365 * lib/gcc-dg.exp (gcc-dg-prune): Mark testcases that fill ram as 14737 * lib/c-torture.exp: Use different option lists for testcases with 14864 * lib/dg.exp (dg-test): Call unsupported testcases as such. 14983 940714-3.c as these testcases don't exist anymore. Make [all …]
|
| /openbsd-src/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-src/gnu/usr.bin/binutils/gdb/ |
| H A D | TODO | 268 There are never to many testcases.
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 74 "compute an approximation of the minimum set of testcases that "
|
| /openbsd-src/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-src/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-src/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-src/lib/libexpat/tests/ |
| H A D | basic_tests.c | 5818 const int testcases[][30] = { in START_TEST() 5862 const int testcount = sizeof(testcases) / sizeof(testcases[0]); in make_basic_test_case() 5864 const int *fillsize = testcases[test_i]; in make_basic_test_case() 5754 const int testcases[][30] = { START_TEST() local
|
| /openbsd-src/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-src/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-src/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-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | sourcebuild.texi | 830 All testcases must be portable. Target-specific testcases must have
|
| /openbsd-src/gnu/gcc/gcc/config/mmix/ |
| H A D | mmix.md | 1152 ;; testcases, including g++.brendan/crash40.C. FIXME: This is arguably a
|