Searched refs:TODO (Results 1 - 25 of 36) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dtodo.t24 TODO: { label
25 local $TODO = $Why;
35 TODO: { label
36 local $TODO = $Why;
44 TODO: { label
45 local $TODO = "testing that error messages don't leak out of todo";
60 TODO: { label
H A Ddetails.t30 # Inline TODO tests will confuse pre 1.20 Test::Harness, so we
48 TODO: { label
49 local $TODO = 'i need a todo';
H A Ddiag.t25 local $TODO = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dtaint.t46 TODO: { label
47 local $TODO = "POSIX::read won't taint an array element";
H A Dposix.t35 TODO: label
37 local $TODO = "read to array element not working";
85 my $why_todo = "# TODO $^O $Config{osvers} seems to loose blocked signals";
273 print "# TODO - hit VOS bug posix-885 - _exit flushes output buffers.\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dsafesort.t52 local $TODO = $] >= 5.013 ? "Doesn't die in 5.13" : undef;
55 local $TODO = "Shouldn't warn";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dalarm.t48 local $TODO = "Why does system() block alarm() on $^O?"
H A Dassignwarn.t26 our $TODO;
40 { local $TODO = $tie && '[perl #17809] pp_add & pp_subtract';
55 { local $TODO = $tie && '[perl #17809] pp_bit_or & pp_bit_xor';
68 { local $TODO = $tie && '[perl #17809] pp_bit_or & pp_bit_xor';
75 { local $TODO = $tie && '[perl #17809] pp_i_add & pp_i_subtract';
H A Dexec.t61 local $TODO = 'VMS sticks newlines on everything' if $Is_VMS;
110 TODO: { label
114 "# TODO Win32 exec failure waits for user input\n";
116 last TODO;
H A Dor.t66 local $TODO = 'Double FETCH';
H A Drepeat.t138 local $TODO = "x operator not copying elements in 'for' list? [ID 20010809.028]";
H A Dtie.t30 $TODO = $testname =~ s/^TODO //;
219 # TODO IO "self-tie" via TEMP glob
H A Dstat.t327 local $TODO = 'STDIN not a tty when output is to pipe' if $Is_VMS;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dswitches.t21 $TODO = "runperl() unable to emulate echo -n due to pipe bug" if $^O eq 'VMS';
81 local $TODO = ''; # this one works on VMS
172 local $TODO = ''; # this one works on VMS
186 local $TODO = ''; # these ones should work on VMS
220 local $TODO = ''; # these ones should work on VMS
232 local $TODO = ''; # these ones should work on VMS
243 local $TODO = ''; # these ones should work on VMS
254 local $TODO = ''; # these ones should work on VMS
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/t/
H A Dsocketpair.t120 local $TODO = "Known problems with unix sockets on $^O"
125 local $TODO = "Known problems with unix sockets on $^O"
174 local $TODO = "socketpair not supported on $^O" if $^O eq 'nto';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm20 use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS $TODO);
29 $TODO
87 TODO: {
88 local $TODO = $why;
793 use TODO. Read on.
817 =item B<TODO: BLOCK>
819 TODO: {
820 local $TODO = $why if $condition;
828 TODO: {
829 local $TODO
[all...]
H A DBuilder.pm117 This is important for getting TODO tests right.
327 $out .= " # TODO $what_todo";
342 my $msg = $todo ? "Failed (TODO)" : "Failed";
691 Like skip(), only it will declare the test as failing and TODO. Similar
694 print "not ok $tnum # TODO $why\n";
724 $out .= " # TODO & SKIP $why\n";
873 handle, but if this is for a TODO test, the todo_output() handle is
1149 For example "not ok 23 - hole count # TODO insufficient donuts" would
1171 todo() looks for a $TODO variable in your tests. If set, all tests
1173 details). Returns the reason (ie. the value of $TODO) i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t92 TODO: { label
93 local $TODO = "minor bug";
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dlegacy_parse.c672 #ifdef TODO
686 #ifdef TODO
708 #ifdef TODO
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl9 $TODO = 0;
37 my $fh = $TODO ? *STDOUT : *STDERR;
64 $out .= " # TODO $TODO" if $TODO;
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dprivate.h100 #define TODO fc_abort(env, "TODO") macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm132 See L</TODO TESTS>.
373 $context .= ' TODO?!' if $todo;
394 $context .= ' *TODO*' if $todo;
579 =item * TODO TESTS
581 TODO tests are designed for maintaining an B<executable TODO list>.
582 These tests are I<expected to fail.> If a TODO test does succeed,
583 then the feature in question shouldn't be on the TODO list, now
586 Packages should NOT be released with succeeding TODO tests. As soon
587 as a TODO tes
[all...]
H A DExporter.t172 @EXPORT = qw(this $TODO that);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dlegacycfg.c238 #ifdef TODO
250 #ifdef TODO
/osnet-11/usr/src/lib/efcode/engine/
H A Dactions.c261 TODO; /* use-actions in compile state. */

Completed in 89 milliseconds

12