Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for invalidInput (0.19 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/execution/taskgraph/ParallelTaskExecutionIntegrationTest.groovy

                            config.path.set(taskPath)
                        }
                    }
                }
    
                abstract class PingWithCacheableWarnings extends Ping {
                    @Optional @InputFile File invalidInput
                }
    
                class FailingPing extends DefaultTask {
    
                    FailingPing() { outputs.upToDateWhen { false } }
    
                    @TaskAction
                    void ping() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 14:00:51 UTC 2024
    - 21K bytes
    - Viewed (0)
  2. pkg/spiffe/spiffe_test.go

    				"foo",
    			},
    			want: map[string]struct{}{
    				"spiffe://cluster.local/ns/def/sa/def": {},
    				"spiffe://foo/ns/def/sa/def":           {},
    			},
    		},
    		{
    			name:      "InvalidInput",
    			spiffeURI: []string{"spiffe:///abcdef", "spffff://a/b/c", "abcdef"},
    			trustDomains: []string{
    				"foo",
    			},
    			want: map[string]struct{}{
    				"spiffe:///abcdef": {},
    				"spffff://a/b/c":   {},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/invalid_input.mlir

    Adrian Kuegel <******@****.***> 1648469008 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 2.3K bytes
    - Viewed (0)
Back to top