Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for test6128 (0.72 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. 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)
  3. 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)
Back to top