HomeSort by relevance Sort by last modified time
    Searched refs:expect_fail (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/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/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 8974 milliseconds