HomeSort by relevance Sort by last modified time
    Searched full:failures (Results 126 - 150 of 868) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 88 'num_regressions': # of non-flaky failures
89 'num_flaky': # of flaky failures
150 failure_types = [type(f) for f in result.failures]
157 for f in result.failures:
158 if 'is_reftest' in result.failures:
414 test_expectations.FAIL, "failures")
634 For each test file, we run each test type. If there are any failures,
656 failures = self._get_failures(result_summary, include_crashes=False)
658 while (len(failures) and self._options.retry_failures and
661 _log.info("Retrying %d unexpected failure(s) ..." % len(failures))
    [all...]
  /external/llvm/docs/CommandGuide/
lit.pod 14 summarizing their results, and providing indication of failures. B<lit> is
28 summary information for test failures. See L<"OUTPUT OPTIONS"> for options
74 Suppress any output except for test failures.
82 Show more information on test failures, for example the entire test output
102 I<--error-exitcode> argument for valgrind is used so that valgrind failures will
163 non-test related failures (for example a user error or an internal program
230 their status (generally only for failures). See the L<Output|"LIT OUTPUT">
  /external/icu4c/data/
cldr-icu-readme.txt 101 # resolving build issues and test failures for both ICU4C and ICU4J.
199 # from the Survey Tool can result in thousands of failures (in many cases, one
200 # CLDR data fix can resolve hundres of test failures). If the error is caused
236 # 15. Investigate test case failures; fix test cases and repeat from step 14,
238 # more failures in ICU4C or ICU4J (except failures that were present before you
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 812 failures: 0,
819 results.failures += test.failures;
832 url += "failures=" + results.failures + "&";
870 return new DrNicTest.Template('#{tests} tests, #{assertions} assertions, #{failures} failures, #{errors} errors').evaluate(this.getResult());
889 DrNicTest.Unit.Testcase.prototype.failures = 0;
919 var msg = '#{assertions} assertions, #{failures} failures, #{errors} errors\n'
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
HoloTest.java 137 // comparison failures.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/app/
LocalServiceTest.java 53 * explain any and all failures in other tests. This is not guaranteed
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ObjectTest.java 112 // seems reasonable, it could lead to false-failures.
182 // seems reasonable, it could lead to false-failures.
262 // seems reasonable, it could lead to false-failures.
367 // seems reasonable, it could lead to false-failures.
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_apitest.cc 84 ASSERT_TRUE(RunExtensionTest("webnavigation/failures")) << message_;
  /external/chromium/chrome/common/extensions/
update_manifest.h 64 // calling results(). The details for any failures are available by calling
  /external/clang/include/clang/Driver/
Tool.h 54 /// driver add an additional "command failed" diagnostic on failures.
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 63 // Check that unavailable copy constructors still cause SFINAE failures.
  /external/embunit/src/
TestRunner.c 101 stdimpl_print(" failures ");
  /external/icu4c/test/intltest/
callimts.h 63 * Note: In addition to outright failures, this test reports some
  /external/icu4c/tools/memcheck/
ICUMemCheck.pl 28 # cmemory.c Expected failures from uprv_malloc, uprv_free implementation.
  /external/nist-sip/java/gov/nist/core/
InternalErrorHandler.java 31 * Handle Internal error failures and print a stack trace (for debugging).
  /external/quake/quake/src/QW/client/
vid.h 81 // base mode) on memory allocation failures
  /external/quake/quake/src/WinQuake/
vid.h 81 // base mode) on memory allocation failures
  /external/skia/tests/
skia_test.cpp 123 SkDebugf("Finished %d tests, %d failures.\n", count,
  /external/v8/test/mjsunit/
bit-not.js 67 // Try to test that we can deal with allocation failures in
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 34 // A macro asserting a condition and outputting failures to the debug log
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieTask.cpp 29 // Put Movies.h first so build failures here point clearly to QuickTime
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 315 help="Show all failures in results.html, rather than only "
385 optparse.make_option("--exit-after-n-failures", type="int", default=500,
386 help="Exit after the first N failures instead of running all "
393 optparse.make_option("--print-last-failures", action="store_true",
395 "had unexpected failures (or passes) and then exit."),
396 optparse.make_option("--retest-last-failures", action="store_true",
398 "had unexpected failures (or passes)."),
399 optparse.make_option("--retry-failures", action="store_true",
402 optparse.make_option("--no-retry-failures", action="store_false",
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
expectedfailures.py 48 # Remove all expected failures which are not in the new failing results.
  /frameworks/base/telephony/java/com/android/internal/telephony/
EventLogTags.logtags 21 # PDP Setup failures
  /libcore/luni/src/test/java/libcore/java/util/zip/
GZIPInputStreamTest.java 45 /** http://b/3042574 GzipInputStream.skip() causing CRC failures */

Completed in 1154 milliseconds

1 2 3 4 56 7 8 91011>>