Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for test6128 (0.13 sec)

  1. src/cmd/cgo/internal/test/test.go

    		t.Errorf("expected 5, got %v", v)
    	}
    }
    
    // issue 5986
    
    func test5986(t *testing.T) {
    	C.output5986()
    }
    
    // issue 6128
    
    func test6128() {
    	// nothing to run, just make sure this compiles.
    	_ = C.X
    }
    
    // issue 6390
    
    func test6390(t *testing.T) {
    	p1 := C.malloc(1024)
    	if p1 == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. pkg/apis/networking/validation/validation_test.go

    			newIngressClass: makeValidIngressClass("test123", "foo.co/bar", setResourceVersion("2")),
    			oldIngressClass: makeValidIngressClass("test123", "foo.co/different"),
    			expectedErrs:    field.ErrorList{field.Invalid(field.NewPath("spec").Child("controller"), "foo.co/bar", apimachineryvalidation.FieldImmutableErrorMsg)},
    		},
    		"parameters change": {
    			newIngressClass: makeValidIngressClass("test123", "foo.co/bar",
    				setResourceVersion("2"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/test/cgo_test.go

    package cgotest
    
    import "testing"
    
    // The actual test functions are in non-_test.go files
    // so that they can use cgo (import "C").
    // These wrappers are here for gotest to find.
    
    func Test1328(t *testing.T)                  { test1328(t) }
    func Test1560(t *testing.T)                  { test1560(t) }
    func Test1635(t *testing.T)                  { test1635(t) }
    func Test3250(t *testing.T)                  { test3250(t) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. src/net/http/server_test.go

    		},
    		{
    			"/%x", // patterns that do not unescape are left unchanged
    			[]string{"/%25x"},
    			[]string{"/%25x"},
    		},
    	}
    
    	run := func(t *testing.T, test121 bool) {
    		defer func(u bool) { use121 = u }(use121)
    		use121 = test121
    
    		mux := NewServeMux()
    		for _, m := range matches {
    			mux.HandleFunc(m.pattern, func(w ResponseWriter, r *Request) {})
    		}
    
    		for _, m := range matches {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 13:54:22 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-filepath.h

      static FilePath GetCurrentDir();
    
      // Given directory = "dir", base_name = "test", number = 0,
      // extension = "xml", returns "dir/test.xml". If number is greater
      // than zero (e.g., 12), returns "dir/test_12.xml".
      // On Windows platform, uses \ as the separator rather than /.
      static FilePath MakeFileName(const FilePath& directory,
                                   const FilePath& base_name,
                                   int number,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-filepath.h

      static FilePath GetCurrentDir();
    
      // Given directory = "dir", base_name = "test", number = 0,
      // extension = "xml", returns "dir/test.xml". If number is greater
      // than zero (e.g., 12), returns "dir/test_12.xml".
      // On Windows platform, uses \ as the separator rather than /.
      static FilePath MakeFileName(const FilePath& directory,
                                   const FilePath& base_name,
                                   int number,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. src/cmd/cgo/internal/test/testx.go

    func BackIntoGo() {
    	x := 1
    
    	for i := 0; i < 10000; i++ {
    		xvariadic(x)
    		if x != 1 {
    			panic("x is not 1?")
    		}
    	}
    }
    
    func xvariadic(x ...interface{}) {
    }
    
    func test1328(t *testing.T) {
    	C.IntoC()
    }
    
    // issue 1560
    // Test that C functions and Go functions run in parallel.
    
    var (
    	issue1560 int32
    
    	issue1560Ch = make(chan bool, 2)
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/events_test.go

    					APIVersion: "batch/v1",
    					Kind:       "Job",
    					Namespace:  "foo",
    				},
    			},
    			true,
    		},
    		{
    			&core.Event{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "test12",
    					Namespace: "foo",
    				},
    				InvolvedObject: core.ObjectReference{
    					APIVersion: "other/v1beta1",
    					Kind:       "FooBar",
    					Namespace:  "bar",
    				},
    			},
    			false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 01 19:47:37 UTC 2022
    - 37.2K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    			[]metav1.TableRow{{Cells: []interface{}{"test11", "0/1", "Running", "4 (20s ago)", "<unknown>"}}},
    		},
    		{
    			// Test pod has 1 container that restarted 5d ago
    			api.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "test12"},
    				Spec:       api.PodSpec{Containers: make([]api.Container, 1)},
    				Status: api.PodStatus{
    					Phase: "Running",
    					ContainerStatuses: []api.ContainerStatus{
    						{
    							Ready:                true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. src/crypto/des/des_test.go

    		[]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}},
    	{
    		[]byte{0x73, 0x65, 0x63, 0x52, 0x33, 0x74, 0x24, 0x3b}, // "secR3t$;"
    		[]byte{0x61, 0x20, 0x74, 0x65, 0x73, 0x74, 0x31, 0x32}, // "a test12"
    		[]byte{0x37, 0x0d, 0xee, 0x2c, 0x1f, 0xb4, 0xf7, 0xa5}},
    	{
    		[]byte{0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68}, // "abcdefgh"
    		[]byte{0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68}, // "abcdefgh"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 16:49:56 UTC 2023
    - 52.2K bytes
    - Viewed (0)
Back to top