Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 771 for SKIPPED (0.13 sec)

  1. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/operations/execution/ExecuteWorkBuildOperationType.java

             */
            String getIdentity();
        }
    
        public interface Result {
    
            /**
             * A message describing why the work was skipped.
             * <p>
             * Expected values are:
             * <ul>
             *     <li>{@code null} - the work was not skipped</li>
             *     <li>{@code NO-SOURCE} - executing the work was no necessary to produce the outputs</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:49 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/properties/InputBehavior.java

         *     <li>Changes for the property can be queried via {@link org.gradle.work.InputChanges}</li>
         *     <li>When the property is empty, the work is skipped with any previous outputs removed</li>
         * </ul>
         */
        PRIMARY(true, true);
    
        private final boolean trackChanges;
        private final boolean skipWhenEmpty;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/tasks/ExtractSymbolsIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def "extract is skipped when there are no changes"() {
            when:
            succeeds ":extractSymbolsDebug"
    
            then:
            executedAndNotSkipped":extractSymbolsDebug"
    
            when:
            succeeds ":extractSymbolsDebug"
    
            then:
            skipped":extractSymbolsDebug"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/tasks/StripSymbolsIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def "strip is skipped when there are no changes"() {
            when:
            succeeds ":stripSymbolsDebug"
    
            then:
            executedAndNotSkipped":stripSymbolsDebug"
    
            when:
            succeeds ":stripSymbolsDebug"
    
            then:
            skipped":stripSymbolsDebug"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/test/groovy/org/gradle/integtests/fixtures/executer/OutputScrapingExecutionResultTest.groovy

                Build output does not contain the expected skipped tasks.
                Expected: []
                Actual: [:b]
                '''))
    
            when:
            result.assertTasksSkipped(":a")
    
            then:
            def e9 = thrown(AssertionError)
            error(e9).startsWith(error('''
                Build output does not contain the expected skipped tasks.
                Expected: [:a]
                Actual: [:b]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  6. subprojects/core/src/integTest/groovy/org/gradle/caching/internal/packaging/BuildCacheEntryPackingIntegrationTest.groovy

            executedAndNotSkipped(":createFile")
    
            when:
            assert outputFile.delete()
            withBuildCache().run("createFile", "-Dfile.encoding=$fileEncoding")
            skipped(":createFile")
    
            then:
            output.contains("> Default charset: $fileEncoding")
            outputFile.text == "output"
    
            where:
            fileEncoding << DEFAULT_ENCODINGS
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileJavaVersionIntegrationTest.groovy

            then:
            executedAndNotSkipped ":compileJava"
    
            when:
            executer.withJavaHome AvailableJavaHomes.getLowestSupportedLTS().javaHome
            succeeds "compileJava"
            then:
            skipped ":compileJava"
    
            when:
            executer.withJavaHome AvailableJavaHomes.getHighestSupportedLTS().javaHome
            succeeds "compileJava", "--info"
            then:
            executedAndNotSkipped ":compileJava"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/list_wildcard_skip_nonmatching.txt

    # Test that wildcards don't look in useless directories.
    
    # First make sure that badpkg fails the list of '...'.
    ! go list ./...
    stderr badpkg
    
    # Check that the list of './goodpkg...' succeeds. That implies badpkg was skipped.
    go list ./goodpkg...
    
    -- go.mod --
    module m
    
    go 1.16
    -- goodpkg/x.go --
    package goodpkg
    -- badpkg/x.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 344 bytes
    - Viewed (0)
  9. platforms/jvm/plugins-java-base/src/testFixtures/groovy/org/gradle/java/compile/AbstractIncrementalCompileIntegrationTest.groovy

                subprojects {
                    tasks.compileJava.options.incremental = $to
                }
            """
            run getAppCompileTask(language)
    
            then:
            skipped getLibraryCompileTask(language)
            skipped getAppCompileTask(language)
    
            where:
            from  | to
            true  | false
            false | true
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  10. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoPluginMultiVersionIntegrationTest.groovy

            file("build/${customReportDirectory}/test/jacocoTestReport.xml").exists()
            file("build/${customReportDirectory}/test/jacocoTestReport.csv").exists()
        }
    
        def "jacoco test report is skipped if no coverage data available"() {
            when:
            def executionResult = succeeds('jacocoTestReport')
            then:
            executionResult.assertTaskSkipped(':jacocoTestReport')
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 23:19:29 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top