Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 502 for REPORT (0.12 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/reporting/dependencies/HtmlDependencyReportTaskIntegrationTest.groovy

        }
    
        def "generates report for multiple projects"() {
            given:
            createDirs("a", "b")
            file("settings.gradle") << """
                rootProject.name = 'fooProject'
                include 'a', 'b'
            """
            file("build.gradle") << """
                apply plugin : 'project-report'
    
                htmlDependencyReport {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 26.4K bytes
    - Viewed (0)
  2. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt

                .apply { zip(rootBuildDir.resolve("report$projectPathName.zip"), this) }
    
            reports.filter { it.isFile && !it.toPath().startsWith(projectBuildDirPath) }
                .forEach { report ->
                    fileSystemOperations.copy {
                        from(report)
                        into(rootBuildDir)
                        rename { "report$projectPathName-${report.parentFile.name}-${report.name}" }
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:19:47 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  3. hack/make-rules/test.sh

    # NOTE: DO NOT ADD A COLON HERE. KUBE_RACE="" is meaningful!
    KUBE_RACE=${KUBE_RACE-"-race"}
    # Set to the goveralls binary path to report coverage results to Coveralls.io.
    KUBE_GOVERALLS_BIN=${KUBE_GOVERALLS_BIN:-}
    # once we have multiple group supports
    # Create a junit-style XML test report in this directory if set.
    KUBE_JUNIT_REPORT_DIR=${KUBE_JUNIT_REPORT_DIR:-}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 22:40:10 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/ChecksumAndSignatureVerificationOverride.java

                    }
                }
            }
        }
    
        public String buildConsoleErrorMessage(VerificationReport report) {
            String errorMessage = report.getSummary();
            String htmlReport = new ConsoleRenderer().asClickableFileUrl(report.getHtmlReport());
            errorMessage += "\n\nOpen this report for more details: " + htmlReport;
            return errorMessage;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 21 03:12:15 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/test2json.go

    	}
    
    	return
    }
    
    // flushReport flushes all pending PASS/FAIL reports at levels >= depth.
    func (c *Converter) flushReport(depth int) {
    	c.testName = ""
    	for len(c.report) > depth {
    		e := c.report[len(c.report)-1]
    		c.report = c.report[:len(c.report)-1]
    		c.writeEvent(e)
    	}
    }
    
    // Close marks the end of the go test output.
    // It flushes any pending input and then output (only partial lines at this point)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  6. tools/bug-report/pkg/bugreport/bugreport.go

    	"istio.io/istio/pkg/version"
    	"istio.io/istio/tools/bug-report/pkg/archive"
    	cluster2 "istio.io/istio/tools/bug-report/pkg/cluster"
    	"istio.io/istio/tools/bug-report/pkg/common"
    	"istio.io/istio/tools/bug-report/pkg/config"
    	"istio.io/istio/tools/bug-report/pkg/content"
    	"istio.io/istio/tools/bug-report/pkg/filter"
    	"istio.io/istio/tools/bug-report/pkg/kubeclient"
    	"istio.io/istio/tools/bug-report/pkg/kubectlcmd"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  7. src/internal/bisect/bisect.go

    //
    // The target program must enable only those changed matched
    // by the pattern, and it must print a match report for each such change.
    // A match report consists of one or more lines of text that will be
    // printed by the bisect tool to describe a change implicated in causing
    // a failure. Each line in the report for a given change must contain a
    // match marker with that change ID, as returned by [Marker].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 17:28:43 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  8. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/DependencyInsightReportTask.java

     * this information will be available in the report.
     * <p>
     * While the regular dependencies report ({@link DependencyReportTask}) shows the path from the top level dependencies down through the transitive dependencies,
     * the dependency insight report shows the path from a particular dependency to the dependencies that pulled it in.
     * That is, it is an inverted view of the regular dependencies report.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  9. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/pmd/PmdPluginVersionIntegrationTest.groovy

            badCode()
    
            expect:
            fails("check")
            failure.assertHasDescription("Execution failed for task ':pmdTest'.")
            failure.assertThatCause(containsString("2 PMD rule violations were found. See the report at:"))
            failure.assertHasResolutions(SCAN)
            file("build/reports/pmd/main.xml").assertContents(not(containsClass("org.gradle.Class1")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:47:00 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/gateway/conditions.go

    		// Failures to match the Port or SectionName. These are last so that if we bind to 1 listener we
    		// just report errors for that 1 listener instead of for all sections we didn't bind to
    		ParentErrorNotAccepted,
    	}
    	// Next we want to collapse these. We need to report 1 type of error, or none.
    	report := map[k8s.ParentReference]RouteParentResult{}
    	for _, wantReason := range reasonRanking {
    		if !seenReasons.Contains(wantReason) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 13:05:41 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top