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

  /external/libxml2/
testrecurse.c 792 testDesc testDescriptions[] = {
909 if ((tests_quiet == 0) && (testDescriptions[i].desc != NULL))
910 printf("## %s\n", testDescriptions[i].desc);
911 res = launchTests(&testDescriptions[i]);
939 for (i = 0; testDescriptions[i].func != NULL; i++) {
940 if (strstr(testDescriptions[i].desc, argv[a])) {
948 for (i = 0; testDescriptions[i].func != NULL; i++) {
testlimits.c     [all...]
runtest.c     [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
GranularRetriableTestWrapper.java 255 * @param testDescriptions The set of failed testDescriptions to retry.
257 private void addRetriedTestsToIncludeFilters(Set<TestDescription> testDescriptions) {
261 for (TestDescription testCase : testDescriptions) {

Completed in 125 milliseconds