Home
last modified time | relevance | path

Searched refs:buildLog (Results 1 – 21 of 21) sorted by relevance

/external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
16 if ( buildLog.indexOf( "Classes in bundle " ) < 0 || buildLog.indexOf(" do no match with execution …
19 if ( buildLog.indexOf( "For report generation the same class files must be used as at runtime." ) <…
22 if ( buildLog.indexOf( "Execution data for class Example does not match." ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
17 …ompile( "Loading execution data file \\S*child1.target.jacoco.exec").matcher( buildLog ).find() ) {
21 …e( "Loading execution data file \\S*child1-test.target.jacoco.exec").matcher( buildLog ).find() ) {
28 …ompile( "Loading execution data file \\S*child2.target.jacoco.exec").matcher( buildLog ).find() ) {
31 …pile( "Loading execution data file \\S*child2v2.target.jacoco.exec").matcher( buildLog ).find() ) {
35 …ompile( "Loading execution data file \\S*report.target.jacoco.exec").matcher( buildLog ).find() ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-merge-passes/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
16 if ( buildLog.indexOf( "Loading execution data file" ) < 0 ) {
19 if ( buildLog.indexOf( "Writing merged execution data to" ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-no-halt/
Dverify.bsh16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
17 if ( buildLog.indexOf( "Coverage checks have not been met." ) < 0 ) {
21 if ( buildLog.indexOf( "methods missed count is 1, but expected maximum is 0" ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-check-fails-halt/
Dverify.bsh16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
17 if ( buildLog.indexOf( "Coverage checks have not been met." ) < 0 ) {
21 if ( buildLog.indexOf( "methods missed count is 1, but expected maximum is 0" ) < 0 ) {
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_preprocessor.cpp216 char buildLog[ 1024 * 128 ]; in test_preprocessor_line_error() local
239 …GetProgramBuildInfo( program, deviceID, CL_PROGRAM_BUILD_LOG, sizeof( buildLog ), buildLog, NULL ); in test_preprocessor_line_error()
244 log_info( "%s\n", buildLog ); in test_preprocessor_line_error()
249 if (strstr(buildLog, "fictitious/file/name.c")) { in test_preprocessor_line_error()
255 if (strstr(buildLog, "124")) { in test_preprocessor_line_error()
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
19 …le( "Loading execution data file \\S*child1.target.child1.coverage").matcher( buildLog ).find() ) {
23 if ( Pattern.compile( "Loading execution data file \\S*child2").matcher( buildLog ).find() ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-multi-module/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
16 if ( buildLog.indexOf( "Skipping JaCoCo execution due to missing classes directory." ) < 0 ) {
25 if ( !buildLog.contains( "argLine set to empty" ) ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-report-without-debug/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
16 if ( buildLog.indexOf( "with debug information" ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-report-unreadable-dump/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
16 if ( buildLog.indexOf( "Invalid execution data file." ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-report-without-dump/
Dverify.bsh15 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
16 if ( buildLog.indexOf( "Skipping JaCoCo execution due to missing execution data file" ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-check-passes/
Dverify.bsh16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
17 if ( buildLog.indexOf( "All coverage checks have been met." ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-dump/
Dverify.bsh16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
17 if ( buildLog.indexOf( "All coverage checks have been met." ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property/
Dverify.bsh16 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
17 if ( buildLog.indexOf( agentOptions ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-includes-excludes/
Dverify.bsh17 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
18 if ( buildLog.indexOf( agentOptions ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/
Dverify.bsh34 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
35 if ( buildLog.indexOf( argLine ) < 0 ) {
/external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
Dverify.bsh32 String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
33 if ( buildLog.indexOf( agentOptions ) < 0 ) {
/external/deqp/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp198 std::string buildLog; member
280 m_program->buildLog = log.str(); in execute()
334 m_program->buildLog = log.str(); in execute()
547 tcu::print("%s\n", (buildOk ? progIter->validationLog.c_str() : progIter->buildLog.c_str())); in buildPrograms()
/external/clang/test/SemaObjC/
Dcomptypes-9.m71 - (PBXBuildLog *)buildLog; method
/external/llvm-project/clang/test/SemaObjC/
Dcomptypes-9.m71 - (PBXBuildLog *)buildLog; method
/external/OpenCL-CTS/test_conformance/printf/
Dtest_printf.cpp238 char buildLog[ 1024 * 128 ]; in makePrintfProgram() local