HomeSort by relevance Sort by last modified time
    Searched refs:FAIL (Results 151 - 175 of 387) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libpng/
test-driver 119 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
  /external/llvm/utils/lit/lit/
Test.py 29 FAIL = ResultCode('FAIL', True)
136 # A list of conditions under which this test is expected to fail. These
155 elif self.result.code == FAIL:
176 Check whether this test is expected to fail in the current
  /external/icu/icu4c/source/test/cintltst/
cdattst.c 88 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
98 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
105 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
112 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
120 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
131 log_data_err("FAIL: error in countAvailable\n");
139 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
172 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
197 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" )
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java 438 case FAIL:
484 if (resultCode == SensorTestDetails.ResultCode.FAIL) {
493 testDetails.cloneAndChangeResultCode(SensorTestDetails.ResultCode.FAIL));
575 case FAIL:
597 saveResult(testName, SensorTestDetails.ResultCode.FAIL, testSummary);
  /external/chromium_org/chrome/browser/resources/chromeos/
image_burner.js 49 FAIL: {
83 State.StatesEnum.FAIL.statusText = strings.getString('statusError');
106 } else if (this.state == State.StatesEnum.FAIL) {
347 this.currentState.changeState(State.StatesEnum.FAIL);
433 * Processes click on 'Retry' button in FAIL state.
  /external/chromium_org/testing/gtest/test/
gtest_pred_impl_unittest.cc 140 FAIL() << "The predicate assertion unexpactedly aborted the test.";
142 FAIL() << "The failed predicate assertion didn't abort the test "
535 FAIL() << "The predicate assertion unexpactedly aborted the test.";
537 FAIL() << "The failed predicate assertion didn't abort the test "
972 FAIL() << "The predicate assertion unexpactedly aborted the test.";
974 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
gtest-options_test.cc 124 FAIL() << "GetCurrentExecutableName() returns " << exe_str;
132 // This will make the test fail if run from the root directory.
  /external/gtest/test/
gtest_pred_impl_unittest.cc 140 FAIL() << "The predicate assertion unexpactedly aborted the test.";
142 FAIL() << "The failed predicate assertion didn't abort the test "
535 FAIL() << "The predicate assertion unexpactedly aborted the test.";
537 FAIL() << "The failed predicate assertion didn't abort the test "
972 FAIL() << "The predicate assertion unexpactedly aborted the test.";
974 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
  /external/protobuf/gtest/test/
gtest_pred_impl_unittest.cc 141 FAIL() << "The predicate assertion unexpactedly aborted the test.";
143 FAIL() << "The failed predicate assertion didn't abort the test "
537 FAIL() << "The predicate assertion unexpactedly aborted the test.";
539 FAIL() << "The failed predicate assertion didn't abort the test "
975 FAIL() << "The predicate assertion unexpactedly aborted the test.";
977 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_pred_impl_unittest.cc 140 FAIL() << "The predicate assertion unexpactedly aborted the test.";
142 FAIL() << "The failed predicate assertion didn't abort the test "
535 FAIL() << "The predicate assertion unexpactedly aborted the test.";
537 FAIL() << "The failed predicate assertion didn't abort the test "
972 FAIL() << "The predicate assertion unexpactedly aborted the test.";
974 FAIL() << "The failed predicate assertion didn't abort the test "
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 813 goto FAIL;
823 goto FAIL;
834 goto FAIL;
845 goto FAIL;
884 goto FAIL;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 45 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, LEAK, SKIP, WONTFIX,
226 'Failure': 'FAIL',
269 # special-case parsing this so that we fail immediately instead of treating this as a test name
685 self._result_type_to_tests[FAIL].add(test)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c 83 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
93 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
100 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
107 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
115 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
126 log_data_err("FAIL: error in countAvailable\n");
134 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
167 log_err("FAIL: Error in formatting using udat_format(.....) %s\n", myErrorName(status) );
179 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
192 log_data_err("FAIL: Date Format for french locale failed using udat_format().\n" )
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 54 public static String FAIL = "com.example.android.widgetcts.FAIL";
77 if (action.equals(PASS) || action.equals(FAIL)) {
267 rv.setViewVisibility(R.id.fail, View.GONE);
270 rv.setViewVisibility(R.id.fail, View.GONE);
273 rv.setViewVisibility(R.id.fail, View.VISIBLE);
284 final Intent fail = new Intent(context, WidgetCtsProvider.class); local
285 fail.setAction(WidgetCtsProvider.FAIL);
286 fail.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, appWidgetId)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 280 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace);
291 mCurrentPkgResult.reportTestFailure(test, CtsTestStatus.FAIL, trace);
376 mResults.countTests(CtsTestStatus.FAIL),
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 224 FAIL() << ExceptionToString(try_catch);
229 FAIL() << ExceptionToString(try_catch);
268 FAIL() << ExceptionToString(try_catch);
  /cts/libs/vogar-expect/src/vogar/
Outcome.java 138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL;
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 33 FAIL = 'FAIL';
154 | FAIL {$out = new BooleanTest(false);}
  /external/chromium_org/base/
callback_unittest.cc 166 FAIL() << "Should never be called";
rand_util_unittest.cc 54 // In theory this test can fail, but it won't before the universe dies of
124 FAIL() << "Didn't achieve all bit values in maximum number of tries.";
  /external/chromium_org/chrome/browser/extensions/api/socket/
udp_socket_unittest.cc 71 EXPECT_NE(0, socket.SetMulticastTimeToLive(-1)); // Negative TTL shall fail.
98 FAIL() << "Failed to connect to multicast address. Error code: " << result;
  /external/chromium_org/chrome/browser/sync/glue/
session_sync_test_helper.cc 69 FAIL();
  /external/chromium_org/content/browser/download/
file_metadata_unittest_linux.cc 70 FAIL() << "Attribute '" << attr_name << "' does not exist";
  /external/chromium_org/net/proxy/
proxy_server_unittest.cc 201 "http:/", // ambiguous, but will fail because of bad port.
202 "http:", // ambiguous, but will fail because of bad port.
365 FAIL() << "Invalid expectation. Can be only -1, 0, 1";
  /external/chromium_org/ppapi/shared_impl/private/
ppb_char_set_shared.cc 41 *result = base::OnStringConversionError::FAIL;
132 // try to convert it to the destination character set and fail if that

Completed in 1486 milliseconds

1 2 3 4 5 67 8 91011>>