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

  /external/chromium_org/v8/tools/testrunner/local/
progress.py 238 def __init__(self, progress_indicator, junitout, junittestsuite):
241 if junitout:
242 self.outfile = open(junitout, "w")
  /external/chromium_org/v8/tools/
run-tests.py 176 result.add_option("--junitout", help="File name of the JUnit output")
418 if options.junitout:
420 progress_indicator, options.junitout, options.junittestsuite)

Completed in 7678 milliseconds