/external/junit/src/junit/runner/ |
BaseTestRunner.java | 75 testFailed(TestRunListener.STATUS_ERROR, test, t); 79 testFailed(TestRunListener.STATUS_FAILURE, test, t); 88 public abstract void testFailed(int status, Test test, Throwable t);
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/ |
ResultReporterTest.java | 125 mReporter.testFailed(test2, STACK_TRACE); 128 mReporter.testFailed(test3, STACK_TRACE); 165 mReporter.testFailed(test, STACK_TRACE); 240 mReporter.testFailed(test1, STACK_TRACE);
|
ConsoleReporterTest.java | 131 mReporter.testFailed(test2, STACK_TRACE); 137 mReporter.testFailed(test3, STACK_TRACE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 406 public synchronized void testFailed(TestReferenceFailure ref) { 451 public void testFailed(TestIdentifier test, String trace) { 455 mNotifier.testFailed(failure); 463 mNotifier.testFailed(failure);
|
/external/skia/tests/ |
SubsetPath.cpp | 26 bool SubsetPath::subset(bool testFailed, SkPath* sub) { 28 if (!testFailed) {
|
/external/v8/test/webkit/fast/js/ |
Promise-already-rejected.js | 35 testFailed('fulfilled');
|
Promise-already-resolved.js | 41 testFailed('rejected');
|
Promise-exception.js | 36 testFailed('Unexpected invocation of onFulfilled');
|
Promise-onFulfilled-deep.js | 33 promise = promise.then(function (value) { return value + 1; }, function () { testFailed('rejected'); });
|
Promise-onRejected-deep.js | 33 promise = promise.then(function (value) { testFailed('fulfilled'); throw value + 1; }, function (value) { throw value + 1; });
|
Promise-reject.js | 47 testFailed('fulfilled.');
|
Promise-resolve-with-itself.js | 33 testFailed('fulfilled');
|
Promise-resolve-with-then-exception.js | 34 testFailed('fulfilled');
|
Promise-static-reject.js | 31 testFailed('fulfilled');
|
Promise-static-resolve.js | 38 testFailed('rejected');
|
Promise-resolve-state.js | 51 testFailed('promise is rejected.');
|
/external/v8/test/webkit/ |
for-in-exeception.js | 40 testFailed("Shoud not be reached");
|
dfg-array-pop-side-effects.js | 44 testFailed("Should never get here");
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
GeeTestResultParser.java | 552 listener.testFailed(testId, mCurrentTestResult.getTrace()); 557 listener.testFailed(testId, mCurrentTestResult.getTrace()); 631 listener.testFailed(testId, "No test results.\r\n" + testRunStackTrace);
|
/art/tools/checker/common/ |
logger.py | 97 def testFailed(msg, assertion, variables):
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
ConsoleReporter.java | 105 public void testFailed(TestIdentifier test, String trace) {
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
ApkInstrumentationPreparer.java | 145 public void testFailed(TestIdentifier test, String trace) {
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsTestLogReporter.java | 99 public void testFailed(TestIdentifier test, String trace) {
|
/external/junit/src/junit/textui/ |
TestRunner.java | 90 public void testFailed(int status, Test test, Throwable t) {
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
CtsXmlResultReporterTest.java | 181 mResultReporter.testFailed(testId, trace); 217 mResultReporter.testFailed(testId, trace);
|