Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 157 of 157 for intRegs (0.12 sec)

  1. platforms/core-runtime/launcher/build.gradle.kts

        // The wrapper expects the launcher Jar to have classpath entries that contain the main class and its runtime classpath
        manifestClasspath(project(":gradle-cli-main"))
    
        testImplementation(project(":internal-integ-testing"))
        testImplementation(project(":native"))
        testImplementation(project(":cli"))
        testImplementation(project(":process-services"))
        testImplementation(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. tests/integration/security/util/framework.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  3. tests/integration/security/policy_attachment_only/jwt_gateway_test.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //	http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  4. tests/integration/security/util/reachability/context.go

    //go:build integ
    // +build integ
    
    // Copyright Istio Authors
    //
    // Licensed under the Apache License, Version 2.0 (the "License");
    // you may not use this file except in compliance with the License.
    // You may obtain a copy of the License at
    //
    //     http://www.apache.org/licenses/LICENSE-2.0
    //
    // Unless required by applicable law or agreed to in writing, software
    // distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 23 21:20:43 UTC 2022
    - 8.6K bytes
    - Viewed (0)
  5. testing/smoke-test/build.gradle.kts

    val smokeTestImplementation: Configuration by configurations
    val smokeTestDistributionRuntimeOnly: Configuration by configurations
    
    dependencies {
        testFixturesImplementation(project(":internal-integ-testing"))
    
        smokeTestImplementation(project(":base-services"))
        smokeTestImplementation(project(":core-api"))
        smokeTestImplementation(project(":test-kit"))
        smokeTestImplementation(project(":launcher"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoPluginMultiVersionIntegrationTest.groovy

            }
    
            jacocoTestReport {
                reports {
                    xml.required = false
                    csv.required = false
                    html.outputLocation.set(file("\${buildDir}/reports/jacoco/integ"))
                }
                executionData test
            }
            """.stripIndent()
    
            when:
            succeeds 'test', 'jacocoTestReport'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 23:19:29 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. platforms/software/resources-http/src/test/groovy/org/gradle/internal/resource/transport/http/HttpClientHelperSSLTest.groovy

        }
    
        /**
         * Note that this is a smoke test
         * An actual test would require to make changes to the windows trust store,
         * E.g. by adding a certificate from internal-integ-testing/src/main/resources/test-key-store/trustStore
         * and changing performExternalRequest() to performRequest()
         **/
        @Requires(UnitTestPreconditions.Windows)
        def "can use windows-root trust store"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 05:29:07 UTC 2023
    - 9.7K bytes
    - Viewed (0)
Back to top