next;
}
- $anypassq->execute($j->{job}, $s->{testid});
- if (!$anypassq->fetchrow_hashref()) {
- print MRO "never-passed $j->{job} $s->{testid} $st\n";
- print DEBUG " never passed\n";
- $failv->{Summary}= 'never pass';
- $failv->{Blocker}= '';
- next;
- }
+ if (!defined $specver{that}{flight}) {
+ $anypassq->execute($j->{job}, $s->{testid});
+ if (!$anypassq->fetchrow_hashref()) {
+ print MRO "never-passed $j->{job} $s->{testid} $st\n";
+ print DEBUG " never passed\n";
+ $failv->{Summary}= 'never pass';
+ $failv->{Blocker}= '';
+ next;
+ }
+ }
my @rtups;
push @rtups, [ 10, 0, "baseline untested", undef ];