HomeSort by relevance Sort by last modified time
    Searched full:outcomes (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/v8/tools/testrunner/local/
statusfile.py 30 # These outcomes can occur in a TestCase's outcomes list:
67 def DoSkip(outcomes):
68 return SKIP in outcomes
71 def IsSlow(outcomes):
72 return SLOW in outcomes
75 def NoIgnitionVariant(outcomes):
76 return NO_IGNITION in outcomes
79 def OnlyStandardVariant(outcomes):
80 return NO_VARIANTS in outcomes
    [all...]
testsuite.py 77 if testcase.outcomes:
78 if statusfile.OnlyStandardVariant(testcase.outcomes):
80 if statusfile.OnlyFastVariants(testcase.outcomes):
82 if statusfile.NoIgnitionVariant(testcase.outcomes):
87 if testcase.outcomes and statusfile.OnlyFastVariants(testcase.outcomes):
115 self.rules = None # dictionary mapping test path to list of outcomes
116 self.wildcards = None # dictionary mapping test paths to list of outcomes
183 t.outcomes = self.rules[testname]
184 if statusfile.DoSkip(t.outcomes)
    [all...]
verbose.py 49 if "outcomes" not in dir(t) or not t.outcomes:
52 o = t.outcomes
  /external/vogar/src/vogar/
ActionFinder.java 29 private final Map<String, Outcome> outcomes; field in class:ActionFinder
31 public ActionFinder(Log log, Map<String, Action> actions, Map<String, Outcome> outcomes) {
34 this.outcomes = outcomes;
65 outcomes.put(actionName, new Outcome(actionName, Result.UNSUPPORTED, e));
OutcomeStore.java 68 public Map<String, AnnotatedOutcome> read(Map<String, Outcome> outcomes) {
70 for (Map.Entry<String, Outcome> entry : outcomes.entrySet()) {
78 log.verbose("parsing outcomes from " + oldOutcomes.length + " files");
87 log.info("Failed to read outcomes from " + resultsDir, e);
124 public void write(Map<String, Outcome> outcomes) {
136 for (Map.Entry<String, Outcome> entry : outcomes.entrySet()) {
146 log.info("Failed to write outcomes to " + outputFile, e);
Driver.java 55 private final Map<String, Outcome> outcomes = Collections.synchronizedMap( field in class:Driver
89 Outcome outcome = outcomes.get(action.getName());
119 int numFiles = run.reportPrinter.generateReports(outcomes.values());
125 Map<String, AnnotatedOutcome> annotatedOutcomes = run.outcomeStore.read(this.outcomes);
127 run.outcomeStore.write(outcomes);
141 "Outcomes: %s. Passed: %d, Failed: %d, Skipped: %d, Warnings: %d. Took %s.",
145 run.console.info(String.format("Outcomes: %s. All successful. Took %s.",
209 new ActionFinder(run.console, actions, outcomes).findActions(file);
227 outcomes.put(outcome.getName(), outcome);
XmlReportPrinter.java 88 private Map<String, Suite> testsToSuites(Collection<Outcome> outcomes) {
90 for (Outcome outcome : outcomes) {
102 suite.outcomes.add(outcome);
118 private final List<Outcome> outcomes = new ArrayList<Outcome>(); field in class:XmlReportPrinter.Suite
129 serializer.attribute(ns, XmlReportConstants.ATTR_TESTS, Integer.toString(outcomes.size()));
138 for (Outcome outcome : outcomes) {
ExpectationStore.java 35 * A database of expected outcomes. Entries in this database come in two forms.
52 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);
209 Map<String, Expectation> map = isFailure ? failures : outcomes;
263 = Iterables.concat(outcomes.values(), failures.values());
XmlReportReader.java 71 Collection<Outcome> outcomes = new ArrayList<Outcome>(); local
116 outcomes.add(new Outcome(classname + "#" + name, result, resultOutput, date));
122 return outcomes;
AnnotatedOutcome.java 28 * including a list of previous outcomes, an outcome corresponding to the tag Vogar is being run
41 /** a list of previous outcomes for the same action, sorted in chronological order */
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 41 * A database of expected outcomes. Entries in this database come in two forms.
66 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>(); field in class:ExpectationStore
85 * <p>For outcomes that have both a name match and an output match,
90 Expectation exactNameMatch = outcomes.get(outcome.getName());
107 Expectation expectation = outcomes.get(name);
213 // TODO: Get rid of it and the "failures" map and just use the outcomes
245 Map<String, Expectation> map = isFailure ? failures : outcomes;
276 Iterable<Expectation> allExpectations = Iterables.concat(outcomes.values(), failures.values());
310 return outcomes;
AnnotatedOutcome.java 27 * including a list of previous outcomes, an outcome corresponding to the tag Vogar is being run
40 /** a list of previous outcomes for the same action, sorted in chronological order */
  /external/v8/tools/testrunner/objects/
testcase.py 39 self.outcomes = set([])
48 copy.outcomes = self.outcomes
58 self.override_shell, list(self.outcomes or []),
66 test.outcomes = set(task[5])
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader_test.go 188 var outcomes []string
190 outcomes = append(outcomes, fmt.Sprintf("%v: %d", k, v))
192 sort.Strings(outcomes)
193 got := strings.Join(outcomes, "\n")
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
reader_test.go 188 var outcomes []string
190 outcomes = append(outcomes, fmt.Sprintf("%v: %d", k, v))
192 sort.Strings(outcomes)
193 got := strings.Join(outcomes, "\n")
  /frameworks/base/core/java/android/os/
TransactionTooLargeException.java 33 * There are two possible outcomes when a remote procedure call throws
38 * in the transaction buffer). It is not possible to tell which of these outcomes
  /external/v8/test/test262/
testcfg.py 88 if testcase.outcomes and statusfile.OnlyFastVariants(testcase.outcomes):
203 if (statusfile.FAIL_SLOPPY in testcase.outcomes and
206 return not outcome in (testcase.outcomes or [statusfile.PASS])
  /external/chromium-trace/catapult/experimental/statistical_analysis/
compare_benchmark_results.py 48 """Prints the given test outcomes to the command line.
67 """Prints the given test outcomes to the command line.
105 print the test outcomes.
  /external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
pycon-py3k-sprint.txt 1 Python 3 Sprint Outcomes
  /external/skia/include/gpu/
GrContextOptions.h 30 // on the outcomes of a variety of internal tests.
  /packages/apps/Email/provider_src/com/android/email/provider/
AccountBackupRestore.java 31 * email data for IMAP/EAS to be re-synced and prevent the worst outcomes from occurring.
  /external/v8/test/benchmarks/
testcfg.py 42 if testcase.outcomes and statusfile.OnlyStandardVariant(
43 testcase.outcomes):
  /external/vogar/src/vogar/tasks/
RunActionTask.java 73 * outcomes, that's okay. We pickup right after the first
136 * @param skipPast the last outcome to skip, or null to run all outcomes.
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
cas.py 35 There are several possible outcomes:
  /external/selinux/libsepol/include/sepol/policydb/
conditional.h 35 * for which we precompute all outcomes for the expression.

Completed in 918 milliseconds

1 2 3 4 5