Searched refs:todo (Results 1 - 25 of 40) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A D1_compile.t44 my $todo = '';
45 $todo = "# TODO $module needs porting on $^O" if $module eq 'ByteLoader' && $^O eq 'VMS';
47 print "ok $test_num $todo\n";
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Danonsub.t59 my ($code,$todo) = @_;
60 $todo = '' unless defined $todo;
63 print "ok ", ++$i, " - '$code' is illegal$todo\n";
65 print "not ok ", ++$i, " - '$code' is illegal$todo\n# GOT: $@";
H A Dmagic.t15 my($ok, $info, $todo) = @_;
19 $todo ? " # TODO $todo" : '';
129 my $todo = ($^O eq 'os2' ? ' # TODO: EMX v0.9d_fix4 bug: wrong nibble? ' : '');
130 print $? & 0xFF ? "ok 6$todo\n" : "not ok 6$todo\n";
/opensolaris-onvv-gate/usr/src/cmd/lvm/util/
H A Dmetadevadm.c64 int todo = 0; local
110 todo = 1;
116 todo = 1;
156 if ((options & DEV_VERBOSE) && (todo != 1)) {
162 if ((options & DEV_NOACTION) && (todo != 1)) {
168 if (todo == 0) {
H A Dmetainit.c715 } todo = NONE; local
775 if (todo != NONE)
777 todo = ALL;
787 if (todo != NONE)
789 todo = INIT;
815 if (todo == NONE) {
832 if (todo == INIT) { /* load and take auto-take sets */
868 } else if (todo == ALL) { /* initialize all devices in md.tab */
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp.c523 int i, todo; local
532 todo = strlen(buffer);
534 if (todo > (int)sizeof(buffer) - 3) {
539 todo = strlen(buffer);
541 while (todo > 0) {
542 i = write(pvt->fdCxn, buffer + pos, todo);
546 fwrite(buffer + pos, sizeof (char), todo, stderr);
554 todo -= i;
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dhotplug.c485 hotplug(int todo, char **argv, int verbose_flag, int force_flag) argument
525 if (todo == REMOVE_DEVICE) {
545 todo == REMOVE_DEVICE) {
670 if (todo == REPLACE_DEVICE) {
679 if ((todo == REMOVE_DEVICE) &&
703 if ((todo == REMOVE_DEVICE) &&
754 if (todo == REMOVE_DEVICE) {
827 if ((todo == INSERT_DEVICE) &&
848 if ((todo == REMOVE_DEVICE) && (!force_flag)) {
879 if ((todo !
1260 hotplug_e(int todo, char **argv, int verbose_flag, int force_flag) argument
1524 h_pre_hotplug_sena(Hotplug_Devlist *hotplug_dev, WWN_list *wwn_list, int todo, int verbose_flag, int force_flag) argument
1724 h_post_hotplug_sena(Hotplug_Devlist *hotplug_dev, WWN_list *wwn_list, int todo, int verbose_flag, int force_flag, int enc_type) argument
2195 h_post_remove_dev(Hotplug_Devlist *hotplug_disk, int todo, int verbose_flag) argument
2429 h_pre_hotplug(Hotplug_Devlist **disk_list_head_ptr, WWN_list *wwn_list, int todo, int verbose_flag, int force_flag) argument
2485 h_post_hotplug(Hotplug_Devlist *hotplug_dlist, WWN_list *wwn_list, int todo, int verbose_flag, int force_flag, int enc_type) argument
2775 h_print_list_warn(Hotplug_Devlist *disk_list_head, int todo, int enc_type) argument
[all...]
H A Dx86_adm.c468 int hotplug_e(int todo, char **argv, int verbose_flag, int force_flag) { argument
482 int hotplug(int todo, char **argv, int verbose_flag, int force_flag) { argument
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dexpand.c265 int path_generate(struct argnod *todo, struct argnod **arghead) argument
267 assume todo!=0;
281 todo->argchn.ap = 0;
283 apin = ap = todo;
284 todo = ap->argchn.ap;
385 if(todo)
432 /* generate each pattern and put on the todo list */
455 ap->argchn.ap = todo;
459 todo = ap = (struct argnod*)stakfreeze(1);
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dfb_localfs.c397 uint_t todo; local
407 todo = MAXREAP;
409 todo = uncompleted / 2;
411 if (todo == 0)
412 todo = 1;
418 MAXREAP, &todo, &timeout)) == -1) &&
423 strerror(errno), uncompleted, todo);
426 ncompleted = todo;
451 ncompleted < todo, aio != NULL; aio = aio->al_next) {
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dfts.c47 FTSENT* todo; /* todo list */ \
672 * order fts->todo if fts->comparf != 0
684 for (f = fts->todo; f; f = f->fts_link)
687 fts->todo = top;
791 fts->todo = toplist(fts, v);
794 fts->todo = toplist(fts, pathnames);
795 if (!fts->todo || fts->todo->fts_info == FTS_NS && !fts->todo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c685 nltype *todo; local
693 todo = cyclep->cnext;
697 for ((doing = todo) && (todo = doing->cnext);
700 (doing = todo) && (todo = doing->cnext)) {
942 int index, nnames, todo, i, j; local
982 for (index = 1, todo = nnames; index <= ncycle; index++)
983 namesortnlp[todo++] = &cyclenl[index];
988 index = (todo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dposix.t84 my $todo = $^O eq 'netbsd' && $Config{osvers}=~/^1\.6/;
86 if (!$todo) {
94 $todo = 1 if ($^O eq 'freebsd')
98 $todo ? $why_todo : '';
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm130 todo => 0,
188 $result{type} = 'todo' if $self->{todo}{$result{number}};
190 if( $result{type} eq 'todo' ) {
191 $totals->{todo}++;
506 are todo in C<< $strap->{todo} >> and if the whole test was skipped
514 (?: \s+ todo \s+ ([\d \t]+) )? # optional todo set
526 my($todo,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t66 ok( (!grep { exists $strap->{$_} } qw(max todo skip_all)),
67 " max, todo and skip_all are not set" );
71 my @attribs = qw(max skip_all todo);
87 '1..10 todo 2 4 10' => { max => 10,
88 'todo' => { 2 => 1,
93 '1..10 todo' => { max => 10 },
94 '1..192 todo 4 2 13 192 # Skip skip skip because' =>
96 'todo' => { 4 => 1,
143 type => 'todo',
150 type => 'todo',
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm299 my $todo = $self->todo($pack);
307 @$result{ 'ok', 'actual_ok' } = ( ( $todo ? 1 : 0 ), 0 );
325 if( $todo ) {
326 my $what_todo = $todo;
329 $result->{type} = 'todo';
342 my $msg = $todo ? "Failed (TODO)" : "Failed";
908 my $fh = $self->todo ? $self->todo_output : $self->failure_output;
972 Where diagnostics about todo test failures and diag() should go.
1130 printed 'ok' or 'not ok'. This is for examining the result of 'todo'
1186 sub todo { subroutine
[all...]
H A DMore.pm26 skip todo todo_skip
747 but will work in the future (a todo test).
749 For more details on the mechanics of skip and todo tests see
753 block of tests which can be skipped over or made todo. It's best if I
839 With a todo block, the tests inside are expected to fail. Test::More
841 they are "todo". Test::Harness will interpret failures as being ok.
843 You then know the thing you had todo is done and can remove the
846 The nice part about todo tests, as opposed to simply commenting out a
847 block of tests, is it's like having a programmatic todo list. You know
851 Once a todo tes
[all...]
H A DHarness.pm183 C<not ok> or C<not ok NUMBER>, it is counted as a todo test. The text
193 Alternatively, you can specify a list of what tests are todo as part
196 1..23 todo 5 12 23
206 B<not> expected to succeed. Should a todo test begin succeeding,
412 bonus Number of individual todo tests unexpectedly passed
416 todo Number of individual todo tests
461 todo => 0,
505 $tot{todo} += $results{todo};
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm11 $ONFAIL %todo %history $planned @FAILDETAIL) #private-ish
16 %todo = ();
50 BEGIN { plan tests => 14, todo => [3,4] }
61 ok(0); # ok, expected failure (see todo list, above)
129 =item C<todo =E<gt> [I<1,5,14>]>
165 elsif ($k eq 'todo' or
166 $k eq 'failok') { for (@$v) { $todo{$_}=1; }; }
173 my @todo = sort { $a <=> $b } keys %todo;
174 if (@todo) {
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_disk.c460 nsc_size_t todo; /* anticipated bytes to go */ local
487 todo = FBA_SIZE(len);
504 while (todo) {
514 while (destidx < _NSC_DBUF_NVEC && todo) {
520 truedo = min(vp->sv_len - firstentryfix, todo);
528 todo -= truedo;
/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_smb.c551 uint16_t bc, cnt, dlen, rcnt, todo; local
559 todo = (uint16_t)min(uiop->uio_resid, UINT16_MAX);
569 mb_put_uint16le(mbp, todo);
630 uint16_t cnt, rcnt, todo; local
638 todo = (uint16_t)min(uiop->uio_resid, UINT16_MAX);
648 mb_put_uint16le(mbp, todo);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST336 if (/^1\.\.([0-9]+)( todo ([\d ]+))?/) {
338 %todo = map { $_ => 1 } split / /, $3 if $3;
359 $istodo = 1 if $todo{$num};
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm110 my @todo = (); # List of CVs that need processing
215 while (@todo) {
216 xref_cv(shift @todo);
321 push(@todo, $cv);
/opensolaris-onvv-gate/usr/src/cmd/acct/
H A Ddiskusg.c188 if(!todo(sblock.s_fname))
373 todo(fname) function
/opensolaris-onvv-gate/usr/src/cmd/backup/restore/
H A Ddirs.c226 treescan(char *pname, ino_t ino, long (*todo)()) argument
239 (void) (*todo)(pname, ino, LEAF);
245 if ((*todo)(pname, ino, NODE) == FAIL)
284 treescan(locname, dp->d_ino, todo);
303 attrscan(int always, long (*todo)()) argument
331 treescan(name, itp->t_ino, todo);

Completed in 279 milliseconds

12