Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 392 for ToBeFixedForConfigurationCache (0.38 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/ToBeFixedForConfigurationCache.java

     */
    @Retention(RetentionPolicy.RUNTIME)
    @Target(ElementType.METHOD)
    @ExtensionAnnotation(ToBeFixedForConfigurationCacheExtension.class)
    public @interface ToBeFixedForConfigurationCache {
    
        /**
         * Set to some {@link Skip} to skip the annotated test.
         */
        Skip skip() default Skip.DO_NOT_SKIP;
    
        /**
         * Declare to which bottom spec this annotation should be applied.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativeLanguageIncrementalCompileIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.language
    
    import groovy.io.FileType
    import org.gradle.integtests.fixtures.CompilationOutputsFixture
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.nativeplatform.fixtures.AbstractInstalledToolChainIntegrationSpec
    import org.gradle.nativeplatform.fixtures.app.IncrementalHelloWorldApp
    import org.gradle.test.fixtures.file.TestFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 19.5K bytes
    - Viewed (0)
  3. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/cunit/CUnitIntegrationTest.groovy

    import org.gradle.api.reporting.model.ModelReportOutput
    import org.gradle.ide.visualstudio.fixtures.ProjectFile
    import org.gradle.ide.visualstudio.fixtures.SolutionFile
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.internal.os.OperatingSystem
    import org.gradle.nativeplatform.fixtures.AbstractInstalledToolChainIntegrationSpec
    import org.gradle.nativeplatform.fixtures.RequiresInstalledToolChain
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 17K bytes
    - Viewed (0)
  4. platforms/ide/ide/src/testFixtures/groovy/org/gradle/plugins/ide/AbstractIdeDeduplicationIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.plugins.ide
    
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    
    abstract class AbstractIdeDeduplicationIntegrationTest extends AbstractIdeProjectIntegrationTest {
    
        @ToBeFixedForConfigurationCache
        def "unique project names are not deduplicated"() {
            given:
            project("root") {
                project("foo") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  5. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseTestConfigurationsWithExternalDependenciesIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.plugins.ide.eclipse
    
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    
    class EclipseTestConfigurationsWithExternalDependenciesIntegrationTest extends AbstractEclipseTestSourcesIntegrationTest {
    
        def setup() {
            mavenRepo.module('org', 'lib').publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  6. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/maven/MavenGcsRepoErrorsIntegrationTest.groovy

    dependencies{
        compile 'org.gradle:test:$artifactVersion'
    }
    
    task retrieve(type: Sync) {
        from configurations.compile
        into 'libs'
    }
    """
        }
    
        @ToBeFixedForConfigurationCache(skip = ToBeFixedForConfigurationCache.Skip.FAILS_TO_CLEANUP)
        def "should fail with a GCS authentication error"() {
            setup:
            buildFile << mavenGcsRepoDsl()
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  7. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/eclipse/EclipseTestSourcesIntegrationTest.groovy

     * limitations under the License.
     */
    package org.gradle.plugins.ide.eclipse
    
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    
    class EclipseTestSourcesIntegrationTest extends AbstractEclipseTestSourcesIntegrationTest {
    
        @ToBeFixedForConfigurationCache
        def "source directories from main source sets are not marked with test classpath attribute"() {
            buildFile << """
                plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  8. platforms/software/reporting/src/integTest/groovy/org/gradle/api/reporting/plugins/BuildDashboardPluginIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.reporting.plugins
    
    import org.gradle.api.JavaVersion
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.integtests.fixtures.WellBehavedPluginTest
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.UnitTestPreconditions
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  9. platforms/ide/ide/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaJavaLanguageSettingsIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.plugins.ide.idea
    
    import org.gradle.api.JavaVersion
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.integtests.fixtures.TestResources
    import org.gradle.plugins.ide.AbstractIdeIntegrationSpec
    import org.gradle.plugins.ide.fixtures.IdeaFixtures
    import org.junit.Rule
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/api/internal/initialization/loadercache/ClassLoadersCachingIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.initialization.loadercache
    
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.integtests.fixtures.longlived.PersistentBuildProcessIntegrationTest
    
    class ClassLoadersCachingIntegrationTest extends PersistentBuildProcessIntegrationTest {
    
        def getIsCachedCheck() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 19 20:09:56 UTC 2022
    - 10.6K bytes
    - Viewed (0)
Back to top