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

  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 39 * A database of expected outcomes. Entries in this database come in two forms.
54 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in class:ExpectationStore
73 * <p>For outcomes that have both a name match and an output match,
78 Expectation exactNameMatch = outcomes.get(outcome.getName());
95 Expectation expectation = outcomes.get(name);
192 Map<String, Expectation> map = isFailure ? failures : outcomes;
223 Iterable<Expectation> allExpectations = Iterables.concat(outcomes.values(), failures.values());
  /external/v8/tools/
test.py 421 return not outcome in self.test.outcomes
1064 def __init__(self, case, outcomes):
1066 self.outcomes = outcomes
1087 outcomes = set([])
1089 outcomes = outcomes.union(rule.GetOutcomes(env, self.defs))
1091 if not outcomes:
1092 outcomes = [PASS]
1093 case.outcomes = outcome
    [all...]

Completed in 326 milliseconds