HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /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]";
gtest-death-test_ex_test.cc 55 FAIL() << "An exception escaped a death test macro invocation "
  /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/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/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);},
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 20 FAIL
57 case FAIL:
58 return "FAIL";
115 eap_tnc_set_state(data, FAIL);
183 eap_tnc_set_state(data, FAIL);
187 eap_tnc_set_state(data, FAIL);
262 eap_tnc_set_state(data, FAIL);
270 if (data->state == FAIL)
316 case FAIL:
390 eap_tnc_set_state(data, FAIL);
    [all...]
  /external/webkit/LayoutTests/storage/
sql-data-types.js 27 writeMessageToLog("FAIL: property '" + propName + "' failed."
47 notifyDone("FAIL: Database clean up failed.");
55 notifyDone("FAIL: Error fetching values from the db.")
64 notifyDone("FAIL: Error inserting values to the db.");
73 notifyDone("FAIL: Error creating the db.");
86 notifyDone("FAIL: Error opening the db");

Completed in 2190 milliseconds

1 2 3 4 5 6 7 8