HomeSort by relevance Sort by last modified time
    Searched refs:fails (Results 26 - 50 of 412) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/strings/
strings_generic.go 31 fails := 0
44 fails++
45 if fails >= 4+i>>4 && i < len(t) {
  /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
bug069.go 18 i, ok = <-(ca[0]); // fails: c.go:11: bad shape across assignment - cr=1 cl=2
bug246.go 16 // fails
issue21887.go 7 // Issue 21887: println(^uint(0)) fails to compile
issue4590.go 7 // Issue 4590: linker fails on multiple imports of
  /prebuilts/go/linux-x86/test/fixedbugs/
bug159.go 16 // this fails on 6g: apparently it rewrites
28 // this fails on 6g too. one of the function calls
bug069.go 18 i, ok = <-(ca[0]); // fails: c.go:11: bad shape across assignment - cr=1 cl=2
bug246.go 16 // fails
issue21887.go 7 // Issue 21887: println(^uint(0)) fails to compile
issue4590.go 7 // Issue 4590: linker fails on multiple imports of
  /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());
  /external/autotest/server/site_tests/bluetooth_AdapterReboot/
bluetooth_AdapterReboot.py 72 if self.fails:
73 raise error.TestFail(self.fails)
  /external/autotest/server/site_tests/bluetooth_AdapterStandalone/
bluetooth_AdapterStandalone.py 101 if self.fails:
102 raise error.TestFail(self.fails)
  /external/autotest/server/site_tests/bluetooth_AdapterSuspendResume/
bluetooth_AdapterSuspendResume.py 68 if self.fails:
69 raise error.TestFail(self.fails)
  /external/tensorflow/tensorflow/tools/ci_build/
code_link_check.sh 38 echo Code link check fails.
  /prebuilts/go/darwin-x86/misc/cgo/errors/src/
issue14669.go 5 // Issue 14669: test that fails when build with CGO_CFLAGS selecting
  /prebuilts/go/darwin-x86/misc/cgo/test/
cgo_stubs_android_test.go 9 // Stubs for tests that fails to build on Android
issue8828.go 7 // Issue 8828: compiling a file with -compiler=gccgo fails if a .c file
  /prebuilts/go/linux-x86/misc/cgo/errors/src/
issue14669.go 5 // Issue 14669: test that fails when build with CGO_CFLAGS selecting
  /prebuilts/go/linux-x86/misc/cgo/test/
cgo_stubs_android_test.go 9 // Stubs for tests that fails to build on Android
issue8828.go 7 // Issue 8828: compiling a file with -compiler=gccgo fails if a .c file
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr19162.d 8 # hppa fails due to PR 12376.
  /external/ltp/testcases/kernel/syscalls/fork/
fork04.c 275 int fails; local
283 fails = 0;
308 fails++;
315 fails++;
318 if (fails == 0) {
  /external/mockito/src/test/java/org/mockitousage/stubbing/
StrictStubbingEndToEndTest.java 40 .fails("unnecessary_stubbing", IllegalStateException.class)
41 .fails("unnecessary_stubbing", UnnecessaryStubbingException.class);
46 assertThat(result).fails(1, PotentialStubbingProblem.class);
58 .fails(UnfinishedMockingSessionException.class, "\n" +
78 assertThat(results.get(ReportMismatchButNotUnusedStubbing.class)).fails(1);

Completed in 409 milliseconds

12 3 4 5 6 7 8 91011>>