OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfail
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGenCXX/
vtable-debug-info.cpp
3
//
XFAIL
: win32
9
#error this test must
xfail
/external/libffi/testsuite/lib/
libffi-dg.exp
249
proc dg-
xfail
-if { args } {
/external/elfutils/tests/
Makefile
603
@failed=0; all=0;
xfail
=0; xpass=0; skip=0; \
627
xfail
=`expr $$
xfail
+ 1`; \
628
echo "
XFAIL
: $$tst"; \
641
if test "$$
xfail
" -eq 0; then \
644
banner="All $$all tests behaved as expected ($$
xfail
expected failures)"; \
/external/llvm/test/lib/
llvm.exp
147
# Mark that it should not be
XFAIL
for this target.
183
# if its an
XFAIL
line, see if we should be XFAILing or not.
184
} elseif {[regexp {
XFAIL
:[ *](.+)} $line match targets]} {
191
set outcome
XFAIL
195
set outcome
XFAIL
227
if { $outcome == "
XFAIL
" } {
228
xfail
"$resultmsg"
242
if { $outcome == "
XFAIL
" } {
Completed in 1379 milliseconds