HomeSort by relevance Sort by last modified time
    Searched full:regressions (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /art/test/106-exceptions2/
info.txt 1 Test runtime exceptions for potential regressions caused by the compiler.
  /dalvik/dx/tests/121-sccp/
info.txt 2 ensure there aren't any regressions.
  /external/llvm/utils/release/
findRegressions-simple.py 63 # Diff results and look for regressions.
65 regressions = {}
70 regressions[x] = ''
87 regressions[x] += t + "\n"
93 regressions[x] += t + "\n"
102 regressions[x] += t + "\n"
113 regressions[x] += t + ": NaN%\n"
117 regressions[x] += t + ": " + "{0:.1f}".format(100 * (d_new[t][x] - d_old[t][x]) / d_old[t][x]) + "%\n"
122 if len(regressions['compile state']) != 0:
124 print regressions['compile state'
    [all...]
  /dalvik/tests/083-jit-regressions/
info.txt 6 This test covers JIT regressions
  /art/test/083-compiler-regressions/
info.txt 6 This test covers JIT regressions
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 94 regressions = {}
99 def add_result(test, results, passes=passes, flaky=flaky, regressions=regressions):
115 add_to_dict_of_lists(regressions, actual[0], test)
120 add_to_dict_of_lists(regressions, results['actual'], test)
124 if len(passes) or len(flaky) or len(regressions):
153 if len(regressions):
155 for key, tests in regressions.iteritems():
157 self._print("Regressions: Unexpected %s (%d)" % (descriptions[result], len(tests)))
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_perf.h 16 // dashboard and thereby track it for regressions.
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 9 initial copy of the depot for use in bisecting performance regressions.
13 ./tools/prepare-bisect-perf-regressions.py --working_directory "~/builds"
  /external/chromium_org/third_party/mesa/src/bin/
.cherry-ignore 9 # Causes too many regressions...
14 # Introduces performance regressions for other games... don't cherry-pick for now
  /external/mesa3d/bin/
.cherry-ignore 9 # Causes too many regressions...
14 # Introduces performance regressions for other games... don't cherry-pick for now
  /development/samples/Spinner/
_index.html 15 shows you how to set up tests to monitor and prevent code regressions in the
  /external/chromium_org/third_party/libxml/src/
README.tests 3 Instructions for standalone test regressions of libxml2
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
verification.html 20 whether the regressions are confirmed or not.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
checked_delete.hpp 31 // intentionally complex - simplification causes regressions
  /external/chromium_org/chrome/browser/webdata/
DEPS 29 # use these rules to prevent regressions.
  /external/chromium_org/third_party/WebKit/Source/core/css/
xhtmlmp.css 34 /* Ideally these should be removed. Currently here to avoid test result regressions. */
  /external/chromium_org/v8/test/webkit/fast/js/
array-tostring-ignore-separator-expected.txt 24 This test checks for regressions against 6261:Do not use a separator argument when doing toString/toLocalString.
array-tostring-ignore-separator.js 25 'This test checks for regressions against <a href="https://bugs.webkit.org/show_bug.cgi?id=6261">6261:Do not use a separator argument when doing toString/toLocalString.</a>'
  /external/clang/test/Analysis/
misc-ps-64.m 6 // regressions.
  /external/pixman/test/
pixel-test.c 40 static const pixel_combination_t regressions[] = variable
252 for (i = 0; i < ARRAY_LENGTH (regressions); ++i)
254 const pixel_combination_t *combination = &(regressions[i]);
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_browsertest.cc 80 // regressions when that mode calls out into the ChromeContentBrowserClient,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1620.js 43 // Regressions introduced and fixed again while fixing the above.
  /external/v8/test/mjsunit/regress/
regress-1620.js 43 // Regressions introduced and fixed again while fixing the above.
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-t 5 $details = "Look out for regressions of prior bugs related to -t.\n";
  /external/llvm/docs/
HowToReleaseLLVM.rst 40 7-10 days. During the first round of testing, any regressions found should be
245 A release is qualified when it has no regressions from the previous release (or
246 baseline). Regressions are related to correctness first and performance second.
247 (We may tolerate some minor performance regressions if they are deemed
250 **Regressions are new failures in the set of tests that are used to qualify
263 no regressions when using either ``clang`` or ``dragonegg`` with the
271 regressions in the ``test-suite``.
318 to the list. Verify that there are no regressions from the previous release.
323 During the first round of testing, all regressions must be fixed before the
340 #. During the first round of testing, patches that fix regressions or that ar
    [all...]

Completed in 1199 milliseconds

1 2 3 4 5