Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 25 of 1154) sorted by relevance

12345678910>>...47

/external/harfbuzz_ng/test/shaping/
Drun-tests.sh9 fails=0
32 fails=$((fails+1))
42 fails=$((fails+1))
47 if test $fails != 0; then
48 $reference || echo "$fails tests failed."
/external/mockito/src/test/java/org/mockitoutil/
DJUnitResultAssert.java34 public JUnitResultAssert fails(int expectedFailureCount, Class expectedException) { in fails() method in JUnitResultAssert
35 fails(expectedFailureCount); in fails()
48 public JUnitResultAssert fails(int expectedFailureCount) { in fails() method in JUnitResultAssert
61 fails(expectedExceptions.length); in failsExactly()
79 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { in fails() method in JUnitResultAssert
80 fails(1, expectedException); in fails()
89 public JUnitResultAssert fails(String methodName, Class expectedException) { in fails() method in JUnitResultAssert
102 …public JUnitResultAssert fails(int expectedFailureCount, String methodName, Class expectedExceptio… in fails() method in JUnitResultAssert
103 return fails(expectedFailureCount, expectedException) in fails()
104 .fails(methodName, expectedException); in fails()
/external/toolchain-utils/go/patch/
Dgo6.patch9 + t.Skip("deadlock detection fails with external linker")
14 + t.Skip("deadlock detection fails with external linker")
19 + t.Skip("deadlock detection fails with external linker")
24 + t.Skip("deadlock detection fails with external linker")
29 + t.Skip("deadlock detection fails with external linker")
37 + t.Skip("deadlock detection fails with external linker")
45 + t.Skip("deadlock detection fails with external linker")
53 + t.Skip("deadlock detection fails with external linker")
/external/e2fsprogs/tests/f_htree_bad_csum/
Dexpect.13 Problem in HTREE directory inode 12: root node fails checksum.
6 Problem in HTREE directory inode 18: root node fails checksum.
12 Problem in HTREE directory inode 24: root node fails checksum.
15 Problem in HTREE directory inode 30: root node fails checksum.
18 Problem in HTREE directory inode 36: root node fails checksum.
/external/ltp/testcases/kernel/syscalls/fork/
Dfork01.c166 int fails; in main() local
175 fails = 0; in main()
199 fails++; in main()
206 fails++; in main()
208 if (fails == 0) { in main()
Dfork04.c279 int fails; in main() local
287 fails = 0; in main()
312 fails++; in main()
319 fails++; in main()
322 if (fails == 0) { in main()
Dfork14.c93 int i, j, prev_failed = 0, fails = 0; in fork_test() local
102 fails++; in fork_test()
108 if (fails == 11) { in fork_test()
/external/ltp/testcases/kernel/controllers/cpuacct/
Dcpuacct.sh124 fails=0
128 fails=$((fails + 1))
134 if [ "$fails" -gt "0" ]; then
135 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
/external/autotest/client/site_tests/network_WiMaxSmoke/
Dcontrol10 This test fails if one of the following conditions occurs:
11 1. The WiMAX module fails to find a WiMAX network.
12 2. The WiMAX module fails to connect to the network.
13 3. The WiMAX module fails to fetch data from a URL.
14 4. The WiMAX module fails to disconnect from the network.
/external/clang/utils/ABITest/
Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
D5-3.c36 int fails = 0, passes = 0; variable
96 fails = NUMTESTS - passes; in main()
98 printf("passes %d, fails %d\n", passes, fails); in main()
100 if (fails > 0) in main()
/external/boringssl/src/crypto/cipher_extra/test/
Dmake_legacy_aead_tests.go121 fails bool member
193 var noSeal, fails bool
213 fails = true
223 fails = true
237 fails = true
258 fails = true
278 fails: fails,
295 if t.fails {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
D17-1.c23 int r, i, fails = 0; in main() local
42 fails++; in main()
46 if (fails) { in main()
/external/curl/tests/unit/
Dunit1395.c46 int fails=0; variable
78 fails++;
85 fail_if(fails, "output mismatched");
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStrictStubbingEndToEndTest.java36 .fails("unnecessary_stubbing", IllegalStateException.class) in finish_mocking_exception_does_not_hide_the_exception_from_test()
37 .fails("unnecessary_stubbing", UnnecessaryStubbingException.class); in finish_mocking_exception_does_not_hide_the_exception_from_test()
42 assertThat(result).fails(1, PotentialStubbingProblem.class); in does_not_report_unused_stubbing_if_mismatch_reported()
54 .fails(UnfinishedMockingSessionException.class, "\n" + in detects_unfinished_session()
74 assertThat(results.get(ReportMismatchButNotUnusedStubbing.class)).fails(1); in concurrent_sessions_in_different_threads()
/external/autotest/server/site_tests/power_DeferForFlashrom/
Dcontrol16 It fails if:
19 2. After flashrom exits, powerd fails to honor pending suspend or reboot
21 3. The system fails to resume or come back up after rebooting.
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/
Dbluetooth_AdapterHIDReports.py60 self.fails = []
85 if bool(self.fails):
86 self.total_fails['Round %d' % iteration] = self.fails
/external/clang/utils/
Dmodfuzz.py76 def fails(self): member in CodeModel
97 if not model.fails():
114 if m2.fails():
122 model.fails()
/external/ltp/testcases/open_posix_testsuite/
DMakefile.linux16 filter-known-fails: $(BROKEN)
20 This fails on old linux because sem_wait always be interrupted by a signal.)
/external/clang/test/SemaObjC/
Divar-lookup.m98 __typeof(myStatus) __in; // fails.
101 __typeof(myStatus) __in; // fails.
103 __typeof(myStatus) __in; // fails.
105 __typeof(myStatus) __in; // fails.
/external/ImageMagick/
DPlatforms.txt11 PerlMagick fails to link.
41 Compiling C++ code fails with the error:
63 linker to apply a run-time linker path, configure fails.
95 System fails to find shared library needed by ImageMagick.
118 ImageMagick fails to link.
161 ImageMagick fails to link or load TIFF files.
231 The build fails with missing .deps/source.PLO errors.
/external/pdfium/third_party/libtiff/
DREADME.pdfium22 0010-fix-leak-imagebegin: Fix a leak when TIFFRGBAImageBegin fails
28 0016-fix-leak-in-pixarlogsetupdecode.patch: Free sp->tbuf if setup fails
30 0018-fix-leak-in-PredictorSetupDecode.patch: call tif->tif_cleanup if the setup fails.
/external/autotest/server/site_tests/bluetooth_AdapterPairing/
Dbluetooth_AdapterPairing.py60 self.fails = []
165 if bool(self.fails):
166 self.total_fails['Round %d' % iteration] = self.fails
/external/iputils/
DINSTALL10 If the first "make" fails, no problems:
18 But if "make html" fails too, check that DocBook package is installed
/external/mockito/src/test/java/org/mockitousage/junitrunner/
DSilentRunnerTest.java41 JUnitResultAssert.assertThat(result).fails(1, TooLittleActualInvocations.class); in failing_test()
50 JUnitResultAssert.assertThat(result).fails(1, IllegalArgumentException.class); in failing_test_in_constructor()
59 …JUnitResultAssert.assertThat(result).fails(1, "unfinished_stubbing_test_method", UnfinishedStubbin… in validates_framework_usage()

12345678910>>...47