Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,642 for ignoreMe (0.91 sec)

  1. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/BinariesLifecycleTaskIntegrationTest.groovy

            withLibBinaries("buildableBinary", "notBuildableBinary")
            withStandaloneBinaries("ignoreMe1", "ignoreMe2")
    
            when:
            run "assemble"
    
            then:
            result.assertTasksExecuted(":libBuildableBinary", ":assemble")
        }
    
        def "check task does not build binaries" () {
            withLibBinaries("buildableBinary1", "notBuildableBinary", "buildableBinary2")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  2. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/UriTextResourceTest.groovy

            fileUri = file.toURI()
        }
    
        private URI createJar() throws URISyntaxException {
            TestFile jarFile = tmpDir.testDirectory.file('test.jar')
            testDir.file('ignoreme').write('content')
            testDir.zipTo(jarFile)
            return new URI("jar:${jarFile.toURI()}!/build.script")
        }
    
        def canConstructResourceFromFile() {
            when:
            file.createNewFile()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/TextResourceScriptSourceTest.java

            scriptFileUri = scriptFile.toURI();
            createJar();
        }
    
        private URI createJar() throws URISyntaxException {
            TestFile jarFile = tmpDir.getTestDirectory().file("test.jar");
            testDir.file("ignoreme").write("content");
            testDir.zipTo(jarFile);
            return new URI(String.format("jar:%s!/build.script", jarFile.toURI()));
        }
    
        @Test
        public void canConstructSourceFromFile() throws IOException {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 15 01:04:05 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/groovy/scripts/internal/DefaultScriptCompilationHandlerTest.groovy

            where:
            emptyScript                   | _
            ""                            | _
            "  \r\n\t   \n"               | _
            "\n // ignore me"             | _
            "/*\n\n*/"                    | _
            "import org.gradle.ignored.*" | _
        }
    
        def testCompileScriptToDirWithClassDefinitionOnlyScript() {
            def scriptText = "class SomeClass {}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 08:24:10 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  5. platforms/jvm/testing-jvm-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/JUnitTestClassProcessorTest.groovy

            0 * processor._
        }
    
        def "executes an ignored JUnit 4 test class"() {
            when:
            process(AnIgnoredTestClass)
    
            then:
            1 * processor.started({it.id == 1}, {it.parentId == null})
            1 * processor.started({ it.id == 2 && it.name == "ignored2" && it.className == AnIgnoredTestClass.name }, { it.parentId == 1 })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 24.8K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildIntegrationTest.groovy

            def unused = file("app/src/main/headers/ignore1.h") << "broken!"
            def unusedPrivate = file("app/src/main/cpp/ignore2.h") << "broken!"
    
            run installApp
            libObjects.snapshot()
            appObjects.snapshot()
    
            when:
            unused << "even more broken"
            unusedPrivate << "even more broken"
            file("src/main/headers/ignored3.h") << "broken"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  7. src/encoding/gob/codec_test.go

    	it0.B = "hello"
    	it0.C = 3.14159
    	it0.Ignore_d = []int{1, 2, 3}
    	it0.Ignore_e[0] = 1.0
    	it0.Ignore_e[1] = 2.0
    	it0.Ignore_e[2] = 3.0
    	it0.Ignore_f = true
    	it0.Ignore_g = "pay no attention"
    	it0.Ignore_h = []byte("to the curtain")
    	it0.Ignore_i = &RT1{3.1, "hi", 7, "hello"}
    	it0.Ignore_m = map[string]int{"one": 1, "two": 2}
    
    	b := new(bytes.Buffer)
    	NewEncoder(b).Encode(it0)
    	dec := NewDecoder(b)
    	var rt1 RT1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Aug 19 23:03:14 UTC 2023
    - 36.9K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/normalization/ConfigureRuntimeClasspathNormalizationIntegrationTest.groovy

                    notIgnoredResourceInNestedInDirJar = new TestResource(file('another/package/not-ignored.txt') << "This should not be ignored", this.&createNestedInDirJar)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 03:07:53 UTC 2023
    - 37.2K bytes
    - Viewed (0)
  9. releasenotes/notes/ignore-port.yaml

    - |
      **Fixed** an issue causing traffic to match an unexpected route when using wildcard domain names and including an port in the `Host` header.
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 17 16:29:11 UTC 2022
    - 581 bytes
    - Viewed (0)
  10. src/log/slog/internal/ignorepc.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package internal
    
    // If IgnorePC is true, do not invoke runtime.Callers to get the pc.
    // This is solely for benchmarking the slowdown from runtime.Callers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 21 20:55:33 UTC 2023
    - 338 bytes
    - Viewed (0)
Back to top