Home | History | Annotate | Download | only in layout_package

Lines Matching refs:json

45     # Min time (seconds) that will be added to the JSON.
77 RESULTS_FILENAME = "results.json"
82 """Modifies the results.json file. Grabs it off the archive directory
90 results json file.
115 """Generates the JSON output file."""
116 json = self._get_json()
117 if json:
119 results_file.write(json)
142 """Reads old results JSON file if it exists.
154 # Check if we have the archived JSON file on the buildbot server.
157 logging.error("Local results.json file does not exist. Grabbing "
166 # and we can't grab the results.json file off of it.
173 # Strip the prefix and suffix so we can get the actual JSON object.
180 logging.debug("results.json was not valid JSON. Clobbering.")
181 # The JSON file is not valid JSON. Just clobber the results.
184 logging.debug('Old JSON results do not exist. Starting fresh.')
190 """Gets the results for the results.json file."""
193 # If there was an error don't write a results.json
196 "or clobbering the results.json file: " + str(error))
201 logging.debug("Builder name (%s) is not in the results.json file."
228 """Inserts aggregate pass/failure statistics into the JSON.
298 into the JSON.
354 """If the JSON does not match the current version, converts it to the
398 tests: The JSON object with all the test results for this builder.