Home
last modified time | relevance | path

Searched refs:testcases (Results 1 – 25 of 38) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/t/re/
H A Dcharset.t22 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 DMakefile7 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 Dgcc-dg.exp136 proc gcc-dg-runtest { testcases default-extra-flags } {
139 foreach test $testcases {
H A Dobjc-dg.exp138 proc objc-dg-runtest { testcases default-extra-flags } {
141 foreach test $testcases {
H A Dg77-dg.exp141 proc g77-dg-runtest { testcases default-extra-flags } {
144 foreach test $testcases {
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_to_string.c28 } testcases[] = { variable
238 for (test = testcases; test->input != NULL; test++) { in main()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_arith.cc65 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 Drunenv.t249 push @testcases, [
255 foreach ( @testcases ) {
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof-primes.c58 failed |= primality_test(&testcases[i]); in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DREADME.gcc1 This file contains a list of notes for those writing testcases and those
H A DChangeLog1238 * 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 DREADME50 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 DTODO268 There are never to many testcases.
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def74 "compute an approximation of the minimum set of testcases that "
/openbsd/gnu/gcc/libmudflap/
H A DChangeLog1525 * 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 DREADME189 please put large testcases somewhere on an ftp or web site so that only
H A DChangeLog-91974531 * 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 DREADME189 please put large testcases somewhere on an ftp or web site so that only
H A DChangeLog-91974531 * 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 Dbasic_tests.c5818 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 Dsourcebuild.texi841 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 DChangeLog-200194 * 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 DREADME.txt570 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 Dsourcebuild.texi830 All testcases must be portable. Target-specific testcases must have
/openbsd/gnu/gcc/gcc/config/mmix/
H A Dmmix.md1152 ;; testcases, including g++.brendan/crash40.C. FIXME: This is arguably a

12