HomeSort by relevance Sort by last modified time
    Searched refs:RESULTS (Results 1 - 3 of 3) sorted by null

  /external/openssh/regress/
sftp-glob.sh 21 grep -v "^sftp>" > ${RESULTS}
26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then
29 fail "$expected missing from $errtag results"
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
34 fail "$unexpected present in $errtag results"
36 rm -f ${RESULTS}
40 RESULTS=${OBJ}/results
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 40 # A JSON results generator for generic tests.
98 """A JSON results generator for generic tests."""
105 # test modifiers (FAILS, FLAKY, etc) but not actual test results.
119 RESULTS = "results"
129 RESULTS_FILENAME = "results.json"
146 """Modifies the results.json file. Grabs it off the archive directory
155 results json file.
156 builder_base_url: the URL where we have the archived test results.
157 If this is None no archived results will be retrieved
    [all...]
json_results_generator_unittest.py 47 # For archived results.
91 None, # don't fetch past json results archive
96 # Test incremental json results
109 # We don't verify the results here, but at least we make sure the code runs without errors.
161 for result in test[JRG.RESULTS]:
186 # Generate JSON with the same test sets. (Both incremental results and
187 # archived results must be updated appropriately.)

Completed in 80 milliseconds