Home
last modified time | relevance | path

Searched refs:CHECK_FAILED (Results 1 – 2 of 2) sorted by relevance

/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DCheckMojo.java41 …private static final String CHECK_FAILED = "Coverage checks have not been met. See log for details… field in CheckMojo
194 throw new MojoExecutionException(CHECK_FAILED); in executeCheck()
196 this.getLog().warn(CHECK_FAILED); in executeCheck()
/external/oss-fuzz/infra/base-images/base-runner/
Dbad_build_check71 local CHECK_FAILED=0
76CHECK_FAILED=$(egrep "ERROR: no interesting inputs were found. Is the code instrumented" -c $FUZZE…
77 if (( $CHECK_FAILED > 0 )); then