Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 5,437 for expectUsed (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/quota/v1/resources_test.go

    		if result := Equals(testCase.expected, sub); !result {
    			t.Errorf("%s expected: %v, actual: %v", testName, testCase.expected, sub)
    		}
    	}
    }
    
    func TestResourceNames(t *testing.T) {
    	testCases := map[string]struct {
    		a        corev1.ResourceList
    		expected []corev1.ResourceName
    	}{
    		"empty": {
    			a:        corev1.ResourceList{},
    			expected: []corev1.ResourceName{},
    		},
    		"values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 12 01:57:38 UTC 2021
    - 15.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

          // expected-remark@above {{ID: 8}}
          // expected-remark@above {{Predecessors: {5,6}}}
          // expected-remark@above {{Successors: {9}}}
          tf_executor.yield
          // expected-remark@above {{ID: 9}}
          // expected-remark@above {{Predecessors: {7,8}}}
        }
        tf_executor.fetch %island : !tf_executor.control
        // expected-remark@above {{ID: 11}}
        // expected-remark@above {{Predecessors: {10}}}
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/resolve/scenarios/VersionRangeResolveTestScenarios.groovy

            versions: [EMPTY, FIXED_12],
            expected: "12"
        ).and(
            versions: [EMPTY, PREFER_12],
            expected: "12"
        ).and(
            versions: [EMPTY, RANGE_10_12],
            expected: "12"
        ).and(
            versions: [EMPTY, EMPTY],
            expected: ""
        ).and(
            versions: [EMPTY, EMPTY, FIXED_12],
            expected: "12"
        )
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 27.8K bytes
    - Viewed (0)
  4. src/encoding/json/testdata/code.json.gz

    72051317},{"name":"bug4803-expected.png","kids":[],"cl_weight":0.022222222222222223,"touches":1,"min_t":1272051317,"max_t":1272051317,"mean_t":1272051317},{"name":"bug4427-expected.png","kids":[],"cl_weight":0.022222222222222223,"touches":1,"min_t":1272051317,"max_t":1272051317,"mean_t":1272051317},{"name":"bug16012-expected.png","kids":[],"cl_weight":0.022222222222222223,"touches":1,"min_t":1272051317,"max_t":1272051317,"mean_t":1272051317},{"name":"bug14323-expected.png","kids":[],"cl_weight":...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/resource-alias-analysis-test.mlir

      // expected-remark@below {{Result #0, ID 8 : Unknown}}
      // expected-remark@below {{Result #1, ID 9 : 1, 8, 9, 10, 12, 13}}
      // expected-remark@below {{Result #2, ID 10 : 1, 8, 9, 10, 12, 13}}
      // expected-remark@below {{Region #0, Arg #0, ID 2 : 1, 2, 8}}
      // expected-remark@below {{Region #0, Arg #1, ID 3 : 1, 3, 8}}
      // expected-remark@below {{Region #0, Arg #2, ID 4 : 1, 4, 8}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jul 21 17:19:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  6. pkg/bootstrap/option/instances_test.go

    			expected: "fake",
    		},
    		{
    			testName: "zone",
    			key:      "zone",
    			option:   option.Zone("fake"),
    			expected: "fake",
    		},
    		{
    			testName: "sub zone",
    			key:      "sub_zone",
    			option:   option.SubZone("fake"),
    			expected: "fake",
    		},
    		{
    			testName: "node metadata nil",
    			key:      "meta_json_str",
    			option:   option.NodeMetadata(nil, nil),
    			expected: nil,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  7. pkg/test/framework/label/labels_test.go

    		{filter: "postsubmit", labels: NewSet(CustomSetup), expected: false},
    		{filter: "postsubmit", labels: NewSet(CustomSetup, Postsubmit), expected: true},
    		{filter: "postsubmit,customsetup", labels: NewSet(Postsubmit, CustomSetup), expected: true},
    		{filter: "postsubmit,customsetup", labels: NewSet(Postsubmit), expected: false},
    		{filter: "+postsubmit,+customsetup", labels: NewSet(Postsubmit), expected: false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 18 17:08:05 UTC 2021
    - 3.2K bytes
    - Viewed (0)
  8. pkg/kubelet/types/pod_update_test.go

    			}
    			assert.Equal(t, test.expected, source)
    		})
    	}
    }
    
    func TestString(t *testing.T) {
    	tests := []struct {
    		sp       SyncPodType
    		expected string
    	}{
    		{
    			sp:       SyncPodCreate,
    			expected: "create",
    		},
    		{
    			sp:       SyncPodUpdate,
    			expected: "update",
    		},
    		{
    			sp:       SyncPodSync,
    			expected: "sync",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 21 08:20:50 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/func-attr-invalid.mlir

    // RUN: tf-opt %s -split-input-file -verify-diagnostics
    
    // Tests invalid #tf_type.func attributes.
    
    // expected-error@+1 {{expected '<'}}
    func.func @main() attributes {tf._implements = #tf_type.func} {
      func.return
    }
    
    // -----
    
    // expected-error@+2 {{expected attribute value}}
    // expected-error@+1 {{expected symbol while parsing tf.func attribute}}
    func.func @main() attributes {tf._implements = #tf_type.func<>} {
      func.return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 06 09:05:45 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/analysis/cost_analysis.mlir

        // expected-remark@+1 {{Cost: 1}}
        %9 = "tf.Const"() {value = dense<> : tensor<0x!tf_type.string>} : () -> tensor<0x!tf_type.string>
        // expected-remark@+1 {{Cost: 1}}
        %10 = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
        // expected-remark@+1 {{Cost: 1}}
        %11 = "tf.Const"() {value = dense<-1> : tensor<i32>} : () -> tensor<i32>
        // expected-remark@+1 {{Cost: 19}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 14 15:35:49 UTC 2023
    - 12.2K bytes
    - Viewed (0)
Back to top