OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XFAIL
(Results
1 - 25
of
35
) sorted by null
1
2
/external/llvm/test/MC/ARM/
neont2-absdiff-encoding.s
2
@
XFAIL
: *
neon-dup-encoding.s
2
@
XFAIL
: *
neon-table-encoding.s
2
@
XFAIL
: *
neont2-dup-encoding.s
2
@
XFAIL
: *
neont2-table-encoding.s
2
@
XFAIL
: *
neont2-bitcount-encoding.s
2
@
XFAIL
: *
neon-bitwise-encoding.s
2
@
XFAIL
: *
neont2-bitwise-encoding.s
2
@
XFAIL
: *
neon-mul-accum-encoding.s
2
@
XFAIL
: *
neont2-mul-accum-encoding.s
2
@
XFAIL
: *
neont2-pairwise-encoding.s
2
@
XFAIL
: *
/external/llvm/test/MC/AsmParser/
directive_lsym.s
6
#
XFAIL
: *
/external/llvm/test/Bindings/Ocaml/
ext_exc.ml
3
*
XFAIL
: vg_leak
analysis.ml
3
*
XFAIL
: vg_leak
bitwriter.ml
4
*
XFAIL
: vg_leak
scalar_opts.ml
3
*
XFAIL
: vg_leak
bitreader.ml
4
*
XFAIL
: vg_leak
target.ml
3
*
XFAIL
: vg_leak
executionengine.ml
3
*
XFAIL
: vg_leak
/external/llvm/utils/lit/lit/
Test.py
11
XFAIL
= TestResult('
XFAIL
', False)
TestRunner.py
370
# Check if any
xfail
matches this target.
388
script and extract the lines to 'RUN' as well as '
XFAIL
' and 'XTARGET'
440
elif '
XFAIL
:' in ln:
441
items = ln[ln.index('
XFAIL
:') + 6:].split(',')
538
status = Test.
XFAIL
584
status = Test.
XFAIL
/external/llvm/test/lib/
llvm2cpp.exp
41
# Scan the test file to see if there's an
XFAIL
file. If so, don't run it
43
exec -keepnewline grep
XFAIL
$test 2>/dev/null } msg ]
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
" } {
/external/llvm/utils/vim/
llvm.vim
81
syn match llvmSpecialComment /;\s*
XFAIL
:.*$/
/external/llvm/utils/
NewNightlyTest.pl
598
elsif (@TestSuiteResultLines[$x] =~ m/^
XFAIL
:/) {
Completed in 3256 milliseconds
1
2