Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for tester (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/performance/tests-longest.png

    tests-longest.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 112.4K bytes
    - Viewed (0)
  2. src/cmd/trace/testdata/go122.test

    Carlos Amedee <******@****.***> 1715092668 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  3. src/internal/trace/testdata/tests/go122-gc-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
    - 139.1K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    	{&cycleMap1, &cycleMap3, false},
    }
    
    func TestDeepEqual(t *testing.T) {
    	for _, test := range deepEqualTests {
    		if test.b == (self{}) {
    			test.b = test.a
    		}
    		if r := DeepEqual(test.a, test.b); r != test.eq {
    			t.Errorf("DeepEqual(%#v, %#v) = %v, want %v", test.a, test.b, r, test.eq)
    		}
    	}
    }
    
    func TestTypeOf(t *testing.T) {
    	// Special case for nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

        // expected-remark@above {{Predecessors: {6}}}
      }
      func.return
      // expected-remark@above {{ID: 9}}
      // expected-remark@above {{Sinks: {8}}}
    }
    
    // -----
    
    // Tests that the pass adds control dependencies in nested regions with
    // tf_device.replicate
    
    func.func @with_replicate(
      // expected-remark@above {{ID: 12}}
      %arg0: tensor<*x!tf_type.resource<tensor<32xf32>>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/img/gradle-core-test-build-scan-performance.png

    gradle-core-test-build-scan-performance.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:03:53 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. cmd/object-handlers_test.go

    ) {
    	objectName := "test?object" // use file with ? to test URL parsing...
    	if runtime.GOOS == "windows" {
    		objectName = "test-object" // ...except on Windows
    	}
    	// object used for anonymous HTTP request test.
    	anonObject := "anon-object"
    	var err error
    	opts := ObjectOptions{}
    	// set of byte data for PutObject.
    	// object has to be created before running tests for Copy Object.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  8. src/cmd/go/alldocs.go

    // time.
    //
    // The second, called package list mode, occurs when go test is invoked
    // with explicit package arguments (for example 'go test math', 'go
    // test ./...', and even 'go test .'). In this mode, go test compiles
    // and tests each of the packages listed on the command line. If a
    // package test passes, go test prints only the final 'ok' summary
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    				Name: "jane",
    			},
    		},
    	}
    
    	var successTestCount, failureTestCount int
    	for _, test := range tests {
    		t.Run(test.name, test.run)
    		if test.wantSkip || len(test.wantInitErr) > 0 || len(test.wantHealthErrPrefix) > 0 {
    			continue
    		}
    		// check metrics for success and failure
    		if test.wantErr == "" {
    			successTestCount++
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			}
    		} else if !reflect.DeepEqual(finalizers, test.desiredFinalizers) {
    			t.Errorf("%s/%s: want %#v, got %#v", test.requestInfo.APIGroup, test.requestInfo.APIVersion,
    				test.desiredFinalizers, finalizers)
    		}
    	}
    }
    
    func TestMarkAsDeleting(t *testing.T) {
    	now := time.Now()
    	soon := now.Add(time.Second)
    	past := now.Add(-time.Second)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top