Home
last modified time | relevance | path

Searched refs:test_test (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Tester/
Dtbt_01basic.t10 test_test("captured okay on basic");
14 test_test("captured okay again without changing number");
22 test_test("multiple tests");
26 test_test("regexp matching");
33 test_test("testing failing");
41 test_test("testing failing on the same line with no name");
49 test_test("testing failing on the same line with the same name");
58 test_test("testing failing with todo");
Dtbt_07args.t109 test_test("bar");
117 test_test("bar");
135 test_test(name => "bar");
153 test_test(title => "bar");
171 test_test(label => "bar");
190 test_test(skip_out => 1, name => "bar");
209 test_test(skip_err => 1, name => "bar");
Dtbt_05faildiag.t17 test_test("test fail");
22 test_test("test_fail first");
31 test_test("test diag");
36 test_test("test diag multi line");
42 test_test("test diag multiple");
Dtbt_06errormess.t109 test_test("bar");
117 test_test("bar");
Dtbt_09do_script.pl11 test_test('test_fail caught fail message inside a do');
Dtbt_03die.t7 test_test("foo");
Dtbt_08subtest.t16 test_test("fail works");
Dtbt_02fhrestore.t31 test_test("standard test okay");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
Dline_numbers.t47 test_test("un-named inner tests");
69 test_test("named inner tests");
95 test_test("subtest() called from a sub");
109 test_test("lineno in 'No tests run' diagnostic");
129 test_test("diag indent for is() in subtest");
Dpredicate.t56 test_test("foobar_ok failing line numbers");
81 test_test("foobar_ok_2 failing line numbers");
111 test_test("barfoo_ok failing line numbers");
136 test_test("barfoo_ok_2 failing line numbers");
165 test_test("outergroup with internal barfoo_ok_2 failing line numbers");
Dtodo.t79 test_test("$name ($level), todo [$todo_reason] set via $set_via");
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/regression/
D662-tbt-no-plan.t25 test_test("use Example::Tester;");
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dfixincl.c626 static int test_test PARAMS ((tTestDesc *, char *));
628 test_test (p_test, pz_test_file) in test_test() function
669 #define test_test(t,tf) SKIP_FIX macro
1175 if (test_test (p_test, pz_curr_file) != APPLY_FIX) {
/openbsd/src/gnu/gcc/fixincludes/
Dfixincl.c598 test_test (tTestDesc* p_test, char* pz_test_file) in test_test() function
638 #define test_test(t,tf) SKIP_FIX macro
1140 if (test_test (p_test, pz_curr_file) != APPLY_FIX) { in fix_applies()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
DTester.pm316 sub test_test { subroutine
/openbsd/src/gnu/usr.bin/perl/lib/
Dperl5db.t3285 sub test_test
3290 test_test();
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.41917 (create_file, test_test, egrep_test): Add static prototype.