Home | History | Annotate | Download | only in contrib

Lines Matching refs:phase

85 #		detail: For multi-phase (e.g. compile/link/execute), this will be
86 # the furthest phase which the test was able to attempt,
87 # so if the result is FAIL and this is "link phase", the test
230 my $phase = ""; # compile/link/execute
236 $phase = "compile";
240 $phase = "link";
242 $phase = "execute";
247 $phase = "compile";
249 $phase = "execute";
283 $currtest->{detail} = "$phase phase";
312 if($phase and $failwhy) {
313 $currtest->{detail} = "$phase phase; $failwhy" if $phase;
314 } elsif($phase) {
315 $currtest->{detail} = "$phase phase";