OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:failwhy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/
dglib.pm
255
my $
failwhy
= "";
256
$test =~ s/ gcov failed: (.*)// and $
failwhy
= $1;
261
$
failwhy
= $1;
284
$currtest->{detail} .= "; $
failwhy
" if $
failwhy
;
312
if($phase and $
failwhy
) {
313
$currtest->{detail} = "$phase phase; $
failwhy
" if $phase;
316
} elsif($
failwhy
) {
317
$currtest->{detail} = $
failwhy
;
/src/external/gpl3/gcc.old/dist/contrib/
dglib.pm
255
my $
failwhy
= "";
256
$test =~ s/ gcov failed: (.*)// and $
failwhy
= $1;
261
$
failwhy
= $1;
284
$currtest->{detail} .= "; $
failwhy
" if $
failwhy
;
312
if($phase and $
failwhy
) {
313
$currtest->{detail} = "$phase phase; $
failwhy
" if $phase;
316
} elsif($
failwhy
) {
317
$currtest->{detail} = $
failwhy
;
Completed in 54 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026