Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for uasdf (0.23 sec)

  1. platforms/core-runtime/build-configuration/src/integTest/groovy/org/gradle/interal/buildconfiguration/tasks/UpdateDaemonJvmIntegrationTest.groovy

            failureHasCause("Could not determine Java version from '${invalidVersion}'")
    
            where:
            invalidVersion << ["0", "-10", 'asdf']
        }
    
        def "When execute updateDaemonJvm with unsupported Java version Then fails with expected exception message"() {
            when:
            fails "updateDaemonJvm", "--jvm-version=7"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 13:41:21 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_cache_inputs.txt

    # should invalidate cached test results.
    env TESTKEY=x
    go test testcache -run=TestLookupEnv
    go test testcache -run=TestLookupEnv
    stdout '\(cached\)'
    
    # GODEBUG is always read
    env GODEBUG=asdf=1
    go test testcache -run=TestLookupEnv
    ! stdout '\(cached\)'
    go test testcache -run=TestLookupEnv
    stdout '\(cached\)'
    env GODEBUG=
    
    env TESTKEY=y
    go test testcache -run=TestLookupEnv
    ! stdout '\(cached\)'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 22:23:53 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/work/shell.go

    // and we are in src/html, the output is
    //
    //	$ go build
    //	# fmt
    //	../fmt/print.go:1090: undefined: asdf
    //	$
    //
    // instead of
    //
    //	$ go build
    //	# fmt
    //	/usr/gopher/go/src/fmt/print.go:1090: undefined: asdf
    //	$
    //
    // reportCmd also replaces references to the work directory with $WORK, replaces
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/admission/plugin/cel/filter_test.go

    		errorExpressions map[string]string
    	}{
    		{
    			name: "invalid syntax",
    			validation: []ExpressionAccessor{
    				&condition{
    					Expression: "1 < 'asdf'",
    				},
    				&condition{
    					Expression: "1 < 2",
    				},
    			},
    			errorExpressions: map[string]string{
    				"1 < 'asdf'": "found no matching overload for '_<_' applied to '(int, string)",
    			},
    		},
    		{
    			name: "valid syntax",
    			validation: []ExpressionAccessor{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    JVM auto-detection knows how to work with:
    
    * Operation-system specific locations: Linux, macOS, Windows
    * Package Managers: https://asdf-vm.com/#/[Asdf-vm], https://github.com/shyiko/jabba[Jabba], https://sdkman.io/[SDKMAN!]
    * https://maven.apache.org/guides/mini/guide-using-toolchains.html[Maven Toolchain] specifications
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  6. src/encoding/json/decode_test.go

    		ptr:      new(map[Point]string),
    		err:      &UnmarshalTypeError{Value: "object", Type: reflect.TypeFor[map[Point]string](), Offset: 1},
    	},
    	{
    		CaseName: Name(""),
    		in:       `{"asdf": "hello world"}`,
    		ptr:      new(map[unmarshaler]string),
    		err:      &UnmarshalTypeError{Value: "object", Type: reflect.TypeFor[map[unmarshaler]string](), Offset: 1},
    	},
    
    	// related to issue 13783.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
Back to top