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

  /cts/libs/vogar-expect/src/vogar/
Outcome.java 28 * An outcome of an action. Some actions may have multiple outcomes. For
29 * example, JUnit tests have one outcome for each test method.
31 public final class Outcome {
38 public Outcome(String outcomeName, Result result, List<String> outputLines) {
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) {
52 public Outcome(String outcomeName, Result result, String outputLine) {
59 public Outcome(String outcomeName, Result result, Throwable throwable) {
128 * Returns whether the result indicates that the contents of the Outcome are important.
144 * Returns a filesystem db path for this outcome. For example, a path for an outcome with nam
153 Outcome outcome = (Outcome) o; local
    [all...]
  /external/v8/tools/
test.py 193 outcome = 'CRASH'
195 outcome = 'FAIL'
197 outcome = 'pass'
198 print 'Done running %s: %s' % (output.test.GetLabel(), outcome)
414 outcome = CRASH
416 outcome = TIMEOUT
418 outcome = FAIL
420 outcome = PASS
421 return not outcome in self.test.outcomes
788 class Outcome(Expression)
    [all...]

Completed in 712 milliseconds