Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 64 for u8test (0.09 sec)

  1. cluster/gce/windows/smoke-test.sh

    #     fails.
    #   - Move copy-pasted code into reusable functions.
    #   - Continue running all checks after one fails.
    #   - Test service connectivity by running a test pod with an http server and
    #     exposing it as a service (rather than curl-ing from existing system
    #     services that don't serve http requests).
    #   - Add test retries for transient errors, such as:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    Laura Kassovic <******@****.***> 1710778451 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. hack/make-rules/test-e2e-node.sh

        metadata="user-data<${KUBE_ROOT}/test/e2e_node/jenkins/gci-init.yaml,gci-update-strategy=update_disabled"
      fi
      instance_prefix=${INSTANCE_PREFIX:-"test"}
      cleanup=${CLEANUP:-"true"}
      delete_instances=${DELETE_INSTANCES:-"false"}
      preemptible_instances=${PREEMPTIBLE_INSTANCES:-"false"}
      test_suite=${TEST_SUITE:-"default"}
      if [[ -n "${TIMEOUT:-}" ]] ; then
        timeout_arg="--test-timeout=${TIMEOUT}"
      fi
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 16 09:46:28 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/img/java-test-configurations.png

    java-test-configurations.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 21.9K bytes
    - Viewed (0)
  5. src/internal/trace/testdata/tests/go122-annotations-stress.test

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
  6. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "createLotsOfTasks",
        "linux" : 215
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.corefeature.VerboseTestOutputPerformanceTest.cleanTest test with verbose test output",
      "durations" : [ {
        "testProject" : "withVerboseJUnit",
        "linux" : 211
      }, {
        "testProject" : "withVerboseTestNG",
        "linux" : 200
      } ]
    }, {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:30:45 UTC 2024
    - 27.9K bytes
    - Viewed (1)
  7. src/encoding/xml/xml_test.go

    }
    
    func TestProcInstEncoding(t *testing.T) {
    	for _, test := range procInstTests {
    		if got := procInst("version", test.input); got != test.expect[0] {
    			t.Errorf("procInst(version, %q) = %q; want %q", test.input, got, test.expect[0])
    		}
    		if got := procInst("encoding", test.input); got != test.expect[1] {
    			t.Errorf("procInst(encoding, %q) = %q; want %q", test.input, got, test.expect[1])
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/web-platform-test-urltestdata.txt

    #Others
    / http://www.example.com/test s:http h:www.example.com p:/
    /test.txt  s:http h:www.example.com p:/test.txt
    .  s:http h:www.example.com p:/
    ..  s:http h:www.example.com p:/
    test.txt  s:http h:www.example.com p:/test.txt
    ./test.txt  s:http h:www.example.com p:/test.txt
    ../test.txt  s:http h:www.example.com p:/test.txt
    ../aaa/test.txt  s:http h:www.example.com p:/aaa/test.txt
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/cpp-unit-test-configurations.png

    cpp-unit-test-configurations.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 11K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ProjectDependencyResolveIntegrationTest.groovy

    include 'a', 'b'
    """
    
            and:
            buildFile << """
    allprojects { group = 'test' }
    project(":a") {
        configurations { 'default' {} }
    }
    
    project(":b") {
        configurations { compile }
        dependencies { compile(project(':a')) { artifact { name = 'b'; type = 'jar' } } }
        task test {
            inputs.files configurations.compile
            outputs.upToDateWhen { false }
            doFirst {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top