Searched refs:pass (Results 1 - 25 of 845) sorted by relevance

1234567891011>>

/openbsd-current/regress/sys/netinet/pmtu/
H A Dpf.conf2 pass
/openbsd-current/regress/sys/net/pf_state/
H A Dpf.conf3 pass to { $REMOTE_ADDR/24 }
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dimplicit_done.t8 pass "Before";
11 pass "Inside sub test";
15 pass 'This has done_testing';
21 pass 'I have a plan, Batman!';
29 pass "After";
H A Ddo.t8 pass("First");
15 pass("Last");
H A Dwstat.t11 pass('bar');
18 pass('bar2');
/openbsd-current/regress/sys/net/pf_opts/
H A Dpf.conf0 pass on $IF_N1 allow-opts
2 pass on $IF_N2
/openbsd-current/regress/sys/netinet/ipsec/
H A Dpf.conf3 pass log ( all ) on enc0
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Ddefout.t44 $^ = 1; pass '$^ = 1';
45 $~ = 1; pass '$~ = 1';
46 $= = 1; pass '$= = 1';
47 $- = 1; pass '$- = 1';
48 $% = 1; pass '$% = 1';
49 $| = 1; pass '$| = 1';
57 $^ = 1; pass 'empty GV: $^ = 1';
58 $~ = 1; pass 'empty GV: $~ = 1';
59 $= = 1; pass 'empty GV: $= = 1';
60 $- = 1; pass 'empt
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Drobust.t12 pass;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dpackagev.t70 ok( version::is_strict($v), qq{... and "$v" should pass STRICT regex});
84 ok( version::is_lax($v), qq{... and "$v" should pass LAX regex});
89 pass( "... skipping version->new($v)" );
130 # The second through fourth columns can contain 'pass' or 'fail'.
132 # For any column with 'pass', the tests makes sure that no warning/error
139 # If all columns are marked 'pass', the regex column is left empty.
146 1.00 pass pass pass
147 1.00001 pass pas
[all...]
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dnoswitch.t11 pass("first test");
13 pass("last test");
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dtemplates.exp53 pass "ptype T5<int>"
56 pass "ptype T5<int>"
58 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}${ws}$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned int" }
59 -re "type = class T5<int> \\{.*public:.*static int X;.*int x;.*int val;.*T5 \\(int\\);.*T5 \\(const class T5<int> &\\);.*void ~T5 \\(int\\);.*static void \\* new \\(unsigned long\\);.*static void delete \\(void ?\\*\\);.*int value \\((void|)\\);.*\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned long" }
61 pass "ptype T5<int> (obsolescent gcc or gdb)"
77 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5\\(int\\);${ws}T5\\(T5<int> const ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- with several fixes from 4.17" }
78 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned int" }
79 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned long\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned long" }
81 pass "ptype t5i"
84 pass "ptyp
[all...]
H A Dambiguous.exp72 -re ".*$gdb_prompt $" { pass "up from marker1" }
88 pass "print x.x"
91 pass "print x.x"
103 pass "print n.x"
106 pass "print n.x"
116 pass "print j.x"
119 pass "print j.x"
132 -re "\\$\[0-9\]* = \[-\]*\[0-9\]*\r\n$gdb_prompt $" { pass "print jv.x" }
143 pass "print jva1.x"
146 pass "prin
[all...]
H A Dref-types.exp93 pass "print value of s"
102 -re "type = short.*$gdb_prompt $" { pass "ptype s" }
111 pass "print value of ps"
120 -re "type = short \*.*$gdb_prompt $" { pass "ptype ps" }
128 pass "print value of as\[0\]"
137 -re "type = short \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
138 -re "type = short int \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
146 pass "print value of as\[1\]"
155 pass "print value of as\[2\]"
164 pass "prin
[all...]
H A Dlocal.exp105 pass "$name"
110 pass "$name"
115 pass "$name"
142 pass "$name"
147 pass "$name"
152 pass "$name"
185 pass "Local out of scope"
244 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*int il_foo\\((unsigned char const|const unsigned char) *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 1)" }
245 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*InnerLocal *& operator *=\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((void|)\\);\[\r\n\t \]*int il_foo\\(unsigned char const *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 2)" }
246 -re "type = class InnerLocal \{\r\n\[\t \]*public:\r\n\[\t \]*char ilc;\r\n\[\t \]*int \\*ip;\r\n\[\t \]*InnerLocal::NestedInnerLocal nest1;\r\n\r\n\[\t \]*.int il_foo\\(unsigned char const &\\);\r\n\[\t \]*\}\[\t \]*\\(Local at.*local\\.cc:36\\).*$gdb_prompt $" { pass "ptyp
[all...]
H A Danon-union.exp62 # pass "ptype foo"
71 # pass "ptype foo"
83 pass "next 1"
93 pass "print foo 1"
104 pass "next 1"
114 pass "print foo 2"
124 pass "set var foo.cloth"
133 pass "print foo 3"
145 pass "next 2"
155 pass "prin
[all...]
/openbsd-current/regress/sys/net/pf_forward/
H A Dpf.conf3 pass to { $PF_IN/24 $PF_IN6/64 }
4 pass to { $RT_IN/24 $RT_IN6/64 }
5 pass to { $ECO_IN/24 $ECO_IN6/64 }
6 pass to { $ECO_OUT/24 $ECO_OUT6/64 }
7 pass to { $RDR_IN/24 $RDR_IN6/64 }
8 pass to { $RDR_OUT/24 $RDR_OUT6/64 }
10 pass in to { $RDR_IN/24 $RDR_OUT/24 } rdr-to $ECO_IN
11 pass out to { $ECO_OUT/24 $RDR_OUT/24 } nat-to $PF_OUT
12 pass in to { $RDR_IN6/64 $RDR_OUT6/64 } rdr-to $ECO_IN6
13 pass ou
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dpointers.exp79 # pass "illegal pointer assignment rejected"
89 # pass "illegal pointer assignment rejected"
98 # pass "illegal pointer operation (+) rejected"
108 # pass "illegal pointer operation (*) rejected"
118 # pass "ilegal pointer assignment rejected"
128 # pass "illegal pointer assignment rejected"
141 pass "print object pointed to"
150 pass "print object pointed to"
160 pass "pointer1==pointer2"
169 pass "pointer
[all...]
H A Deval-skip.exp74 pass "print value of (0 && (x+y))"
84 pass "print value of (0 && (x-y))"
94 pass "print value of (0 && (x*y))"
105 pass "print value of (0 && (x/y))"
115 pass "print value of (0 && (x%y))"
125 pass "print value of (0 && (x&&y))"
136 pass "print value of (0 && (x||y))"
147 pass "print value of (0 && (x&y))"
157 pass "print value of (0 && (x|y))"
167 pass "prin
[all...]
H A Dending-run.exp81 pass "cleared bp at line before routine"
127 pass "all set to continue"
165 pass "step out of main"
168 pass "step out of main"
172 pass "step out of main"
176 pass "step out of main"
181 pass "step out of main"
185 pass "step out of main (on Solaris)"
189 pass "step out of main"
193 pass "ste
[all...]
H A Dmiscexprs.exp84 pass "up from marker1"
101 pass "print value of &ibig.i\[0\]"
110 pass "print value of &cbig.c\[0\]"
113 pass "print value of &cbig.c\[0\]"
122 pass "print value of &fbig.f\[0\]"
131 pass "print value of &dbig.d\[0\]"
140 pass "print value of &sbig.s\[0\]"
143 pass "print value of &sbig.s\[0\]"
152 pass "print value of &lbig.l\[0\]"
155 pass "prin
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/version/t/
H A D04strict_lax.t47 1.00 pass pass
48 1.00001 pass pass
49 0.123 pass pass
50 12.345 pass pass
51 42 pass pass
[all...]
/openbsd-current/regress/sys/netinet/frag/
H A Dpf.conf2 pass inet allow-opts
5 pass proto tcp from port ssh flags A/SA no state
6 pass proto tcp to port ssh flags A/SA no state
/openbsd-current/regress/sys/netinet6/frag6/
H A Dpf.conf2 pass inet6 allow-opts
5 pass proto tcp from port ssh flags A/SA no state
6 pass proto tcp to port ssh flags A/SA no state
/openbsd-current/regress/sys/net/pf_fragment/
H A Dpf.conf3 pass to { $PF_IN/24 $PF_IN6/64 } allow-opts
4 pass to { $RT_IN/24 $RT_IN6/64 } allow-opts
5 pass to { $ECO_IN/24 $ECO_IN6/64 } allow-opts
6 pass to { $RDR_IN/24 $RDR_IN6/64 } allow-opts
8 pass in to $RDR_IN/24 rdr-to $ECO_IN allow-opts tag rdr
9 pass out nat-to $PF_OUT allow-opts tagged rdr
10 pass in to $RDR_IN6/64 rdr-to $ECO_IN6 allow-opts tag rdr
11 pass out nat-to $PF_OUT6 allow-opts tagged rdr
13 pass in to $RTT_IN/24 allow-opts tag rtt
14 pass ou
[all...]

Completed in 276 milliseconds

1234567891011>>