HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 26 - 50 of 649) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 45 failure(new RuntimeException( method
50 failure(new RuntimeException( method
58 failure(new RuntimeException( method
125 failure(new RuntimeException( method
130 failure(new RuntimeException( method
138 failure(new RuntimeException( method
173 failure(new RuntimeException(
177 failure(new RuntimeException(String.format(
181 failure(new RuntimeException(String.format(
185 failure(new RuntimeException(String.format
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer_unittest.py 56 failure = test_failures.FailureReftestMismatch()
57 failure.reference_filename = '/src/exists-expected.html'
59 written_files = self.run_test(failures=[failure], files=files)
62 failure = test_failures.FailureReftestMismatchDidNotOccur()
63 failure.reference_filename = '/src/exists-expected-mismatch.html'
65 written_files = self.run_test(failures=[failure], files=files)
69 failure = test_failures.FailureReftestMismatch()
70 failure.reference_filename = 'notfound.html'
71 written_files = self.run_test(failures=[failure], files={})
74 failure = test_failures.FailureReftestMismatchDidNotOccur(
    [all...]
  /external/tcpdump/tests/
TESTrun.sh 7 cat /dev/null > failure-outputs.txt
46 echo "Failed test: $name" >> failure-outputs.txt
47 echo >> failure-outputs.txt
48 cat DIFF/$output.diff >> failure-outputs.txt
49 echo >> failure-outputs.txt
64 cat failure-outputs.txt
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-dom-results 107 foreach my $failure (sort @disabled) {
108 $failure =~ s|.*/||;
109 $failure =~ s|-disabled||;
110 print " ${directory}/${failure}";
116 foreach my $failure (sort @failures) {
119 $failure =~ s|.*/||;
120 $failure =~ s|-expected\.txt|.${extension}|;
121 print " ${directory}/${failure}";
  /external/chromium_org/third_party/icu/source/test/intltest/
miscdtfm.h 30 UBool failure(UErrorCode status, const char* msg);
pptest.h 31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
msfmrgts.cpp 61 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:MessageFormatRegressionTest
93 failure(status, "couldn't create MessageFormat");
98 failure(status, "messageFormat->applyPattern");
107 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
113 failure(status, "messageFormatter->applyPattern");
126 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
132 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
157 failure(status, "new MessageFormat");
181 failure(status, "new MessageFormat");
188 failure(status, "messageFormat->applyPattern")
    [all...]
miscdtfm.cpp 43 DateFormatMiscTests::failure(UErrorCode status, const char* msg) function in class:DateFormatMiscTests
127 if(failure(status, "new SimpleDateFormat")) return;
132 failure(status, "resultFormatter->format");
162 if(failure(status, "new DateFormatSymbols")) return;
164 if(failure(status, "new SimpleDateFormat")) return;
169 failure(status, "df->toLocalizedPattern");
179 failure(status, "df->toLocalizedPattern");
194 if(failure(status, "new DateFormatSymbols")) return;
196 if(failure(status, "new SimpleDateFormat")) return;
202 failure(status, "df->toLocalizedPattern")
    [all...]
  /external/icu/icu4c/source/test/intltest/
miscdtfm.h 30 UBool failure(UErrorCode status, const char* msg);
pptest.h 31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers.js 199 var failure = this._testFailures.get(key);
200 if (!failure) {
201 failure = this._createFailureView(failureAnalysis);
202 this._view.add(failure);
203 $(failure).bind('examine', function() {
204 this.onExamine(failure);
206 $(failure).bind('rebaseline', function() {
207 this.onRebaseline(failure);
209 $(failure).bind('expectfailure', function() {
210 this.onUpdateExpectations(failure);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
unittestresults_unittest.py 61 <failure message="Value of: scale&#x0A; Actual: 4&#x0A;Expected: 1" type=""><![CDATA[../../Source/WebKit/chromium/tests/WebFrameTest.cpp:191
64 Expected: 1]]></failure>
76 <failure message="Value of: pi&#x0A; Actual: 3&#x0A;Expected: 3.14" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassOneTest.cpp:42
79 Expected: 3.14]]></failure>
82 <failure message="Value of: e&#x0A; Actual: 2&#x0A;Expected: 2.71" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:30
85 Expected: 2.71]]></failure>
86 <failure message="Value of: tau&#x0A; Actual: 6&#x0A;Expected: 6.28" type=""><![CDATA[../../Source/WebKit/chromium/tests/ClassTwoTest.cpp:55
89 Expected: 6.28]]></failure>
  /external/chromium_org/content/shell/tools/
breakpad_integration_test.py 52 failure = ''
73 failure = 'Failed to run generate_breakpad_symbols.py.'
84 failure = 'Failed to run content_shell.'
93 failure = 'Expected 1 crash dump, found %d.' % len(dmp_files)
95 raise Exception(failure)
103 failure = 'Failed to run dmp_to_minidump.'
111 failure = 'Failed to run minidump_stackwalk.'
122 failure = 'Found unexpected reference to CrashIntentionally in stack'
123 raise Exception(failure)
128 failure = 'Could not find reference to CrashIntentionally in stack.
    [all...]
  /external/mockito/src/org/mockito/internal/util/junit/
JUnitFailureHacker.java 7 import org.junit.runner.notification.Failure;
13 public void appendWarnings(Failure failure, String warnings) {
18 Throwable throwable = (Throwable) Whitebox.getInternalState(failure, "fThrownException");
20 String newMessage = "contains both: actual test failure *and* Mockito warnings.\n" +
21 warnings + "\n *** The actual failure is because of: ***\n";
25 Whitebox.setInternalState(failure, "fThrownException", e);
  /cts/tools/utils/
rerun.py 37 for failure in parseSuite(child, parentName + child.getAttribute("name")):
38 failedCases.append(failure)
77 for failure in failedCases:
78 print " " + failure
79 for failure in failedCases:
80 [className, methodName] = failure.split('#')
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordedResponse.java 28 * A received response or failure recorded by the response recorder.
34 public final Failure failure; field in class:RecordedResponse
36 RecordedResponse(Request request, Response response, String body, Failure failure) {
40 this.failure = failure;
87 assertNotNull(failure);
88 assertEquals(message, failure.exception().getMessage());
  /frameworks/testing/support/src/android/support/test/internal/runner/listener/
LogRunListener.java 22 import org.junit.runner.notification.Failure;
57 public void testFailure(Failure failure) throws Exception {
58 Log.i(TAG, "failed: " + failure.getDescription().getDisplayName());
60 Log.i(TAG, failure.getTrace());
65 public void testAssumptionFailure(Failure failure) {
66 Log.i(TAG, "assumption failed: " + failure.getDescription().getDisplayName());
68 Log.i(TAG, failure.getTrace());
InstrumentationResultPrinter.java 23 import org.junit.runner.notification.Failure;
75 * The test completed with a failure.
83 * The test completed with an assumption failure.
89 * identifies a stack trace describing an error or failure. This is sent with any status
148 public void testFailure(Failure failure) throws Exception {
150 reportFailure(failure);
155 public void testAssumptionFailure(Failure failure) {
157 reportFailure(failure);
    [all...]
  /external/junit/src/org/junit/experimental/results/
FailureList.java 9 import org.junit.runner.notification.Failure;
13 private final List<Failure> failures;
15 public FailureList(List<Failure> failures) {
22 for (Failure failure : failures) {
24 listener.testFailure(failure);
  /external/junit/src/org/junit/runner/notification/
RunListener.java 16 * public void testFailure(Failure failure) {
67 * @param failure describes the test that failed and the exception that was thrown
69 public void testFailure(Failure failure) throws Exception {
76 * @param failure
80 public void testAssumptionFailure(Failure failure) {
  /cts/tests/tests/jni/libjnitest/
helper.h 50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
  /external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
gUnitTestResult.stg 30 testResult(title, num_of_test, num_of_failure, failure, has_invalid, num_of_invalid, invalid) ::= <<
35 <failure:{<it.header>
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
example.js 12 function failure(e) { function
17 navigator.webkitGetUserMedia({'audio': true}, success, failure);
  /libcore/luni/src/main/java/java/net/
ProxySelector.java 125 * @param failure the exception which was thrown during connection
129 public abstract void connectFailed(URI uri, SocketAddress address, IOException failure);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_directories.js 56 * @param {function(e):void} failure Call failure when failed to get the
59 requestDir: function(dirName, success, failure) {
65 failure(e);
74 }, failure);
75 }, failure);
84 * @param {function(e):void} failure Call failure when failed to get the
87 getDirectory: function(dirName, success, failure) {
91 this.requestDir(dirName, success, failure);
    [all...]

Completed in 833 milliseconds

12 3 4 5 6 7 8 91011>>