OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xfailed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/jit/
jit-dejagnu.h
47
static int
xfailed
;
variable
179
if (
xfailed
)
180
printf ("\t#expected failures:\t\t%d\n",
xfailed
);
196
"FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "
XFAILED
: ", "XPASSED: "
201
enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED,
XFAILED
, XPASSED} laststate;
214
xfailed
= 0;
272
xfailed
++;
273
laststate =
XFAILED
;
275
std::cout << "\t" << outstate[
XFAILED
] << s << std::endl;
316
if (
xfailed
)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-dejagnu.h
47
static int
xfailed
;
variable
179
if (
xfailed
)
180
printf ("\t#expected failures:\t\t%d\n",
xfailed
);
196
"FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "
XFAILED
: ", "XPASSED: "
201
enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED,
XFAILED
, XPASSED} laststate;
214
xfailed
= 0;
272
xfailed
++;
273
laststate =
XFAILED
;
275
std::cout << "\t" << outstate[
XFAILED
] << s << std::endl;
316
if (
xfailed
)
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026