Home | History | Annotate | Download | only in src

Lines Matching refs:yes

114 #	expected-fail			'yes' if the test is expected to fail.
140 # need-ctty 'yes' if the test needs a ctty, run
1096 if ($test{'expected-fail'} !~ /^(yes|no)$/) {
1101 $test{'expected-fail'} = $1 eq 'yes';
1106 if ($test{'need-ctty'} !~ /^(yes|no)$/) {
1111 $test{'need-ctty'} = $1 eq 'yes';
1116 if ($test{'need-pass'} !~ /^(yes|no)$/) {
1121 $test{'need-pass'} = $1 eq 'yes';