HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 201 - 225 of 9511) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers.js 186 var failure = this._testFailures.get(key);
187 if (!failure) {
188 failure = this._createFailureView(failureAnalysis);
189 this._view.add(failure);
190 $(failure).bind('examine', function() {
191 this.onExamine(failure);
193 $(failure).bind('rebaseline', function() {
194 this.onRebaseline(failure);
196 $(failure).bind('expectfailure', function() {
197 this.onUpdateExpectations(failure);
    [all...]
  /external/junit/src/org/junit/internal/
TextListener.java 9 import org.junit.runner.notification.Failure;
37 public void testFailure(Failure failure) {
60 List<Failure> failures= result.getFailures();
64 getWriter().println("There was " + failures.size() + " failure:");
68 for (Failure each : failures)
72 protected void printFailure(Failure each, String prefix) {
  /external/junit/src/junit/framework/
JUnit4TestAdapterCache.java 12 import org.junit.runner.notification.Failure;
50 public void testFailure(Failure failure) throws Exception {
51 result.addError(asTest(failure.getDescription()), failure.getException());
  /external/junit/src/org/junit/runner/notification/
Failure.java 10 * A <code>Failure</code> holds a description of the failed test and the
16 public class Failure implements Serializable {
22 * Constructs a <code>Failure</code> with the given description and exception.
26 public Failure(Description description, Throwable thrownException) {
39 * @return the raw description of the context of the failure.
RunNotifier.java 44 fireTestFailure(new Failure(Description.TEST_MECHANISM, e));
94 * @param failure the description of the test that failed and the exception thrown
96 public void fireTestFailure(final Failure failure) {
100 each.testFailure(failure);
109 * @param failure
113 public void fireTestAssumptionFailed(final Failure failure) {
117 each.testAssumptionFailure(failure);
  /external/okhttp/src/main/java/com/squareup/okhttp/
RouteDatabase.java 26 * there was a failure attempting to connect to a specific IP address, proxy
27 * server or TLS mode, that failure is remembered and alternate routes are
33 /** Records a failure connecting to {@code failedRoute}. */
34 public synchronized void failed(Route failedRoute, IOException failure) {
37 if (!(failure instanceof SSLHandshakeException)) {
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
RecordingReceiver.java 18 import com.squareup.okhttp.Failure;
34 @Override public synchronized void onFailure(Failure failure) {
35 responses.add(new RecordedResponse(failure.request(), null, null, failure));
  /external/chromium/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 32 // Tests Google Test's throw-on-failure mode with exceptions enabled.
41 // Prints the given failure message and exits the program with
43 // indicate a failure, as the latter is been tested and cannot be
46 printf("FAILURE: %s\n", msg);
51 // Tests that an assertion failure throws a subclass of
65 EXPECT_EQ(2, 3) << "Expected failure";
67 if (strstr(e.what(), "Expected failure") != NULL)
73 "failure\", it is:\n");
86 // properly and set the thrown-on-failure mode. Therefore, we don't
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.";
  /external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 32 // Tests Google Test's throw-on-failure mode with exceptions enabled.
41 // Prints the given failure message and exits the program with
43 // indicate a failure, as the latter is been tested and cannot be
46 printf("FAILURE: %s\n", msg);
51 // Tests that an assertion failure throws a subclass of
65 EXPECT_EQ(2, 3) << "Expected failure";
67 if (strstr(e.what(), "Expected failure") != NULL)
73 "failure\", it is:\n");
86 // properly and set the thrown-on-failure mode. Therefore, we don't
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.";
  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 32 // Tests Google Test's throw-on-failure mode with exceptions enabled.
41 // Prints the given failure message and exits the program with
43 // indicate a failure, as the latter is been tested and cannot be
46 printf("FAILURE: %s\n", msg);
51 // Tests that an assertion failure throws a subclass of
65 EXPECT_EQ(2, 3) << "Expected failure";
67 if (strstr(e.what(), "Expected failure") != NULL)
73 "failure\", it is:\n");
86 // properly and set the thrown-on-failure mode. Therefore, we don't
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.";
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 32 // Tests Google Test's throw-on-failure mode with exceptions enabled.
41 // Prints the given failure message and exits the program with
43 // indicate a failure, as the latter is been tested and cannot be
46 printf("FAILURE: %s\n", msg);
51 // Tests that an assertion failure throws a subclass of
65 EXPECT_EQ(2, 3) << "Expected failure";
67 if (strstr(e.what(), "Expected failure") != NULL)
73 "failure\", it is:\n");
86 // properly and set the thrown-on-failure mode. Therefore, we don't
  /ndk/sources/third_party/googletest/googletest/test/
gtest_throw_on_failure_ex_test.cc 32 // Tests Google Test's throw-on-failure mode with exceptions enabled.
41 // Prints the given failure message and exits the program with
43 // indicate a failure, as the latter is been tested and cannot be
46 printf("FAILURE: %s\n", msg);
51 // Tests that an assertion failure throws a subclass of
65 EXPECT_EQ(2, 3) << "Expected failure";
67 if (strstr(e.what(), "Expected failure") != NULL)
73 "failure\", it is:\n");
86 // properly and set the thrown-on-failure mode. Therefore, we don't
  /frameworks/testing/androidtestlib/src/com/android/test/runner/listener/
InstrumentationResultPrinter.java 23 import org.junit.runner.notification.Failure;
75 * The test completed with a failure.
84 * identifies a stack trace describing an error or failure. This is sent with any status
144 public void testFailure(Failure failure) throws Exception {
146 reportFailure(failure);
151 public void testAssumptionFailure(Failure failure) {
153 reportFailure(failure);
156 private void reportFailure(Failure failure)
    [all...]
  /dalvik/vm/oo/
Resolve.h 44 * Throws an exception and returns NULL on failure.
56 * Throws an exception and returns NULL on failure.
64 * Throws an exception and returns NULL on failure.
71 * Throws an exception and returns NULL on failure.
81 * Throws an exception and returns NULL on failure.
89 * Throws an exception and returns NULL on failure.
  /external/chromium_org/chrome/test/functional/chromoting/
me2me_connect.py 17 # Disable test on vista and xp until the failure is figured
34 # Disable test on vista and xp until the failure is figured
46 # Disable test on vista and xp until the failure is figured
58 # Disable test on vista and xp until the failure is figured
69 # Disable test on vista and xp until the failure is figured
80 # Disable test on vista and xp until the failure is figured
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_flash_file.idl 26 * of failure
35 * success, one of the PP_ERROR_* in case of failure.
45 * case of failure.
53 * PP_OK if success, one of the PP_ERROR_* in case of failure.
60 * ppapi error, PP_OK if success, one of the PP_ERROR_* in case of failure.
69 * of failure. If non-NULL, the returned contents should be freed with
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gpsk.c 18 enum { GPSK_1, GPSK_3, SUCCESS, FAILURE } state;
46 case FAILURE:
47 return "FAILURE";
112 eap_gpsk_state(data, FAILURE);
125 eap_gpsk_state(data, FAILURE);
160 eap_gpsk_state(data, FAILURE);
183 eap_gpsk_state(data, FAILURE);
258 eap_gpsk_state(data, FAILURE);
266 eap_gpsk_state(data, FAILURE);
285 eap_gpsk_state(data, FAILURE);
    [all...]
  /external/chromium_org/chrome/test/pyautolib/
pyauto_errors.py 18 """Represent an automation command failure.
26 """Represent an automation command failure due to timeout."""
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 4 template<short s> void f(A<s>); // expected-note{{candidate template ignored: substitution failure}}
25 template<short s> void h(int (&)[s], A<s>); // expected-note{{candidate template ignored: substitution failure}}
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_lock.3 16 This returns 0 on success and a negative number on failure. -1 means a failure setting any of the PR_SET_SECUREBITS options.
  /external/libsepol/tests/
test-downgrade.h 54 * Output: Returns 0 upon success. Upon failure, a CUnit testing error
79 * Output: (int) 0 on success, negative number upon failure
94 * Output: Returns 0 upon success. Upon failure, -1 is returned.
96 * a failure to open the file, or a failure from prolicydb_read
109 * Output: Returns 0 upon success. Upon failure, -1 is returned.
111 * a failure to open the file, or a failure from prolicydb_read
  /external/mockito/src/org/mockito/internal/runners/util/
FrameworkUsageValidator.java 8 import org.junit.runner.notification.Failure;
27 notifier.fireTestFailure(new Failure(description, t));

Completed in 1001 milliseconds

1 2 3 4 5 6 7 891011>>