HomeSort by relevance Sort by last modified time
    Searched refs:fails (Results 1 - 25 of 342) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
ifunc.exp 162 set fails 0
167 set fails [expr $fails + 1]
171 set fails [expr $fails + 1]
175 set fails [expr $fails + 1]
179 set fails [expr $fails + 1]
183 set fails [expr $fails + 1
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-unique/
unique.exp 110 set fails 0
115 set fails [expr $fails + 1]
121 set fails [expr $fails + 1]
127 set fails [expr $fails + 1]
133 set fails [expr $fails + 1]
139 set fails [expr $fails + 1
    [all...]
  /external/clang/utils/ABITest/
build-and-summarize.sh 12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
  /external/harfbuzz_ng/test/shaping/
run-tests.sh 9 fails=0
32 fails=$((fails+1))
42 fails=$((fails+1))
47 if test $fails != 0; then
48 $reference || echo "$fails tests failed."
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
fp.go 163 fails := 0
166 fails += expectAll64("zero64", 0, a, b, c, d, e, f, g, h, i)
170 fails += expectAll64("one64", 1, a, b, c, d, e, f, g, h, i)
174 fails += expectAll32("zero32", 0, a, b, c, d, e, f, g, h, i)
178 fails += expectAll32("one32", 1, a, b, c, d, e, f, g, h, i)
183 fails += expect64("a", a, 127)
184 fails += expect64("b", b, 255)
185 fails += expect64("c", c, 32767)
186 fails += expect64("d", d, 65535)
187 fails += expect64("e", e, float64(int32(0x7fffffff))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go 163 fails := 0
166 fails += expectAll64("zero64", 0, a, b, c, d, e, f, g, h, i)
170 fails += expectAll64("one64", 1, a, b, c, d, e, f, g, h, i)
174 fails += expectAll32("zero32", 0, a, b, c, d, e, f, g, h, i)
178 fails += expectAll32("one32", 1, a, b, c, d, e, f, g, h, i)
183 fails += expect64("a", a, 127)
184 fails += expect64("b", b, 255)
185 fails += expect64("c", c, 32767)
186 fails += expect64("d", d, 65535)
187 fails += expect64("e", e, float64(int32(0x7fffffff))
    [all...]
  /external/curl/tests/unit/
unit1395.c 46 int fails=0; variable
78 fails++;
85 fail_if(fails, "output mismatched");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
17-1.c 23 int r, i, fails = 0; local
42 fails++;
46 if (fails) {
  /external/mockito/src/test/java/org/mockitoutil/
JUnitResultAssert.java 34 public JUnitResultAssert fails(int expectedFailureCount, Class expectedException) { method in class:JUnitResultAssert
35 fails(expectedFailureCount);
48 public JUnitResultAssert fails(int expectedFailureCount) { method in class:JUnitResultAssert
61 fails(expectedExceptions.length);
79 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { method in class:JUnitResultAssert
80 fails(1, expectedException);
89 public JUnitResultAssert fails(String methodName, Class expectedException) { method in class:JUnitResultAssert
102 public JUnitResultAssert fails(int expectedFailureCount, String methodName, Class expectedException) { method in class:JUnitResultAssert
103 return fails(expectedFailureCount, expectedException)
104 .fails(methodName, expectedException)
    [all...]
  /external/clang/test/CodeGen/
2008-01-21-PackedStructField.c 11 int fails; variable
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
5-3.c 36 int fails = 0, passes = 0; variable
96 fails = NUMTESTS - passes;
98 printf("passes %d, fails %d\n", passes, fails);
100 if (fails > 0)
  /frameworks/rs/tests/lldb/tests/harness/
util_lldb.py 43 AssertionError: If an assertion fails.
56 AssertionError: If an assertion fails.
71 AssertionError: If an assertion fails.
84 AssertionError: If an assertion fails.
  /external/ltp/testcases/kernel/controllers/cpuacct/
cpuacct.sh 105 fails=0
109 fails=$((fails + 1))
115 if [ "$fails" -eq "1" ]; then
116 tst_resm TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
  /external/ltp/testcases/kernel/syscalls/fork/
fork01.c 166 int fails; local
175 fails = 0;
199 fails++;
206 fails++;
208 if (fails == 0) {
fork14.c 93 int i, j, prev_failed = 0, fails = 0; local
102 fails++;
104 * EXTENT is "16*1024+10", if fails count exceeds 10,
108 if (fails == 11) {
109 tst_brkm(TCONF, cleanup, "mmap() fails too many"
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-strtol.c 117 Return number of fails */
122 int fails = 0, failed; local
172 fails++;
175 return fails;
181 int fails; local
182 fails = run_tests (test_data, sizeof (test_data) / sizeof (test_data[0]));
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
test-expandargv.c 238 Return number of fails */
245 int i, j, k, fails, failed; local
247 i = j = fails = 0;
296 fails++;
306 return fails;
316 int fails; local
325 else the test fails.
328 fails = run_tests (test_data);
329 if (!fails)
  /prebuilts/go/darwin-x86/test/fixedbugs/issue13777.dir/
burnin.go 15 // This fails...
  /prebuilts/go/linux-x86/test/fixedbugs/issue13777.dir/
burnin.go 15 // This fails...
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
string-1.s 3 ; fail if the parsing "\x20a" fails to recoignize this as " a".
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
abs-call-1.s 15 @ bl foo is broken - gas fails to preserve the symbol reference
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
TestThread.java 23 public int fails = 0; field in class:TestThread
64 fails++;
84 return fails;
  /external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
bluetooth_AdapterHIDReports.py 60 self.fails = []
85 if bool(self.fails):
86 self.total_fails['Round %d' % iteration] = self.fails
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalRandom8Test.java 121 AtomicInteger fails = new AtomicInteger(0); local
130 fails.getAndIncrement(); });
133 assertEquals(0, fails.get());
140 AtomicInteger fails = new AtomicInteger(0); local
149 fails.getAndIncrement(); });
152 assertEquals(0, fails.get());
159 AtomicInteger fails = new AtomicInteger(0); local
168 fails.getAndIncrement(); });
171 assertEquals(0, fails.get());
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug159.go 16 // this fails on 6g: apparently it rewrites
28 // this fails on 6g too. one of the function calls

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011>>