Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 25 of 169) sorted by relevance

1234567

/external/vogar/src/vogar/
DXmlReportPrinter.java90 for (Outcome outcome : outcomes) { in testsToSuites()
91 if (outcome.getResult() == Result.UNSUPPORTED) { in testsToSuites()
95 String suiteName = outcome.getSuiteName(); in testsToSuites()
102 suite.outcomes.add(outcome); in testsToSuites()
104 Expectation expectation = expectationStore.get(outcome); in testsToSuites()
105 if (!expectation.matches(outcome)) { in testsToSuites()
106 if (outcome.getResult() == Result.EXEC_FAILED) { in testsToSuites()
138 for (Outcome outcome : outcomes) { in print()
139 print(serializer, outcome); in print()
145 private void print(KXmlSerializer serializer, Outcome outcome) throws IOException { in print() argument
[all …]
DAnnotatedOutcome.java40 private final Outcome outcome; field in AnnotatedOutcome
44 AnnotatedOutcome(Outcome outcome, Expectation expectation) { in AnnotatedOutcome() argument
46 this.outcome = outcome; in AnnotatedOutcome()
49 public void add(long date, Outcome outcome) { in add() argument
50 previousOutcomes.put(date, outcome); in add()
54 return outcome; in getOutcome()
58 return outcome.getName(); in getName()
62 return outcome.getResultValue(expectation); in getResultValue()
DDriver.java89 Outcome outcome = outcomes.get(action.getName()); in buildAndRun() local
90 if (outcome != null) { in buildAndRun()
91 addEarlyResult(outcome); in buildAndRun()
222 public synchronized void recordOutcome(Outcome outcome) { in recordOutcome() argument
223 outcomes.put(outcome.getName(), outcome); in recordOutcome() local
224 Expectation expectation = run.expectationStore.get(outcome); in recordOutcome()
225 ResultValue resultValue = outcome.getResultValue(expectation); in recordOutcome()
237 Result result = outcome.getResult(); in recordOutcome()
238 run.console.outcome(outcome.getName()); in recordOutcome()
239 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome()
[all …]
DExpectation.java119 public boolean matches(Outcome outcome) { in matches() argument
120 return patternMatches(outcome) && (bugIsOpen || result == outcome.getResult()); in matches()
123 private boolean patternMatches(Outcome outcome) { in patternMatches() argument
124 return pattern.matcher(outcome.getOutput()).matches(); in patternMatches()
DJarSuggestions.java40 public void addSuggestionsFromOutcome(Outcome outcome, ClassFileIndex classFileIndex, in addSuggestionsFromOutcome() argument
42 Result result = outcome.getResult(); in addSuggestionsFromOutcome()
46 Set<File> suggestedJars = classFileIndex.suggestClasspaths(outcome.getOutput()); in addSuggestionsFromOutcome()
DOutcome.java160 Outcome outcome = (Outcome) o; in equals() local
161 return outcomeName.equals(outcome.outcomeName) in equals()
162 && result == outcome.result in equals()
163 && output.equals(outcome.output); in equals()
/external/zstd/programs/
Dbenchfn.c64 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome) in BMK_isSuccessful_runOutcome() argument
66 return outcome.error_tag_never_ever_use_directly == 0; in BMK_isSuccessful_runOutcome()
71 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome) in BMK_extract_runTime() argument
73 CONTROL(outcome.error_tag_never_ever_use_directly == 0); in BMK_extract_runTime()
74 return outcome.internal_never_ever_use_directly; in BMK_extract_runTime()
77 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome) in BMK_extract_errorResult() argument
79 CONTROL(outcome.error_tag_never_ever_use_directly != 0); in BMK_extract_errorResult()
80 return outcome.error_result_never_ever_use_directly; in BMK_extract_errorResult()
94 BMK_runOutcome_t outcome; in BMK_setValid_runTime() local
95 outcome.error_tag_never_ever_use_directly = 0; in BMK_setValid_runTime()
[all …]
Dbenchfn.h115 int BMK_isSuccessful_runOutcome(BMK_runOutcome_t outcome);
121 BMK_runTime_t BMK_extract_runTime(BMK_runOutcome_t outcome);
129 size_t BMK_extract_errorResult(BMK_runOutcome_t outcome);
/external/libevent/test/
Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enum
80 static enum outcome cur_test_outcome = 0;
106 static enum outcome
153 static enum outcome
157 int outcome; in testcase_run_bare_() local
180 outcome = cur_test_outcome; in testcase_run_bare_()
184 outcome = FAIL; in testcase_run_bare_()
187 return outcome; in testcase_run_bare_()
193 static enum outcome
315 enum outcome outcome; local
[all …]
/external/dagger2/java/dagger/hilt/android/plugin/src/test/kotlin/
DTransformTest.kt73 Assert.assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
123 Assert.assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
159 Assert.assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
195 Assert.assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
231 Assert.assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
236 Assert.assertEquals(TaskOutcome.UP_TO_DATE, assembleTask.outcome) in <lambda>()
257 Assert.assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
281 assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
286 assertEquals(TaskOutcome.UP_TO_DATE, assembleTask.outcome) in <lambda>()
306 assertEquals(TaskOutcome.SUCCESS, assembleTask.outcome) in <lambda>()
DIncrementalProcessorTest.kt239 expect.that(result.task(COMPILE_TASK)!!.outcome).isEqualTo(TaskOutcome.SUCCESS) in <lambda>()
297 expect.that(result.task(COMPILE_TASK)!!.outcome).isEqualTo(TaskOutcome.SUCCESS) in <lambda>()
347 expect.that(result.task(COMPILE_TASK)!!.outcome).isEqualTo(TaskOutcome.SUCCESS) in <lambda>()
393 expect.that(result.task(COMPILE_TASK)!!.outcome).isEqualTo(TaskOutcome.SUCCESS) in <lambda>()
427 expect.that(result.task(COMPILE_TASK)!!.outcome).isEqualTo(TaskOutcome.SUCCESS) in <lambda>()
473 expect.that(result.task(COMPILE_TASK)!!.outcome).isEqualTo(TaskOutcome.SUCCESS) in <lambda>()
/external/lmfit/lib/
Dlmmin.c149 S->outcome = 0; /* status code */ in lmmin()
157 S->outcome = 10; in lmmin()
164 S->outcome = 10; in lmmin()
171 S->outcome = 10; in lmmin()
177 S->outcome = 10; in lmmin()
182 S->outcome = 10; in lmmin()
189 S->outcome = 10; in lmmin()
199 S->outcome = 9; in lmmin()
247 S->outcome = 12; /* nan */ in lmmin()
250 S->outcome = 0; /* sum of squares almost zero, nothing to do */ in lmmin()
[all …]
/external/vogar/test/vogar/target/
DAbstractTestRunnerTest.java139 String output = outcome(testClassName, methodName, message, Result.EXEC_FAILED); in failure()
144 String output = outcome(testClassName, methodName, null, Result.SUCCESS); in success()
149 String output = outcome(testClassName, methodName, message, Result.SUCCESS); in success()
155 String output = outcome( in unsupported()
165 String output = outcome(testClassName, null, message, Result.UNSUPPORTED); in noRunner()
179 private static String outcome( in outcome() method in AbstractTestRunnerTest.ExpectedResults
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/
Dutils.kt14 .map { it to task(it)?.outcome } in <lambda>()
15 .filter { (_, outcome) -> outcome != expected } in <lambda>() method
/external/grpc-grpc/src/core/lib/gprpp/
Dthd_posix.cc140 bool outcome = false; in Thread() local
142 grpc_core::New<ThreadInternalsPosix>(thd_name, thd_body, arg, &outcome); in Thread()
143 if (outcome) { in Thread()
152 *success = outcome; in Thread()
Dthd_windows.cc136 bool outcome = false; in Thread() local
137 impl_ = grpc_core::New<ThreadInternalsWindows>(thd_body, arg, &outcome); in Thread()
138 if (outcome) { in Thread()
147 *success = outcome; in Thread()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd_windows.cc157 bool outcome = false; in Thread() local
158 impl_ = new ThreadInternalsWindows(thd_body, arg, &outcome, options); in Thread()
159 if (outcome) { in Thread()
168 *success = outcome; in Thread()
Dthd_posix.cc185 bool outcome = false; in Thread() local
186 impl_ = new ThreadInternalsPosix(thd_name, thd_body, arg, &outcome, options); in Thread()
187 if (outcome) { in Thread()
196 *success = outcome; in Thread()
/external/skqp/tools/skqp/src/
Dskqp_main.cpp106 SkQP::RenderOutcome outcome; in main() local
109 std::tie(outcome, except) = skqp.evaluateGM(backend, gmFactory); in main()
113 } else if (outcome.fMaxError != 0) { in main()
114 out << "FAILED: " << testName << " (" << outcome.fMaxError << ")\n"; in main()
/external/vogar/src/vogar/tasks/
DRunActionTask.java210 run.console.outcome(outcomeName); in output()
214 @Override public void finish(Outcome outcome) { in finish() argument
219 lastFinishedOutcome = toQualifiedOutcomeName(outcome.getName()); in finish()
221 run.driver.recordOutcome(new Outcome(lastFinishedOutcome, outcome.getResult(), in finish()
222 outcome.getOutputLines())); in finish()
/external/skia/tools/skqp/src/
Dskqp_main.cpp121 SkQP::RenderOutcome outcome; in main() local
124 std::tie(outcome, except) = skqp.evaluateGM(backend, gmFactory); in main()
128 } else if (outcome.fMaxError != 0) { in main()
129 out << "FAILED: " << testName << " (" << outcome.fMaxError << ")\n"; in main()
/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/
DRebuildAfterSourceChangeTest.kt29 assertEquals(TaskOutcome.SUCCESS, result.task(":dokka")?.outcome) in <lambda>()
36 assertEquals(TaskOutcome.UP_TO_DATE, result.task(":dokka")?.outcome) in <lambda>()
46 assertEquals(TaskOutcome.SUCCESS, result.task(":dokka")?.outcome) in <lambda>()
/external/python/cpython3/Lib/unittest/
Dcase.py584 outcome = _Outcome(result)
586 self._outcome = outcome
588 with outcome.testPartExecutor(self):
590 if outcome.success:
591 outcome.expecting_failure = expecting_failure
592 with outcome.testPartExecutor(self, isTest=True):
594 outcome.expecting_failure = False
595 with outcome.testPartExecutor(self):
599 for test, reason in outcome.skipped:
601 self._feedErrorsToResult(result, outcome.errors)
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_client_application.py172 outcome = _run_stream_stream(stub)
174 outcomes[index] = outcome
183 for outcome in outcomes:
184 if outcome.kind is not Outcome.Kind.SATISFACTORY:
/external/python/cpython2/Lib/
Dfilecmp.py51 outcome = _cache.get((f1, f2, s1, s2))
52 if outcome is None:
53 outcome = _do_cmp(f1, f2)
56 _cache[f1, f2, s1, s2] = outcome
57 return outcome

1234567