Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for testCases (0.13 sec)

  1. src/net/netip/netip_test.go

    			t.Errorf("%d. for %v MarshalText = %q; want %q", i, tt.in, mt, tt.want)
    		}
    	}
    }
    
    func TestPrefixMarshalUnmarshalBinary(t *testing.T) {
    	type testCase struct {
    		prefix   Prefix
    		wantSize int
    	}
    	tests := []testCase{
    		{mustPrefix("1.2.3.4/24"), 4 + 1},
    		{mustPrefix("fd7a:115c:a1e0:ab12:4843:cd96:626b:430b/118"), 16 + 1},
    		{mustPrefix("::ffff:c000:0280/96"), 16 + 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    			// TODO(#108003): As of now, watchcache is deliberately ignoring
    			// limit if RV=0 is specified, returning whole list of objects.
    			// While this should eventually get fixed, for now we're explicitly
    			// ignoring this testcase for watchcache.
    			ignoreForWatchCache:        true,
    			expectedOut:                []example.Pod{*preset[1]},
    			expectContinue:             true,
    			expectedRemainingItemCount: utilpointer.Int64(1),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top