/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | oct.t | 7 my $test = 1; 9 sub test ($$$) { subroutine 25 print "ok $test # $act $string\n"; 38 print "not ok $test # $act \"$string\" gives \"$result\" ($resstr), not $value ($valstr)\n"; 40 $test++; 43 test ('oct', '0b1_0101', 0b101_01); 44 test ('oct', '0b10_101', 0_2_5); 45 test ('oct', '0b101_01', 2_1); 46 test ('oct', '0b1010_1', 0x1_5); 48 test ('oc [all...] |
H A D | hashwarn.t | 21 sub test ($$;$) { subroutine 40 test $num, $ok, "Expected pattern /$pattern/, got '$got'\n"; 43 test $num, $ok, "Expected string '$expected', got '$got'\n"; 81 test 9, ! @warnings, "Unexpected warning";
|
H A D | bless.t | 23 # test blessing simple types 29 $c1 = bless \(map "$_", "test"), "C"; 31 our $test = "foo"; $d1 = bless \*test, "D"; 37 $g1 = bless \substr("test", 1, 2), "G"; 80 sub test { ${$_[0]} eq $string or print "not " } subroutine 85 $f1->test; 125 $c4 = eval { bless \$test, $h1 };
|
H A D | taint.t | 19 my $test = 177; 24 print $ok ? "ok $test - $name\n" : "not ok $test - $name\n"; 26 printf "# Failed test at line %d\n", (caller)[2] unless $ok; 28 $test++; 102 sub test ($$;$) { subroutine 155 test 1, eval { `$echo 1` } eq "1\n"; 169 test 2, !@vars, "\$$vars[0]"; 174 test 3, eval { `$echo 1` } eq "1\n"; 176 test [all...] |
H A D | closure.t | 18 my $test = 1; 19 sub test (&) { subroutine 21 print $ok ? "ok $test\n" : "not ok $test\n"; 23 $test++; 30 test { foo == 1 }; 32 test { foo == 2 }; 37 test {&$foo() == 2 }; 39 test {&$foo() == 3 }; 41 test { fo 267 sub test (&) { subroutine [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/ |
H A D | Local.t | 12 # Set up time values to test 24 # The following test fails on a surprising number of systems 44 print "ok $count -- skipping 1970 test on VOS.\n"; 66 print "ok $count -- skipping 1970 test on VOS.\n"; 116 package test; package
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Env/t/ |
H A D | env.t | 29 sub test subroutine 47 test "Assignment", sub { 52 test "Storing", sub { 57 test "Truncation", sub { 62 test "Push", sub { 67 test "Pop", sub { 72 test "Shift", sub { 77 test "Push", sub { 82 test "Unshift", sub { 87 test "Revers [all...] |
/osnet-11/usr/src/grub/grub2/tests/lib/ |
H A D | unit_test.c | 25 #include <grub/test.h> 36 grub_test_t test; local 39 FOR_LIST_ELEMENTS (test, grub_test_list) 40 status = grub_test_run (test) ? : status;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
H A D | demo_chain.pl | 23 sub test : Postfix Prefix { subroutine 27 test();
|
/osnet-11/usr/src/grub/grub2/grub-core/tests/lib/ |
H A D | functional_test.c | 22 #include <grub/test.h> 32 grub_test_t test; local 34 FOR_LIST_ELEMENTS (test, grub_test_list) 35 grub_test_run (test);
|
/osnet-11/usr/src/lib/libmp/ |
H A D | Makefile | 39 test := TARGET= test macro 43 all clean clobber install lint stub stubinstall test: $(SUBDIRS)
|
/osnet-11/usr/src/lib/fm/libfmnotify/ |
H A D | Makefile | 37 test := TARGET = test macro 43 all clean clobber lint test stub stubinstall: $(SUBDIRS)
|
/osnet-11/usr/src/lib/crypt_modules/sha256/ |
H A D | Makefile | 38 test := TARGET= test macro 42 all clean clobber delete install lint test: $(SUBDIRS)
|
/osnet-11/usr/src/lib/crypt_modules/sha512/ |
H A D | Makefile | 39 test := TARGET= test macro 43 all clean clobber delete install lint test: $(SUBDIRS)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | RefHash.t | 3 # Basic test suite for Tie::RefHash and Tie::RefHash::Nestable. 71 test($all_ok); 74 # Now test Tie::RefHash's special powers 78 test(not $@); 79 test(ref($h) eq 'Tie::RefHash'); 80 test(defined(tied(%h)) and tied(%h) =~ /^Tie::RefHash/); 82 test($h{$ref} eq 'cholet'); 83 test(exists $h{$ref}); 84 test((keys %h) == 1); 85 test(re 141 sub test { subroutine [all...] |
/osnet-11/usr/src/lib/librcm/ |
H A D | Makefile | 36 test := TARGET= test macro
|
/osnet-11/usr/src/lib/libkvm/ |
H A D | Makefile | 38 test := TARGET= test macro 44 all install clean clobber lint test stub stubinstall: $(SUBDIRS)
|
/osnet-11/usr/src/lib/liblgrp/ |
H A D | Makefile | 36 test := TARGET= test macro
|
/osnet-11/usr/src/lib/libnvpair/ |
H A D | Makefile | 38 test := TARGET= test macro
|
/osnet-11/usr/src/lib/libpicltree/ |
H A D | Makefile | 35 test := TARGET= test macro
|
/osnet-11/usr/src/lib/libdevice/ |
H A D | Makefile | 36 test := TARGET= test macro
|
/osnet-11/usr/src/lib/libdevid/ |
H A D | Makefile | 36 test := TARGET= test macro
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | Makefile | 36 test := TARGET= test macro
|
/osnet-11/usr/src/lib/fm/libdiagcode/ |
H A D | Makefile | 39 test := TARGET= test macro 45 all clean clobber install lint test stub stubinstall: $(SUBDIRS)
|
/osnet-11/usr/src/lib/fm/libfmd_msg/ |
H A D | Makefile | 39 test := TARGET = test macro 45 all clean clobber lint test stub stubinstall: $(SUBDIRS)
|