Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 771 for SKIPPED (0.12 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/JavaExecJavaVersionIntegrationSpec.groovy

            then:
            executedAndNotSkipped ":runHelloWorld"
    
            when:
            executer.withJavaHome AvailableJavaHomes.getLowestSupportedLTS().javaHome
            succeeds "runHelloWorld"
            then:
            skipped ":runHelloWorld"
        }
    
        @Issue("https://github.com/gradle/gradle/issues/6694")
        @Requires([IntegTestPreconditions.LowestSupportedLTSJavaHomeAvailable, IntegTestPreconditions.HighestSupportedLTSJavaHomeAvailable ])
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 24 21:27:49 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. .github/workflows/arm-cd.yml

          - name: Checkout repository for nightly (skipped for releases)
            if: ${{ github.event_name == 'schedule' }}
            uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
            with:
              ref: 'nightly'
          - name: Checkout repository for releases (skipped for nightly)
            if: ${{ github.event_name == 'push' }}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 10:24:16 UTC 2024
    - 3K bytes
    - Viewed (0)
  3. 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)
  4. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/SamplesIvyPublishIntegrationTest.groovy

            when:
            succeeds "publish"
    
            then:
            executed ":publishBinaryAndSourcesPublicationToInternalRepository", ":publishBinaryPublicationToExternalRepository"
            skipped ":publishBinaryAndSourcesPublicationToExternalRepository", ":publishBinaryPublicationToInternalRepository"
    
            and:
            binary.assertPublishedAsJavaModule()
            binaryAndSources.assertPublished()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  5. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningPublicationsIntegrationSpec.groovy

                }
    
                tasks.withType(Sign)*.enabled = false
            """
    
            when:
            succeeds ":publishIvyPublicationToIvyRepository"
            then:
            skipped(":signIvyPublication")
            executedAndNotSkipped(":publishIvyPublicationToIvyRepository")
            and:
            ivyRepoFile(jarFileName).assertExists()
            ivyRepoFile("${jarFileName}.asc").assertDoesNotExist()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  6. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/StaleOutputIntegrationTest.groovy

            then:
            taskWithSources.outputsHaveBeenRemoved()
            skipped(taskWithSources.taskPath)
    
            when:
            taskWithSources.outputFile << "Added by other task"
            run(taskWithSources.taskPath)
            then:
            taskWithSources.outputFile.exists()
            skipped(taskWithSources.taskPath)
        }
    
        @Issue("https://github.com/gradle/gradle/issues/973")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 23K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/integTest/groovy/org/gradle/groovy/compile/CachedGroovyCompileIntegrationTest.groovy

            then:
            compiledJavaClass.exists()
            compiledGroovyClass.exists()
    
            when:
            withBuildCache().run ':clean', ':compileJava'
    
            then:
            skipped(':compileJava')
    
            when:
            // This line is crucial to expose the bug
            // When doing this and then loading the classes for
            // compileGroovy from the cache the compiled java
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 5K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/main/java/org/gradle/api/internal/tasks/testing/logging/TestEventLogger.java

            switch (result.getResultType()) {
                case SUCCESS: return TestLogEvent.PASSED;
                case FAILURE: return TestLogEvent.FAILED;
                case SKIPPED: return TestLogEvent.SKIPPED;
                default: throw new AssertionError();
            }
        }
    
        private boolean shouldLogEvent(TestDescriptor descriptor, TestLogEvent event) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  9. guava/src/com/google/common/io/ByteStreams.java

        long skipped = skipUpTo(in, n);
        if (skipped < n) {
          throw new EOFException(
              "reached end of stream after skipping " + skipped + " bytes; " + n + " bytes expected");
        }
      }
    
      /**
       * Discards up to {@code n} bytes of data from the input stream. This method will block until
       * either the full amount has been skipped or until the end of the stream is reached, whichever
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jan 17 18:59:58 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/logic.js

    gic");var b=function(b,c){var d=function(){var c=a(this),d=c.valAttr("depends-on")||c.valAttr("if-checked");if(d){var f=a.formUtils.getValue('[name="'+d+'"]',b),g=a.split(c.valAttr("depends-on-value"),!1,!1),h=!f||g.length&&!e(f,g);h&&c.valAttr("skipped","1")}},e=function(b,c){var d=!1,e=b.toLocaleLowerCase();return a.each(c,function(a,b){if(e===b.toLocaleLowerCase())return d=!0,!1}),d},f=function(){var b=a(this),d=a.formUtils.getValue(b),e=b.valAttr("depending-value");a.each(this.dependingInputs,function(b,f){var...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.1K bytes
    - Viewed (0)
Back to top