Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java231 List<Throwable> errors = new ArrayList<>(); in evaluate() local
235 errors.add(e); in evaluate()
238 errors.addAll(invokeAndCollectErrors(mAfterClassMethods, mTarget)); in evaluate()
241 MultipleFailureException.assertEmpty(errors); in evaluate()
249 List<Throwable> errors = new ArrayList<>(); in invokeAndCollectErrors() local
254 errors.add(e); in invokeAndCollectErrors()
257 return errors; in invokeAndCollectErrors()
/platform_testing/libraries/health/runners/longevity/platform/samples/
DAndroid.bp40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
/platform_testing/libraries/health/runners/longevity/platform/tests/
DAndroid.bp40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp40 "echo \"\033[0;31mFailed to parse profile $$file. See above for errors.\033[0m\" " +
/platform_testing/libraries/health/runners/longevity/
DREADME.md69 * `quitter <bool>` - quit the suite if any test errors are encountered.