Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 25 of 94) sorted by relevance

1234

/external/v8/test/mozilla/
Dmozilla.status46 def FAIL_OK = FAIL, OKAY
97 js1_5/Regress/regress-280769-3: PASS || FAIL if $mode == debug
98 js1_5/Regress/regress-203278-1: PASS || FAIL if $mode == debug
99 js1_5/GC/regress-203278-2: PASS || FAIL if $mode == debug
100 js1_5/Regress/regress-244470: PASS || FAIL if $mode == debug
101 ecma_3/RegExp/regress-209067: PASS || FAIL if $mode == debug
102 js1_5/GC/regress-278725: PASS || FAIL if $mode == debug
104 js1_5/Regress/regress-367561-03: PASS || FAIL if $mode == debug
105 ecma/Date/15.9.5.10-2: PASS || FAIL if $mode == debug
110 ecma/Date/15.9.2.1: PASS || FAIL
[all …]
/external/chromium/base/i18n/
Dicu_string_conversions_unittest.cc113 OnStringConversionError::FAIL,
133 OnStringConversionError::FAIL,
141 OnStringConversionError::FAIL,
148 OnStringConversionError::FAIL,
155 OnStringConversionError::FAIL,
165 OnStringConversionError::FAIL,
172 OnStringConversionError::FAIL,
179 OnStringConversionError::FAIL,
186 OnStringConversionError::FAIL,
193 OnStringConversionError::FAIL,
[all …]
/external/protobuf/gtest/test/
Dgtest_output_test_.cc79 FAIL() << "This should never be reached."; in TryTestSubroutine()
109 FAIL() << "This should never be reached."; in TEST()
290 FAIL() << "Expected failure #1, in the test fixture c'tor."; in Init()
313 FAIL() << "Expected failure #3, in TearDown()."; in TearDown()
317 FAIL() << "Expected failure #4, in the test fixture d'tor."; in Deinit()
322 FAIL() << "Expected failure #2, in the test function."; in TEST_F()
334 FAIL() << "Expected failure #1, in SetUp()."; in SetUp()
338 FAIL() << "Expected failure #2, in TearDown()."; in TearDown()
342 FAIL() << "Expected failure #3, in the test fixture d'tor."; in Deinit()
347 FAIL() << "UNEXPECTED failure in the test function. " in TEST_F()
[all …]
Dgtest_filter_unittest_.cc54 FAIL() << "Expected failure."; in TEST_F()
69 FAIL() << "Expected failure."; in TEST()
73 FAIL() << "Expected failure."; in TEST()
79 FAIL() << "Expected failure."; in TEST()
89 FAIL() << "Expected failure."; in TEST()
107 FAIL() << "Expected failure."; in TEST()
111 FAIL() << "Expected failure."; in TEST()
117 FAIL() << "Expected failure."; in TEST()
Dgtest_xml_output_unittest_.cc66 FAIL() << "Unexpected failure: Disabled test should not be run"; in TEST_F()
80 FAIL() << "Unexpected failure: Disabled test should not be run"; in TEST()
84 FAIL() << "XML output: " in TEST()
91 FAIL() << "Invalid characters in brackets [\x1\x2]"; in TEST()
/external/gtest/test/
Dgtest_output_test_.cc85 FAIL() << "This should never be reached."; in TryTestSubroutine()
115 FAIL() << "This should never be reached."; in TEST()
297 FAIL() << "Expected failure #1, in the test fixture c'tor."; in Init()
320 FAIL() << "Expected failure #3, in TearDown()."; in TearDown()
324 FAIL() << "Expected failure #4, in the test fixture d'tor."; in Deinit()
329 FAIL() << "Expected failure #2, in the test function."; in TEST_F()
341 FAIL() << "Expected failure #1, in SetUp()."; in SetUp()
345 FAIL() << "Expected failure #2, in TearDown()."; in TearDown()
349 FAIL() << "Expected failure #3, in the test fixture d'tor."; in Deinit()
354 FAIL() << "UNEXPECTED failure in the test function. " in TEST_F()
[all …]
Dgtest_filter_unittest_.cc55 FAIL() << "Expected failure."; in TEST_F()
71 FAIL() << "Expected failure."; in TEST()
75 FAIL() << "Expected failure."; in TEST()
81 FAIL() << "Expected failure."; in TEST()
91 FAIL() << "Expected failure."; in TEST()
116 FAIL() << "Expected failure."; in TEST()
120 FAIL() << "Expected failure."; in TEST()
126 FAIL() << "Expected failure."; in TEST()
Dgtest_xml_output_unittest_.cc62 FAIL() << "Unexpected failure: Disabled test should not be run"; in TEST_F()
76 FAIL() << "Unexpected failure: Disabled test should not be run"; in TEST()
Dgtest_unittest.cc807 FAIL() << "Expected fatal failure."; in AddFailure()
904 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); in NonVoidFunction()
917 EXPECT_FATAL_FAILURE_ON_ALL_THREADS(FAIL(), ""); in DoesNotAbortHelper()
2531 FAIL() << "Unexpected failure: Disabled test should not be run."; in TEST()
2543 FAIL() << "Unexpected failure: Test in disabled test case should not be run."; in TEST()
2549 FAIL() << "Unexpected failure: Test in disabled test case should not be run."; in TEST()
2557 FAIL() << "Unexpected failure: All tests disabled in test case. " in SetUpTestCase()
2562 FAIL() << "Unexpected failure: All tests disabled in test case. " in TearDownTestCase()
2568 FAIL() << "Unexpected failure: Disabled test should not be run."; in TEST_F()
2572 FAIL() << "Unexpected failure: Disabled test should not be run."; in TEST_F()
[all …]
/external/clearsilver/cs/
Dtest_joo.cs21 FAIL - non-existing should be NULL, not empty string [3]
29 FAIL - Empty var should equal empty string [4]
37 FAIL - [5]
71 FAIL - [10]
75 FAIL - existing string shouldn't evaluate false [11]
95 FAIL - non-empty string shouldn't evaluate non-existing [14]
137 FAIL - IF boolean true equals empty [20]
153 FAIL - ELSE boolean true equals empty [23]
159 FAIL - ELSE boolean true equals empty [24]
163 FAIL - IF boolean false not equal empty [25]
[all …]
/external/v8/test/mjsunit/
Dstack-traces.js30 Foo.prototype.bar = function () { FAIL; };
38 FAIL;
48 [1, 2, 3].map(function () { FAIL; });
53 Nirk.prototype.valueOf = function () { FAIL; };
67 Number.prototype.causeError = function () { FAIL; };
72 function Plonk() { FAIL; }
77 function a$b$c$d() { return FAIL; }
84 (function () { FAIL }).call([1, 2, 3]);
130 FAIL;
145 FAIL;
/external/webkit/LayoutTests/http/tests/appcache/
Ddynamic-entries-no-cache.html-disabled44 log("FAIL: " + _a + " should be " + _bv + ". Threw exception " + exception);
48 log("FAIL: " + _a + " should be " + _bv + ". Was " + stringify(_av) + ".");
50 …log("FAIL: " + _a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type…
83 log("FAIL: hasItem didn't raise an exception");
88 log("FAIL: hasItem raised unexpected exception " + ex);
93 log("FAIL: add didn't raise an exception");
98 log("FAIL: add raised unexpected exception " + ex);
103 log("FAIL: remove didn't raise an exception");
108 log("FAIL: remove raised unexpected exception " + ex);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_tnc.c25 FAIL } state; enumerator
84 data->state = FAIL; in eap_tnc_build_start()
152 data->state = FAIL; in eap_tnc_build_recommendation()
156 data->state = FAIL; in eap_tnc_build_recommendation()
276 case FAIL: in eap_tnc_buildReq()
350 data->state = FAIL; in tncs_process()
364 data->state = FAIL; in eap_tnc_process_cont()
423 if (len == 1 && (data->state == DONE || data->state == FAIL)) { in eap_tnc_process()
438 data->state = FAIL; in eap_tnc_process()
448 data->state = FAIL; in eap_tnc_process()
[all …]
Deap_wsc.c25 enum { START, MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
50 case FAIL: in eap_wsc_state_txt()
284 eap_wsc_state(data, FAIL); in eap_wsc_process_cont()
290 eap_wsc_state(data, FAIL); in eap_wsc_process_cont()
347 eap_wsc_state(data, FAIL); in eap_wsc_process()
384 eap_wsc_state(data, FAIL); in eap_wsc_process()
396 eap_wsc_state(data, FAIL); in eap_wsc_process()
402 eap_wsc_state(data, FAIL); in eap_wsc_process()
410 eap_wsc_state(data, FAIL); in eap_wsc_process()
427 eap_wsc_state(data, FAIL); in eap_wsc_process()
[all …]
Deap_ikev2.c25 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
71 case FAIL: in eap_ikev2_state_txt()
287 eap_ikev2_state(data, FAIL); in eap_ikev2_process_cont()
371 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
378 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
388 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
399 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
408 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
415 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
433 eap_ikev2_state(data, FAIL); in eap_ikev2_process()
[all …]
/external/bluetooth/glib/tests/
Dregex-test.c55 #define FAIL \ macro
130 FAIL; \
171 FAIL; \
203 FAIL; \
261 FAIL; \
394 FAIL; \
404 FAIL; \
414 FAIL; \
424 FAIL; \
434 FAIL; \
[all …]
/external/v8/test/sputnik/
Dsputnik.status29 def FAIL_OK = FAIL, OKAY
132 S15.10.2.11_A1_T2: FAIL
133 S15.10.2.11_A1_T3: FAIL
134 S15.10.4.1_A5_T1: FAIL
135 S15.10.4.1_A5_T2: FAIL
136 S15.10.4.1_A5_T3: FAIL
137 S15.10.4.1_A5_T4: FAIL
138 S15.10.4.1_A5_T5: FAIL
139 S15.10.4.1_A5_T6: FAIL
140 S15.10.4.1_A5_T7: FAIL
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_wsc.c26 enum { WAIT_START, MESG, FRAG_ACK, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator
51 case FAIL: in eap_wsc_state_txt()
214 if ((data->state == FAIL && data->out_op_code == WSC_ACK) || in eap_wsc_build_msg()
217 eap_wsc_state(data, FAIL); in eap_wsc_build_msg()
246 eap_wsc_state(data, FAIL); in eap_wsc_process_cont()
402 eap_wsc_state(data, FAIL); in eap_wsc_process()
410 eap_wsc_state(data, FAIL); in eap_wsc_process()
/external/chromium/third_party/icu/source/common/
Duniset_props.cpp956 #define FAIL(ec) {ec=U_ILLEGAL_ARGUMENT_ERROR; return *this;} macro
986 FAIL(ec); in applyPropertyAlias()
997 if (p == UCHAR_INVALID_CODE) FAIL(ec); in applyPropertyAlias()
1018 FAIL(ec); in applyPropertyAlias()
1024 FAIL(ec); in applyPropertyAlias()
1037 FAIL(ec); in applyPropertyAlias()
1049 if (!mungeCharName(buf, vname, sizeof(buf))) FAIL(ec); in applyPropertyAlias()
1058 FAIL(ec); in applyPropertyAlias()
1067 if (!mungeCharName(buf, vname, sizeof(buf))) FAIL(ec); in applyPropertyAlias()
1077 FAIL(ec); in applyPropertyAlias()
[all …]
/external/icu4c/common/
Duniset_props.cpp1021 #define FAIL(ec) {ec=U_ILLEGAL_ARGUMENT_ERROR; return *this;} macro
1051 FAIL(ec); in applyPropertyAlias()
1062 if (p == UCHAR_INVALID_CODE) FAIL(ec); in applyPropertyAlias()
1083 FAIL(ec); in applyPropertyAlias()
1089 FAIL(ec); in applyPropertyAlias()
1102 FAIL(ec); in applyPropertyAlias()
1114 if (!mungeCharName(buf, vname, sizeof(buf))) FAIL(ec); in applyPropertyAlias()
1123 FAIL(ec); in applyPropertyAlias()
1132 if (!mungeCharName(buf, vname, sizeof(buf))) FAIL(ec); in applyPropertyAlias()
1142 FAIL(ec); in applyPropertyAlias()
[all …]
/external/qemu/android/utils/
Ddirscanner.c158 goto FAIL; in dirScanner_new()
163 goto FAIL; in dirScanner_new()
167 FAIL: in dirScanner_new()
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_expectations.py43 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, TIMEOUT, CRASH, SKIP, WONTFIX,
86 return (self._expected_failures.get_test_set(REBASELINE, FAIL) |
125 FAIL in self._expected_failures.get_expectations(test)) or
221 'fail': FAIL,
231 FAIL: ('failure', 'failures'),
244 TEXT, IMAGE, FAIL, SKIP)
261 'fail': FAIL,
768 self._result_type_to_tests[FAIL].add(test)
/external/bison/djgpp/
Ddjunpack.bat75 echo FAIL: Sed is not available.
79 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
82 echo FAIL: the file %1 does not seem to exist.
86 echo FAIL: no archive file has been specified.
/external/chromium/third_party/icu/source/test/cintltst/
Dcposxtst.c54 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */ in TestMessageCatalog() local
81 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec); in TestMessageCatalog()
/external/icu4c/test/cintltst/
Dcposxtst.c56 const UChar FAIL[] = {0x46, 0x41, 0x49, 0x4C, 0x00}; /* "FAIL" */ in TestMessageCatalog() local
83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec); in TestMessageCatalog()

1234