Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,026 for IsSkip (0.15 sec)

  1. src/net/lookup_test.go

    }
    
    func TestLookupGmailTXT(t *testing.T) {
    	if runtime.GOOS == "plan9" {
    		t.Skip("skipping on plan9; see https://golang.org/issue/29722")
    	}
    	t.Parallel()
    	mustHaveExternalNetwork(t)
    
    	if runtime.GOOS == "ios" {
    		t.Skip("no resolv.conf on iOS")
    	}
    
    	if !supportsIPv4() || !*testIPv4 {
    		t.Skip("IPv4 is required")
    	}
    
    	attempts := 0
    	for i := 0; i < len(lookupGmailTXTTests); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi_test.go

    			maxVols:             1,
    			test:                "skip Filter when the pod only uses secrets and configmaps",
    			wantPreFilterStatus: framework.NewStatus(framework.Skip),
    		},
    		{
    			newPod:           ephemeralPodWithConfigmapAndSecret,
    			ephemeralEnabled: true,
    			extraClaims:      []v1.PersistentVolumeClaim{*ephemeralClaim},
    			maxVols:          1,
    			test:             "don't skip Filter when the pods has ephemeral volumes",
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 36.8K bytes
    - Viewed (0)
  3. tests/multi_primary_keys_test.go

    func TestManyToManyWithCustomizedForeignKeys(t *testing.T) {
    	if name := DB.Dialector.Name(); name == "sqlite" || name == "sqlserver" {
    		t.Skip("skip sqlite, sqlserver due to it doesn't support multiple primary keys with auto increment")
    	}
    
    	if name := DB.Dialector.Name(); name == "postgres" {
    		t.Skip("skip postgres due to it only allow unique constraint matching given keys")
    	}
    
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Thu Jan 06 07:02:53 UTC 2022
    - 12.8K bytes
    - Viewed (0)
  4. src/syscall/exec_linux_test.go

    		t.Fatal(err)
    	}
    }
    
    func TestUnshare(t *testing.T) {
    	path := "/proc/net/dev"
    	if _, err := os.Stat(path); err != nil {
    		if os.IsNotExist(err) {
    			t.Skip("kernel doesn't support proc filesystem")
    		}
    		if os.IsPermission(err) {
    			t.Skip("unable to test proc filesystem due to permissions")
    		}
    		t.Fatal(err)
    	}
    
    	b, err := os.ReadFile(path)
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 07:45:37 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. cmd/bucket-replication-metrics_gen.go

    					if err != nil {
    						err = msgp.WrapError(err, "Max", "Bytes")
    						return
    					}
    				default:
    					err = dc.Skip()
    					if err != nil {
    						err = msgp.WrapError(err, "Max")
    						return
    					}
    				}
    			}
    		default:
    			err = dc.Skip()
    			if err != nil {
    				err = msgp.WrapError(err)
    				return
    			}
    		}
    	}
    	return
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testsanitizers/cc_test.go

    func (c *config) skipIfRuntimeIncompatible(t *testing.T) {
    	check := &c.runtimeCheck
    	check.once.Do(func() {
    		check.skip, check.err = c.checkRuntime()
    	})
    	if check.err != nil {
    		t.Helper()
    		if check.skip {
    			t.Skip(check.err)
    		}
    		t.Fatal(check.err)
    	}
    }
    
    func (c *config) checkRuntime() (skip bool, err error) {
    	if c.sanitizer != "thread" {
    		return false, nil
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 09 20:00:56 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  7. tools/bug-report/pkg/cluster/cluster.go

    			continue
    		}
    		if skip := shouldSkipPod(&p, config); skip {
    			continue
    		}
    
    		deployment := getOwnerDeployment(&p, replicasets.Items)
    		if skip := shouldSkipDeployment(deployment, config); skip {
    			continue
    		}
    		daemonset := getOwnerDaemonSet(&p, daemonsets.Items)
    		if skip := shouldSkipDaemonSet(daemonset, config); skip {
    			continue
    		}
    
    		if deployment != "" {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/test_fuzz.txt

    [!fuzz] skip
    [short] skip
    env GOCACHE=$WORK/cache
    
    # Test that running a fuzz target that returns without failing or calling
    # f.Fuzz fails and causes a non-zero exit status.
    ! go test noop_fuzz_test.go
    ! stdout ^ok
    stdout FAIL
    
    # Test that fuzzing a fuzz target that returns without failing or calling
    # f.Fuzz fails and causes a non-zero exit status.
    ! go test -fuzz=Fuzz -fuzztime=1x noop_fuzz_test.go
    ! stdout ^ok
    stdout FAIL
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 16 16:53:11 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  9. pkg/kubelet/apis/config/helpers_test.go

    		"fooptr.foo",
    		"bars[*].foo",
    		"barMap[*].foo",
    		"skipRecurseStruct",   // skip recursing a struct
    		"skipRecursePointer",  // skip recursing a struct pointer
    		"skipRecurseList1",    // skip recursing a list
    		"skipRecurseList2[*]", // skip recursing list items
    		"skipRecurseMap1",     // skip recursing a map
    		"skipRecurseMap2[*]",  // skip recursing map items
    	)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/phases/workflow/runner_test.go

    				}
    
    				if cmd.Flags().Lookup("skip-phases") != nil {
    					t.Error("cmd has skip-phases flag while it should not\n")
    				}
    
    				if getCmd(cmd, "phase") != nil {
    					t.Error("cmd has phase subcommand while it should not\n")
    				}
    
    				return
    			}
    
    			// Otherwise, if there are phases
    
    			// Checks that cmd get the description set and the skip-phases flags
    			if cmd.Long == "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 20:03:45 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top