Lines Matching full:for

4  * distributed with this work for additional information
15 * KIND, either express or implied. See the License for the
37 for _, value := range BOOL_VALUES {
46 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
50 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
59 for _, value := range BOOL_VALUES {
74 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
77 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
88 for _, value := range BYTE_VALUES {
97 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
101 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
110 for _, value := range BYTE_VALUES {
121 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
124 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
135 for _, value := range INT16_VALUES {
144 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
148 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
157 for _, value := range INT16_VALUES {
168 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
171 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
182 for _, value := range INT32_VALUES {
191 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
195 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
204 for _, value := range INT32_VALUES {
215 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
218 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
240 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
250 for _, value := range INT64_VALUES {
259 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
263 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
272 for _, value := range INT64_VALUES {
283 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
286 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
308 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
318 for _, value := range DOUBLE_VALUES {
328 …t.Fatalf("Bad value for %s %v, wrote: %v, expected: %v", thetype, value, s, jsonQuote(JSON_INFINIT…
332 …t.Fatalf("Bad value for %s %v, wrote: %v, expected: %v", thetype, value, s, jsonQuote(JSON_NEGATIV…
336 t.Fatalf("Bad value for %s %v, wrote: %v, expected: %v", thetype, value, s, jsonQuote(JSON_NAN))
340 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
344 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
354 for _, value := range DOUBLE_VALUES {
367 t.Fatalf("Bad value for %s %v, wrote: %v, received: %v", thetype, value, s, v)
371 t.Fatalf("Bad value for %s %v, wrote: %v, received: %v", thetype, value, s, v)
375 t.Fatalf("Bad value for %s %v, wrote: %v, received: %v", thetype, value, s, v)
379 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
382 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
394 for _, value := range STRING_VALUES {
403 …t.Fatalf("Bad value for %s '%v', wrote '%v', expected: %v", thetype, value, s, fmt.Sprint("\"", va…
407 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v)
416 for _, value := range STRING_VALUES {
427 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
431 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v1)
451 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
473 t.Fatalf("Bad value for %s %v\n wrote: %v\nexpected: %v", thetype, value, s, "\""+b64String+"\"")
477 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v1)
498 …t.Fatalf("Bad value for %s value length %v, wrote: %v, received length: %v", thetype, len(value), …
500 for i := 0; i < len(v); i++ {
502 …t.Fatalf("Bad value for %s at index %d value %v, wrote: %v, received: %v", thetype, i, value[i], s…
507 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v1)
529 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
540 for _, value := range DOUBLE_VALUES {
560 t.Fatal("Invalid type for list, expected: ", DOUBLE, ", but was: ", l[0])
563 t.Fatal("Invalid length for list, expected: ", len(DOUBLE_VALUES), ", but was: ", l[1])
565 for k, value := range DOUBLE_VALUES {
569 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
573 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
577 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetyp…
581 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s'", thetype, value, s)
594 for _, value := range DOUBLE_VALUES {
614 t.Fatal("Invalid type for set, expected: ", DOUBLE, ", but was: ", l[0])
617 t.Fatal("Invalid length for set, expected: ", len(DOUBLE_VALUES), ", but was: ", l[1])
619 for k, value := range DOUBLE_VALUES {
623 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
627 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
631 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetyp…
635 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s'", thetype, value, s)
648 for k, value := range DOUBLE_VALUES {
662 t.Fatalf("Bad value for %s, wrote: %v, in go: %v", thetype, str, DOUBLE_VALUES)
666 t.Fatal("Expected list of at least length 3 for map for metadata, but was of length ", len(l))
680 for k, value := range DOUBLE_VALUES {
685 …t.Fatalf("Bad value for %s index %v, wrote: %v, expected: %v, error: %s", thetype, k, strk, k, err…
688 t.Fatalf("Bad value for %s index %v, wrote: %v, expected: %v", thetype, k, strk, k)
693 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected: %v", thetype, k, value, s, jsonQuo…
697 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected: %v", thetype, k, value, s, jsonQuo…
701 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected: %v", thetype, k, value, s, jsonQu…
706 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected %v", thetype, k, value, s, expected)
710 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)