Searched refs:FAIL (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_extension_c_test.c46 #define FAIL(msg) do { \ macro
71 FAIL("GetCallerStackTrace failed");
76 FAIL("Failed to add new hook");
79 FAIL("Failed to add delete hook");
84 FAIL("Wrong number of calls to the new hook");
87 FAIL("Wrong number of calls to the delete hook");
90 FAIL("Failed to remove new hook");
93 FAIL("Failed to remove delete hook");
110 FAIL("GetNumericProperty failed for generic.current_allocated_bytes");
113 FAIL("GetNumericPropert
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_extension_c_test.c46 #define FAIL(msg) do { \ macro
71 FAIL("GetCallerStackTrace failed");
76 FAIL("Failed to add new hook");
79 FAIL("Failed to add delete hook");
84 FAIL("Wrong number of calls to the new hook");
87 FAIL("Wrong number of calls to the delete hook");
90 FAIL("Failed to remove new hook");
93 FAIL("Failed to remove delete hook");
110 FAIL("GetNumericProperty failed for generic.current_allocated_bytes");
113 FAIL("GetNumericPropert
[all...]
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c38 //SY(__NR_restart_syscall); // (Not yet handled by Valgrind) FAIL;
55 SY(__NR_write, x0, x0, x0+1); FAIL;
59 SY(__NR_open, x0, x0); FAIL;
65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
69 SY(__NR_close, x0-1); FAIL;
73 SY(__NR_waitpid, x0, x0+1, x0); FAIL;
77 SY(__NR_creat, x0, x0); FAIL;
81 SY(__NR_link, x0, x0); FAIL;
85 SY(__NR_unlink, x0); FAIL;
91 SY(__NR_execve, x0, x0, x0); FAIL;
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c34 SY(__NR_write, x0, x0, x0+1); FAIL;
35 //res = write(x0, x0, x0+1); FAIL;
38 SY(__NR_open, x0, x0); FAIL;
43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
46 SY(__NR_close, x0-1); FAIL;
49 SY(__NR_wait4, x0, x0+1, x0, x0+1); FAIL;
54 SY(__NR_link, x0, x0); FAIL;
57 SY(__NR_unlink, x0); FAIL;
62 SY(__NR_chdir, x0); FAIL;
65 SY(__NR_fchdir, x0-1); FAIL;
[all...]
H A Dscalar_nocancel.c52 SY(__NR_sem_wait_nocancel, x0); FAIL;
/external/chromium_org/testing/gtest/test/
H A Dgtest_filter_unittest_.cc54 FAIL() << "Expected failure.";
69 FAIL() << "Expected failure.";
73 FAIL() << "Expected failure.";
79 FAIL() << "Expected failure.";
89 FAIL() << "Expected failure.";
107 FAIL() << "Expected failure.";
111 FAIL() << "Expected failure.";
117 FAIL() << "Expected failure.";
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A Dcompiler_test_main.cpp17 FAIL() << "Failed to initialize the compiler.";
25 FAIL() << "Failed to finalize the compiler.";
/external/gtest/test/
H A Dgtest_filter_unittest_.cc54 FAIL() << "Expected failure.";
69 FAIL() << "Expected failure.";
73 FAIL() << "Expected failure.";
79 FAIL() << "Expected failure.";
89 FAIL() << "Expected failure.";
107 FAIL() << "Expected failure.";
111 FAIL() << "Expected failure.";
117 FAIL() << "Expected failure.";
/external/protobuf/gtest/test/
H A Dgtest_filter_unittest_.cc54 FAIL() << "Expected failure.";
69 FAIL() << "Expected failure.";
73 FAIL() << "Expected failure.";
79 FAIL() << "Expected failure.";
89 FAIL() << "Expected failure.";
107 FAIL() << "Expected failure.";
111 FAIL() << "Expected failure.";
117 FAIL() << "Expected failure.";
H A Dgtest_xml_output_unittest_.cc66 FAIL() << "Unexpected failure: Disabled test should not be run";
80 FAIL() << "Unexpected failure: Disabled test should not be run";
84 FAIL() << "XML output: "
91 FAIL() << "Invalid characters in brackets [\x1\x2]";
H A Dgtest_output_test_.cc79 FAIL() << "This should never be reached.";
109 FAIL() << "This should never be reached.";
290 FAIL() << "Expected failure #1, in the test fixture c'tor.";
313 FAIL() << "Expected failure #3, in TearDown().";
317 FAIL() << "Expected failure #4, in the test fixture d'tor.";
322 FAIL() << "Expected failure #2, in the test function.";
334 FAIL() << "Expected failure #1, in SetUp().";
338 FAIL() << "Expected failure #2, in TearDown().";
342 FAIL() << "Expected failure #3, in the test fixture d'tor.";
347 FAIL() << "UNEXPECTE
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseOutputResult.java38 public static String FAIL = "FAIL"; field in class:TestCaseOutputResult
52 return success ? OK : FAIL;
/external/chromium_org/third_party/re2/
H A Druntests11 echo FAIL';' output in $i.log
/external/regex-re2/
H A Druntests11 echo FAIL';' output in $i.log
/external/libcxxabi/test/
H A Dtestit30 FAIL=0
94 FAIL=$(($FAIL + $fail))
121 echo "number of tests failed : $FAIL"
124 echo "total number of tests : $(($FAIL+$PASS))"
127 exit $FAIL
/external/chromium_org/third_party/icu/source/test/hdrtst/
H A DMakefile.in66 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
73 exit $$FAIL
76 @FAIL=0;for file in $(prefix)/include/layout/*.h; do \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
83 exit $$FAIL
86 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
97 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
98 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
101 echo "$@: $$NONE - exit status $$FAIL" ; \
[all...]
/external/icu/icu4c/source/test/hdrtst/
H A DMakefile.in66 @FAIL=0;for file in `ls $(prefix)/include/unicode/*.h | fgrep -v -f $(srcdir)/pfiles.txt`; do \
71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
73 exit $$FAIL
76 @FAIL=0;for file in $(prefix)/include/layout/*.h; do \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
83 exit $$FAIL
86 @FAIL=0;NONE="(No deprecated headers)";for stub in `cat $(srcdir)/dfiles.txt | grep -v '^#'` ; do \
97 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || echo "** FAIL Header unicode/$$incfile.h is not obsoleted properly" ; \
98 fgrep -q "$$incfile.h header is obsolete" ht_dep.junk || FAIL=1 ; \
101 echo "$@: $$NONE - exit status $$FAIL" ; \
[all...]
/external/chromium_org/base/i18n/
H A Dicu_string_conversions_unittest.cc115 // Test a case where the input cannot be decoded, using SKIP, FAIL
119 OnStringConversionError::FAIL,
139 OnStringConversionError::FAIL,
147 OnStringConversionError::FAIL,
154 OnStringConversionError::FAIL,
161 OnStringConversionError::FAIL,
171 OnStringConversionError::FAIL,
178 OnStringConversionError::FAIL,
185 OnStringConversionError::FAIL,
192 OnStringConversionError::FAIL,
[all...]
/external/compiler-rt/lib/tsan/
H A Dcheck_memcpy.sh22 echo FAIL: found $NCALL memcpy/memset calls
29 echo FAIL: found $NCALL memcpy/memset calls
/external/chromium_org/v8/tools/testrunner/local/
H A Dstatusfile.py31 FAIL = "FAIL" variable
46 for key in [SKIP, FAIL, PASS, OKAY, TIMEOUT, CRASH, SLOW, FLAKY, FAIL_OK,
50 DEFS = {FAIL_OK: [FAIL, OKAY],
51 PASS_OR_FAIL: [PASS, FAIL]}
78 return ((PASS in outcomes) and (FAIL in outcomes) and
83 return (FAIL in outcomes) and (OKAY in outcomes)
/external/libcxx/test/
H A Dtestit74 FAIL=0
143 FAIL=$(($FAIL+$fail))
174 echo "number of tests failed : $FAIL"
177 echo "total number of tests : $(($FAIL+$PASS))"
180 exit $FAIL
/external/chromium_org/v8/test/mjsunit/
H A Dstack-traces.js30 Foo.prototype.bar = function () { FAIL; };
38 FAIL;
48 [1, 2, 3].map(function () { FAIL; });
53 Nirk.prototype.valueOf = function () { FAIL; };
58 eval("function Doo() { FAIL; }; Doo();");
62 var x = "FAIL";
67 eval("function Doo() { FAIL; }; Doo();\n//# sourceURL=res://name");
71 var x = "FAIL";
77 Number.prototype.causeError = function () { FAIL; };
82 function Plonk() { FAIL; }
[all...]
H A Dstack-traces-2.js33 var thrower = { valueOf: function() { FAIL; },
34 toString: function() { FAIL; } };
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java39 return (ok)? "OK" : "FAIL";
44 return (ok)? gUnitParser.OK : gUnitParser.FAIL;
56 return (testResult.isSuccess())? "OK" : "FAIL";
61 return (ok)? "OK" : "FAIL";
/external/valgrind/main/auxprogs/
H A Dgsl16test25 # FAIL: qawo(f456) elist (7.25063790881233303e-15 observed vs 7.25922435194575979e-15 expected)
107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)
109 echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)
112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt
114 (echo -n " Valgrind fails: " && (grep FAIL: out-VAL | wc -l)) >> summary.txt

Completed in 686 milliseconds

1234567891011>>