Lines Matching full:for

4  * distributed with this work for additional information
15 * KIND, either express or implied. See the License for the
36 for _, value := range BOOL_VALUES {
51 t.Fatalf("Bad value for %s %v: %s expected", thetype, value, s)
55 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
64 for _, value := range BOOL_VALUES {
79 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
83 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, vv)
94 for _, value := range BYTE_VALUES {
103 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
107 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
116 for _, value := range BYTE_VALUES {
127 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
130 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
141 for _, value := range INT16_VALUES {
150 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
154 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
163 for _, value := range INT16_VALUES {
174 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
177 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
188 for _, value := range INT32_VALUES {
197 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
201 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
210 for _, value := range INT32_VALUES {
221 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
224 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
235 for _, value := range INT64_VALUES {
244 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
248 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
257 for _, value := range INT64_VALUES {
268 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
271 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
282 for _, value := range DOUBLE_VALUES {
292 …t.Fatalf("Bad value for %s %v, wrote: %v, expected: %v", thetype, value, s, jsonQuote(JSON_INFINIT…
296 …t.Fatalf("Bad value for %s %v, wrote: %v, expected: %v", thetype, value, s, jsonQuote(JSON_NEGATIV…
300 t.Fatalf("Bad value for %s %v, wrote: %v, expected: %v", thetype, value, s, jsonQuote(JSON_NAN))
304 t.Fatalf("Bad value for %s %v: %s", thetype, value, s)
308 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
318 for _, value := range DOUBLE_VALUES {
331 t.Fatalf("Bad value for %s %v, wrote: %v, received: %v", thetype, value, s, v)
335 t.Fatalf("Bad value for %s %v, wrote: %v, received: %v", thetype, value, s, v)
339 t.Fatalf("Bad value for %s %v, wrote: %v, received: %v", thetype, value, s, v)
343 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
346 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)
358 for _, value := range STRING_VALUES {
367 …t.Fatalf("Bad value for %s '%v', wrote '%v', expected: %v", thetype, value, s, fmt.Sprint("\"", va…
371 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v)
380 for _, value := range STRING_VALUES {
391 t.Fatalf("Bad value for %s value %v, wrote: %v, received: %v", thetype, value, s, v)
395 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v1)
419 …t.Fatalf("Bad value for %s %v\n wrote: \"%v\"\nexpected: \"%v\"", thetype, value, s, expectedStr…
426 t.Fatalf("Invalid value for binary\nexpected: \"%v\"\n read: \"%v\"", value, v1)
428 for k, v := range value {
430 t.Fatalf("Invalid value for binary at %v\nexpected: \"%v\"\n read: \"%v\"", k, v, v1[k])
452 …t.Fatalf("Bad value for %s value length %v, wrote: %v, received length: %v", thetype, len(value), …
454 for i := 0; i < len(v); i++ {
456 …t.Fatalf("Bad value for %s at index %d value %v, wrote: %v, received: %v", thetype, i, value[i], s…
461 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, *v1)
472 for _, value := range DOUBLE_VALUES {
492 t.Fatal("Invalid type for list, expected: ", STRING, ", but was: ", l[0])
495 t.Fatal("Invalid length for list, expected: ", len(DOUBLE_VALUES), ", but was: ", l[1])
497 for k, value := range DOUBLE_VALUES {
501 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
505 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
509 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetyp…
513 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s'", thetype, value, s)
526 for _, value := range DOUBLE_VALUES {
546 t.Fatal("Invalid type for set, expected: ", DOUBLE, ", but was: ", l[0])
549 t.Fatal("Invalid length for set, expected: ", len(DOUBLE_VALUES), ", but was: ", l[1])
551 for k, value := range DOUBLE_VALUES {
555 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
559 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetype…
563 …t.Fatalf("Bad value for %s at index %v %v, wrote: %q, expected: %q, originally wrote: %q", thetyp…
567 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s'", thetype, value, s)
580 for k, value := range DOUBLE_VALUES {
594 t.Fatalf("Bad value for %s, wrote: %v, in go: %v", thetype, str, DOUBLE_VALUES)
609 for k, value := range DOUBLE_VALUES {
612 …t.Fatalf("Bad key for %s index %v, wrote: %v, expected: %v, error: %s", thetype, k, ik, k, err.Err…
615 t.Fatalf("Bad key for %s index %v, wrote: %v, expected: %v", thetype, k, ik, k)
619 …t.Fatalf("Bad value for %s index %v, wrote: %v, expected: %v, error: %s", thetype, k, dv, value, e…
624 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected: %v", thetype, k, value, s, jsonQuo…
628 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected: %v", thetype, k, value, s, jsonQuo…
632 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected: %v", thetype, k, value, s, jsonQu…
637 …t.Fatalf("Bad value for %s at index %v %v, wrote: %v, expected %v", thetype, k, value, s, expected)
641 t.Fatalf("Bad json-decoded value for %s %v, wrote: '%s', expected: '%v'", thetype, value, s, v)