Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for fuzz (0.17 sec)

  1. pilot/pkg/model/virtualservice_test.go

    			*r = networking.HTTPRewrite{}
    		},
    
    		func(r *durationpb.Duration, c fuzz.Continue) {
    			*r = durationpb.Duration{}
    		},
    		func(r *networking.HTTPRetry, c fuzz.Continue) {
    			*r = networking.HTTPRetry{}
    		},
    		func(r *networking.HTTPFaultInjection, c fuzz.Continue) {
    			*r = networking.HTTPFaultInjection{}
    		},
    		func(r *networking.Destination, c fuzz.Continue) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    	    fuzz tests should be executed. The default is the current value
    	    of GOMAXPROCS. -cpu does not apply to fuzz tests matched by -fuzz.
    
    	-failfast
    	    Do not start new tests after the first test failure.
    
    	-fullpath
    	    Show full file names in the error messages.
    
    	-fuzz regexp
    	    Run the fuzz test matching the regular expression. When specified,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. src/testing/testing.go

    // identified through fuzzing.
    //
    // The function passed to (*F).Fuzz within the fuzz test is considered the fuzz
    // target. A fuzz target must accept a *T parameter, followed by one or more
    // parameters for random inputs. The types of arguments passed to (*F).Add must
    // be identical to the types of these parameters. The fuzz target may signal
    // that it's found a problem the same way tests do: by calling T.Fail (or any
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    			continue
    		}
    		if e, a := "-"+item.expect, q.String(); e != a {
    			t.Errorf("%#v: expected %v, got %v (%#v)", item.in, e, a, q.i)
    		}
    	}
    }
    
    var fuzzer = fuzz.New().Funcs(
    	func(q *Quantity, c fuzz.Continue) {
    		q.i = Zero
    		if c.RandBool() {
    			q.Format = BinarySI
    			if c.RandBool() {
    				dec := &inf.Dec{}
    				q.d = infDecAmount{Dec: dec}
    				dec.SetScale(0)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  5. tests/integration/security/authz_test.go

    							allow: true,
    						},
    						// Test matches for `/foo/{*}/bar/{**}`
    						{
    							path:  "/foo/buzz/bar/bat.txt",
    							allow: true,
    						},
    						{
    							path:  "/foo/buzz/bar/bat.temp.txt",
    							allow: true,
    						},
    						{
    							path:  "/foo/buzz/bar/bat/fuzz.txt",
    							allow: true,
    						},
    						{
    							path:  "/foo/bar/bat.txt",
    							allow: false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

                .register("bar") { it.unmanaged(String, "fizz") { "bar" } }
                .registerInstance("fizz", "fizz")
                .mutate { it.path("fizz").descriptor("fizz mutator").type(String).action("buzz", ModelType.of(String), {}) }
                .registerInstance("buzz", "buzz")
                .mutate { it.path("buzz").descriptor("buzz mutator").type(String).action("foo", ModelType.of(String), {}) }
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				LabelSelector: &metav1.LabelSelector{
    					MatchExpressions: []metav1.LabelSelectorRequirement{
    						{
    							Key:      "foo",
    							Operator: metav1.LabelSelectorOpIn,
    							Values:   []string{"bar", "buzz"},
    						},
    					},
    				},
    				TopologyKey: "region",
    			},
    			{
    				LabelSelector: &metav1.LabelSelector{
    					MatchExpressions: []metav1.LabelSelectorRequirement{
    						{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  8. src/math/big/int_test.go

    	"strconv"
    	"strings"
    	"testing"
    	"testing/quick"
    )
    
    func isNormalized(x *Int) bool {
    	if len(x.abs) == 0 {
    		return !x.neg
    	}
    	// len(x.abs) > 0
    	return x.abs[len(x.abs)-1] != 0
    }
    
    type funZZ func(z, x, y *Int) *Int
    type argZZ struct {
    	z, x, y *Int
    }
    
    var sumZZ = []argZZ{
    	{NewInt(0), NewInt(0), NewInt(0)},
    	{NewInt(1), NewInt(1), NewInt(0)},
    	{NewInt(1111111110), NewInt(123456789), NewInt(987654321)},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
  9. tests/integration/security/fuzz/fuzzers/wfuzz/wordlist.yaml

    #
    # 847 attack vectors, 8 levels of recursion (Unix-like, Windows)
    #
    # Usage: replace {FILE} with the absolute URI of a local resource, then use
    # your favourite web application fuzzer (e.g. wfuzz)
    # Generated from https://github.com/xmendez/wfuzz/blob/master/wordlist/vulns/dirTraversal.txt
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: wordlist
    data:
      dirTraversal.txt: |
        ../private/secret.html
        ../../private/secret.html
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 23 20:55:02 UTC 2021
    - 86K bytes
    - Viewed (0)
  10. pkg/registry/core/pod/strategy_test.go

    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.NodeInclusionPolicyInPodTopologySpread, true)
    
    	updatedPod2 := updatedPod.DeepCopy()
    	updatedPod2.Labels = map[string]string{"foo": "fuz"}
    	updatedPod2.ResourceVersion = "3"
    
    	errs = Strategy.ValidateUpdate(ctx, updatedPod2, updatedPod)
    	if len(errs) != 0 {
    		t.Errorf("Unexpected error: %v", errs.ToAggregate())
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
Back to top