Searched refs:broken (Results 1 - 25 of 78) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestexceptions.py18 @testbase.broken("FIXME", Exception)
28 @testbase.broken("FIXME", Exception)
38 @testbase.broken("FIXME", Exception)
48 @testbase.broken("FIXME", Exception)
58 @testbase.broken("FIXME", Exception)
68 @testbase.broken("FIXME", Exception)
78 @testbase.broken("FIXME", Exception)
88 @testbase.broken("FIXME", Exception)
H A Dtestbase.py10 def broken(reason, *exceptions): function
/external/vogar/test/vogar/target/junit4/
H A DHasIgnoredTest.java25 public void broken() { method in class:HasIgnoredTest
/external/clang/tools/scan-build-py/tests/functional/src/build/
H A DMakefile23 $(OBJDIR)/broken-one.o: $(SRCDIR)/broken-one.c
24 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-one.c
26 $(OBJDIR)/broken-two.o: $(SRCDIR)/broken-two.c
27 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-two.c
36 build_broken: $(OBJDIR)/main.o $(OBJDIR)/broken-one.o $(OBJDIR)/broken-two.o
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractSequentialIteratorTest.java76 Iterator<Object> broken = newBroken();
77 assertTrue(broken.hasNext());
80 broken.next();
85 broken.next();
/external/boringssl/src/crypto/x509/
H A Dx509.c88 if (priv->broken == PKCS8_NO_OCTET) {
114 p8->broken = PKCS8_OK;
120 p8->broken = PKCS8_NO_OCTET;
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt027eof.py11 @testbase.broken("That's not how EOF is supposed to be used", Exception)
H A Dt033backtracking.py20 @testbase.broken("Some bug in the tool", SyntaxError)
H A Dt032subrulePredict.py31 @testbase.broken("DFA tries to look beyond end of rule b", Exception)
/external/clang/test/Sema/
H A Darray-bounds-ptr-arith.c11 void* broken (struct ext2_super_block *es,int a) function
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractSequentialIteratorTest.java89 Iterator<Object> broken = newBroken();
90 assertTrue(broken.hasNext());
93 broken.next();
98 broken.next();
/external/python/cpython2/Lib/test/
H A Dtest_tools.py91 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, '
[all...]
/external/ltp/testcases/kernel/containers/pidns/
H A Dpidns20.c57 int broken = 1; /* broken should be 0 when test completes properly */ variable
73 /* Disable broken flag */
74 broken = 0;
111 perror("cinit: pipe is broken to write");
136 if (broken == 1) {
137 printf("cinit: broken flag didn't change\n");
/external/testng/src/test/java/test/sample/
H A DSample1.java46 @Test(groups = {"broken"})
47 public void broken() { method in class:Sample1
/external/autotest/site_utils/
H A Dlab_inventory_unittest.py76 # "broken".
79 # _BROKEN - A value that counts as "broken" for the lab_inventory
118 def _check_counts(self, working, broken, idle):
123 sum of working and broken devices.
126 @param broken The expected total of broken devices.
130 self.assertEqual(self._pool_counts.get_broken(), broken)
133 working + broken + idle)
156 """Test counts after adding a working and then a broken DUT."""
164 """Test counts after adding a broken an
[all...]
H A Ddut_status.py6 """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 statu
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
H A DExecutionDataReaderWriterTest.java202 final boolean[] broken = new boolean[1];
206 if (broken[0]) {
211 broken[0] = true;
287 final boolean[] broken = new boolean[1];
291 if (broken[0]) {
296 broken[0] = true;
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
H A DDefaultDeflateCompatibilityWindowTest.java109 BrokenCompatibilityWindow broken = new BrokenCompatibilityWindow();
110 Assert.assertFalse(broken.isCompatible());
/external/libpng/
H A Dautogen.sh21 # have been broken. If (b) is required the script prompts for the correct
156 mode="broken"
218 broken)
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A Dprettify.js577 // inner html is hopelessly broken in Safari 2.0.4 when the content is
944 * although in those cases a single string literal may be broken up into
1395 // The loop is broken into a series of continuations to make sure that we
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeAdaptor.h31 #pragma warning tree/node diction is broken.
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp221 T broken() { function in namespace:PR5810b
226 void f(int = broken<int>());
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DParseExceptionsTest.java234 // using a "broken" stream that will throw part-way through reading the message
235 parseTester.parse(broken(new ByteArrayInputStream(serializedProto)));
254 private InputStream broken(InputStream i) { method in class:ParseExceptionsTest
260 throw new IOException("I'm broken!");
267 throw new IOException("I'm broken!");
/external/skia/tests/
H A DBlendTest.cpp58 // These are all temptingly close but fundamentally broken.
59 int (*broken[])(int, int) = {
64 for (auto multiply : broken) { REPORTER_ASSERT(r, !acceptable(test(multiply))); }
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeAdaptor.h31 #pragma warning tree/node diction is broken.

Completed in 1285 milliseconds

1234