Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for tester (0.17 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. api/maven-api-model/src/main/mdo/maven.mdo

              <description>
                This element specifies a directory containing the unit test source of the
                project. The generated build system will compile these directories when the project is
                being tested. The path given is relative to the project descriptor.
                The default value is {@code src/test/java}.
              </description>
              <type>String</type>
            </field>
            <field>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    	// Limit PC-relative prefix instruction usage to supported and tested targets.
    	pfxEnabled = buildcfg.GOPPC64 >= 10 && buildcfg.GOOS == "linux"
    	cfg := fmt.Sprintf("power%d/%s/%s", buildcfg.GOPPC64, buildcfg.GOARCH, buildcfg.GOOS)
    	if cfg == buildOpCfg {
    		// Already initialized to correct OS/cpu; stop now.
    		// This happens in the cmd/asm tests,
    		// each of which re-initializes the arch.
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top