/cts/libs/vogar-expect/src/vogar/ |
ResultValue.java | 25 FAIL
|
/dalvik/dx/src/com/android/dx/merge/ |
CollisionPolicy.java | 33 FAIL
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.c | 38 //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/ |
scalar.c | 34 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...] |
scalar_nocancel.c | 52 SY(__NR_sem_wait_nocancel, x0); FAIL;
|
/external/chromium/testing/gtest/test/ |
gtest_filter_unittest_.cc | 54 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.";
|
gtest_xml_output_unittest_.cc | 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 84 FAIL() << "Unexpected failure: Disabled test should not be run"; 88 FAIL() << "XML output: " 95 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
/external/gtest/test/ |
gtest_filter_unittest_.cc | 54 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.";
|
gtest_xml_output_unittest_.cc | 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 84 FAIL() << "Unexpected failure: Disabled test should not be run"; 88 FAIL() << "XML output: " 95 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_filter_unittest_.cc | 54 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.";
|
gtest_xml_output_unittest_.cc | 70 FAIL() << "Unexpected failure: Disabled test should not be run"; 84 FAIL() << "Unexpected failure: Disabled test should not be run"; 88 FAIL() << "XML output: " 95 FAIL() << "Invalid characters in brackets [\x1\x2]";
|
/external/protobuf/gtest/test/ |
gtest_filter_unittest_.cc | 54 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.";
|
gtest_xml_output_unittest_.cc | 66 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]";
|
gtest_output_test_.cc | 79 FAIL() << "This should never be reached."; 109 FAIL() << "This should never be reached."; 149 printf("(expected to fail)\n"); 168 printf("(expected to fail)\n"); 179 printf("(expected to fail)\n"); 187 printf("(expected to fail)\n"); 196 printf("(expected to fail)\n"); 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." [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/ |
TestCaseOutputResult.java | 38 public static String FAIL = "FAIL"; 52 return success ? OK : FAIL;
|
/external/regex-re2/ |
runtests | 11 echo FAIL';' output in $i.log
|
/external/icu4c/test/hdrtst/ |
Makefile.in | 66 @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/base/i18n/ |
icu_string_conversions_unittest.cc | 115 // 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/webkit/LayoutTests/http/tests/appcache/resources/ |
offline-access.js | 14 alert("FAIL, unexpected response: " + ex); 16 alert("FAIL, unexpected error: " + ex);
|
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/ |
MergeConflictTest.java | 31 DexBuffer ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge(); 33 // a and ab overlap; this should fail 34 DexMerger dexMerger = new DexMerger(a, ab, CollisionPolicy.FAIL); 37 fail(); method
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsTestStatus.java | 23 FAIL("fail"),
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
BooleanTest.java | 39 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/ |
gsl16test | 102 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 104 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l) 107 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 109 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
|
gsl19test | 107 echo -n " Native fails: " && (grep FAIL: out-REF | wc -l) 109 echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l) 112 (echo -n " Native fails: " && (grep FAIL: out-REF | wc -l)) >> summary.txt 114 (echo -n " Valgrind fails: " && (grep FAIL: out-V | wc -l)) >> summary.txt
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
notimer-after-unload.js | 11 function(p) {alert('FAIL: Unexpected Geolocation success callback.');}, 12 function(e) {alert('FAIL: Unexpected Geolocation error callback.' + e.code + e.message);},
|