Home
last modified time | relevance | path

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

12345678910>>...36

/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/autotest/client/site_tests/network_WiMaxSmoke/
Dcontrol11 This test fails if one of the following conditions occurs:
12 1. The WiMAX module fails to find a WiMAX network.
13 2. The WiMAX module fails to connect to the network.
14 3. The WiMAX module fails to fetch data from a URL.
15 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/boringssl/src/crypto/cipher/test/
Dmake_legacy_aead_tests.go122 fails bool member
187 var noSeal, fails bool
227 fails = true
234 fails = true
252 fails = true
272 fails: fails,
288 if t.fails {
/external/v8/test/promises-aplus/lib/
Dmocha.js129 if (assert.fails.length > 0) {
130 return suite.ReportError(this, assert.fails[0]);
139 if (assert.fails.length > 0) {
140 return suite.ReportError(this, assert.fails[0]);
149 if (assert.fails.length > 0) {
150 return suite.ReportError(this, assert.fails[0]);
/external/curl/tests/unit/
Dunit1395.c46 int fails=0; variable
75 fails++;
82 fail_if(fails, "output mismatched");
/external/valgrind/VEX/useful/
Dfp_80_64.c548 Int fails=0, tests=0; in do_80_to_64_tests() local
562 fails += do_80_to_64_test(tests, f80, f64h, f64s); in do_80_to_64_tests()
580 fails += do_80_to_64_test(tests, f80, f64h, f64s); in do_80_to_64_tests()
583 printf("\n80 -> 64: %d tests, %d fails\n\n", tests, fails); in do_80_to_64_tests()
590 Int fails=0, tests=0; in do_64_to_80_tests() local
604 fails += do_64_to_80_test(tests, f64, f80h, f80s); in do_64_to_80_tests()
622 fails += do_64_to_80_test(tests, f64, f80h, f80s); in do_64_to_80_tests()
625 printf("\n64 -> 80: %d tests, %d fails\n\n", tests, fails); in do_64_to_80_tests()
/external/boringssl/src/crypto/evp/
Devp_tests.txt133 # This operation fails without an error code, so ERR_R_EVP_LIB is surfaced.
141 # This operation fails without an error code, so ERR_R_EVP_LIB is surfaced.
149 # This operation fails without an error code, so ERR_R_EVP_LIB is surfaced.
157 # This operation fails without an error code, so ERR_R_EVP_LIB is surfaced.
165 # This operation fails without an error code, so ERR_R_EVP_LIB is surfaced.
/external/autotest/server/site_tests/power_DeferForFlashrom/
Dcontrol17 It fails if:
20 2. After flashrom exits, powerd fails to honor pending suspend or reboot
22 3. The system fails to resume or come back up after rebooting.
/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/iputils/
DINSTALL10 If the first "make" fails, no problems:
18 But if "make html" fails too, check that DocBook package is installed
/external/bison/m4/
Dfrexpl.m4115 dnl Test whether frexpl() works on finite numbers (this fails on
117 dnl (this fails on Mac OS X 10.5/i386), and also on infinite numbers (this
118 dnl fails e.g. on IRIX 6.5 and mingw).
157 /* Test on finite numbers that fails on AIX 5.1. */
165 /* Test on finite numbers that fails on Mac OS X 10.4, because its frexpl
177 /* Test on large finite numbers. This fails on BeOS at i = 16322, while
/external/autotest/client/site_tests/network_3GStressEnable/
Dcontrol9 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.y34009 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.mu7369 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.clumsy9 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.y33009 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.gobi2k9 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.gobi3k9 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.e3629 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.alt31009 This test fails if flimflam ever fails to respond to a DBus message or crashes.
Dcontrol.huawei-e3039 This test fails if flimflam ever fails to respond to a DBus message or crashes.
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/
Dcontrol14 that provides the Web Proxy Auto Discovery option. This test fails if dhcpcd
15 is unable to negotiate a DHCP lease, or if shill fails to report the WPAD
/external/autotest/client/site_tests/network_DhcpRenewWithOptionSubset/
Dcontrol16 This test fails if shill fails to renew the lease, or if the
/external/llvm/test/CodeGen/X86/
D2010-08-04-MingWCrash.ll17 %ehspec.fails = icmp slt i32 %eh.selector, 0
18 br i1 %ehspec.fails, label %ehspec.unexpected, label %cleanup

12345678910>>...36