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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Python/tests/
t027eof.py 11 @testbase.broken("That's not how EOF is supposed to be used", Exception)
t033backtracking.py 20 @testbase.broken("Some bug in the tool", SyntaxError)
t032subrulePredict.py 31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
  /external/clang/test/Sema/
array-bounds-ptr-arith.c 11 void* broken (struct ext2_super_block *es,int a) function
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractSequentialIteratorTest.java 89 Iterator<Object> broken = newBroken(); local
90 assertTrue(broken.hasNext());
93 broken.next();
98 broken.next();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
binop-segref.s 2 ; broken-dot-word handling was broke and were moved here.
brokw-1.s 1 ; Tests the broken-word function, single word.
brokw-2.s 1 ; Tests the broken-word function, two words.
  /prebuilts/go/darwin-x86/src/cmd/vet/
atomic.go 58 broken := false
61 broken = f.gofmt(left) == f.gofmt(uarg.X)
63 broken = f.gofmt(star.X) == f.gofmt(arg)
66 if broken {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug368.go 24 panic("broken")
issue4359.go 7 // Issue 4359: wrong handling of broken struct fields
issue5172.go 7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
issue9432.go 8 // to a broken recursive type again.
  /prebuilts/go/linux-x86/src/cmd/vet/
atomic.go 58 broken := false
61 broken = f.gofmt(left) == f.gofmt(uarg.X)
63 broken = f.gofmt(star.X) == f.gofmt(arg)
66 if broken {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug368.go 24 panic("broken")
issue4359.go 7 // Issue 4359: wrong handling of broken struct fields
issue5172.go 7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
issue9432.go 8 // to a broken recursive type again.
  /external/python/cpython2/Lib/test/
test_tools.py 91 broken = self.lstriplines(closed)
93 f.write(broken)
98 self.assertEqual(f.read(), broken)
102 self.assertEqual(self.pindent(broken, '-r'), indented)
107 broken = self.lstriplines(closed)
108 self.assertEqual(self.pindent(broken, '-r', '-e', '-s', '4'), closed)
296 broken = self.lstriplines(closed)
297 self.assertEqual(self.pindent(broken, '-r', '-e', '-s', '9'), closed)
312 broken = self.lstriplines(closed)
313 self.assertEqual(self.pindent(broken, '-r'), closed
    [all...]
  /external/autotest/site_utils/
dut_status.py 6 """Report whether DUTs are working or broken.
11 determine whether they're "working" or "broken". For purposes of
12 the script, "broken" means "the DUT requires manual intervention
14 broken". The status determination is based on the history of
53 -n/--broken - Only include hosts in a non-working state. Hosts
64 surrounding the DUT's last change from working to broken,
69 * With the --working or --broken options, the list of host names
76 --broken options.
87 'NO' means the DUT is broken. That diagnosis is based on a job that
98 job's logs. The status indicates the working or broken status afte
    [all...]
  /external/ltp/testcases/kernel/containers/pidns/
pidns20.c 58 int broken = 1; /* broken should be 0 when test completes properly */ variable
74 /* Disable broken flag */
75 broken = 0;
112 perror("cinit: pipe is broken to write");
137 if (broken == 1) {
138 printf("cinit: broken flag didn't change\n");
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testbase.py 10 def broken(reason, *exceptions): function
  /external/testng/src/test/java/test/sample/
Sample1.java 46 @Test(groups = {"broken"})
47 public void broken() { method in class:Sample1
  /hardware/ril/rild/
Android.mk 17 # Temporary hack for broken vendor RILs.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue17065.go 24 t.Skip("broken on darwin; issue 17065")

Completed in 1205 milliseconds

12 3 4 5 6 7 8 91011>>