OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expect_fail
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
relfail.exp
136
set
expect_fail
[lindex $testentry 3]
186
if {$exists && $
expect_fail
== ""} {
193
if {!$exists && $
expect_fail
!= ""} {
202
if ![regexp $
expect_fail
$objdump_short junk] {
/external/gflags/test/
gflags_build.py.in
16
sys.stderr.write(' '.join(['usage:', sys.argv[0], '<test_name> <srcdir> <
expect_fail
:0|1>\n']))
20
expect_fail
= (sys.argv[3].lower() in ['true', 'yes', 'on', '1'])
36
if
expect_fail
== True:
CMakeLists.txt
181
function (add_gflags_build_test name srcdir
expect_fail
)
186
${name} ${srcdir} ${
expect_fail
}
/external/swiftshader/third_party/subzero/pydir/
run-pnacl-sz.py
126
if args.
expect_fail
:
147
if args.
expect_fail
:
/external/safe-iop/src/
safe_iop.c
167
if ((cmd) != 0) { printf(" FAILED\n");
expect_fail
++; r = 0; } \
173
if ((cmd) != 1) { printf(" FAILED\n");
expect_fail
++; r = 0; } \
178
static int expect = 0, expect_succ = 0,
expect_fail
= 0;
variable
[
all
...]
Completed in 238 milliseconds