HomeSort by relevance Sort by last modified time
    Searched full:errorf (Results 26 - 50 of 1634) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight_test.go 22 t.Errorf("Do = %v; want %v", got, want)
25 t.Errorf("Do error = %v", err)
36 t.Errorf("Do error = %v; want someErr %v", err, someErr)
39 t.Errorf("unexpected non-nil value %#v", v)
71 t.Errorf("Do error: %v", err)
75 t.Errorf("Do = %T %v; want %q", v, v, "bar")
85 t.Errorf("number of calls = %d; want over 0 and less than %d", got, n)
  /prebuilts/go/linux-x86/src/os/user/
user_test.go 26 t.Errorf("didn't get a HomeDir")
29 t.Errorf("didn't get a username")
35 t.Errorf("got Uid=%q; want %q", got.Uid, want.Uid)
38 t.Errorf("got Username=%q; want %q", got.Username, want.Username)
41 t.Errorf("got Name=%q; want %q", got.Name, want.Name)
48 t.Errorf("got Gid=%q; want %q", got.Gid, want.Gid)
51 t.Errorf("got HomeDir=%q; want %q", got.HomeDir, want.HomeDir)
  /prebuilts/go/darwin-x86/src/unicode/
graphic_test.go 26 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
36 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
46 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
56 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
66 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
79 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
89 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
99 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
109 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
119 t.Errorf("%U incorrect: got %t; want %t", i, got, want
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
graphic_test.go 26 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
36 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
46 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
56 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
66 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
79 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
89 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
99 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
109 t.Errorf("%U incorrect: got %t; want %t", i, got, want)
119 t.Errorf("%U incorrect: got %t; want %t", i, got, want
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 17 t.Errorf("write: %v", err)
20 t.Errorf("short write: %d != %d", n, len(data))
33 t.Errorf("read: %v", err)
35 t.Errorf("bad read: got %q", buf[0:n])
51 t.Errorf("read: %v", err)
67 t.Errorf("wrote %d, got %d", len(p), n)
70 t.Errorf("write: %v", err)
74 t.Errorf("wrote %d, read got %d", n, nn)
80 t.Errorf("final read got %d", nn)
176 t.Errorf("delayClose: %v", err
    [all...]
multi_test.go 33 t.Errorf("#%d, expected %d bytes; got %d",
38 t.Errorf("#%d, expected %q; got %q",
42 t.Errorf("#%d, expected error %v; got %v",
74 t.Errorf("short write of %d, not %d", written, len(sourceString))
78 t.Errorf("unexpected error: %v", err)
87 t.Errorf("expected %q; got %q", sourceString, sink.String())
98 t.Errorf("ReadAll() = %q, %v, want %q, nil", data, err, "hello world")
110 t.Errorf("Write(`hello world`) = %d, %v, want 11, nil", n, err)
113 t.Errorf("buf.String() = %q, want %q", buf.String(), "hello world")
  /prebuilts/go/darwin-x86/src/reflect/
set_test.go 27 t.Errorf("#1 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
30 t.Errorf("#1 MapIndex(1) = %d", n)
40 t.Errorf("#2 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
43 t.Errorf("#2 MapIndex(1) = %d", n)
53 t.Errorf("#3 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
56 t.Errorf("#3 MapIndex(1) = %d", n)
66 t.Errorf("#4 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
69 t.Errorf("#4 MapIndex(1) = %d", n)
81 t.Errorf("#5 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m)
84 t.Errorf("#5 MapIndex(b1) = %#x want %p", p, b2
    [all...]
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 17 t.Errorf("write: %v", err)
20 t.Errorf("short write: %d != %d", n, len(data))
33 t.Errorf("read: %v", err)
35 t.Errorf("bad read: got %q", buf[0:n])
51 t.Errorf("read: %v", err)
67 t.Errorf("wrote %d, got %d", len(p), n)
70 t.Errorf("write: %v", err)
74 t.Errorf("wrote %d, read got %d", n, nn)
80 t.Errorf("final read got %d", nn)
176 t.Errorf("delayClose: %v", err
    [all...]
multi_test.go 33 t.Errorf("#%d, expected %d bytes; got %d",
38 t.Errorf("#%d, expected %q; got %q",
42 t.Errorf("#%d, expected error %v; got %v",
74 t.Errorf("short write of %d, not %d", written, len(sourceString))
78 t.Errorf("unexpected error: %v", err)
87 t.Errorf("expected %q; got %q", sourceString, sink.String())
98 t.Errorf("ReadAll() = %q, %v, want %q, nil", data, err, "hello world")
110 t.Errorf("Write(`hello world`) = %d, %v, want 11, nil", n, err)
113 t.Errorf("buf.String() = %q, want %q", buf.String(), "hello world")
  /prebuilts/go/linux-x86/src/reflect/
set_test.go 27 t.Errorf("#1 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
30 t.Errorf("#1 MapIndex(1) = %d", n)
40 t.Errorf("#2 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
43 t.Errorf("#2 MapIndex(1) = %d", n)
53 t.Errorf("#3 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
56 t.Errorf("#3 MapIndex(1) = %d", n)
66 t.Errorf("#4 after SetMapIndex(1,2): %d, %t (map=%v)", x, ok, m)
69 t.Errorf("#4 MapIndex(1) = %d", n)
81 t.Errorf("#5 after SetMapIndex(b1, b2): %p (!= %p), %t (map=%v)", x, b2, ok, m)
84 t.Errorf("#5 MapIndex(b1) = %#x want %p", p, b2
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
tar_test.go 28 t.Errorf("Name = %q; want %q", g, e)
31 t.Errorf("Mode = %#o; want %#o", g, e)
34 t.Errorf("Size = %v; want %v", g, e)
37 t.Errorf("ModTime = %v; want %v", g, e)
55 t.Errorf("Name = %q; want %q", g, e)
59 t.Errorf("Mode = %#o; want %#o", g, e)
62 t.Errorf("Size = %v; want %v", g, e)
65 t.Errorf("ModTime = %v; want %v", g, e)
75 t.Errorf("Name = %q; want %q", g, e)
78 t.Errorf("Linkname = %q; want %q", g, e
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
tar_test.go 28 t.Errorf("Name = %q; want %q", g, e)
31 t.Errorf("Mode = %#o; want %#o", g, e)
34 t.Errorf("Size = %v; want %v", g, e)
37 t.Errorf("ModTime = %v; want %v", g, e)
55 t.Errorf("Name = %q; want %q", g, e)
59 t.Errorf("Mode = %#o; want %#o", g, e)
62 t.Errorf("Size = %v; want %v", g, e)
65 t.Errorf("ModTime = %v; want %v", g, e)
75 t.Errorf("Name = %q; want %q", g, e)
78 t.Errorf("Linkname = %q; want %q", g, e
    [all...]
  /build/blueprint/
unpack_test.go 226 Err: fmt.Errorf("filtered field nested.foo cannot be set in a Blueprint file"),
367 t.Errorf("test case: %s", testCase.input)
368 t.Errorf("unexpected parse errors:")
370 t.Errorf(" %s", err)
380 t.Errorf("test case: %s", testCase.input)
381 t.Errorf("unexpected unpack errors:")
383 t.Errorf(" %s", err)
387 t.Errorf("test case: %s", testCase.input)
388 t.Errorf("incorrect errors:")
389 t.Errorf(" expected: %+v", testCase.errs
    [all...]
  /prebuilts/go/darwin-x86/src/expvar/
expvar_test.go 33 t.Errorf("reqs.i = %v, want 0", reqs.i)
36 t.Errorf("Get() failed.")
42 t.Errorf("reqs.i = %v, want 4", reqs.i)
46 t.Errorf("reqs.String() = %q, want \"4\"", s)
51 t.Errorf("reqs.i = %v, want -2", reqs.i)
83 t.Errorf("reqs.f = %v, want 0", reqs.f)
86 t.Errorf("Get() failed.")
92 t.Errorf("reqs.val() = %v, want 2.75", v)
96 t.Errorf("reqs.String() = %q, want \"4.64\"", s)
101 t.Errorf("reqs.val() = %v, want 0.75", v
    [all...]
  /prebuilts/go/linux-x86/src/expvar/
expvar_test.go 33 t.Errorf("reqs.i = %v, want 0", reqs.i)
36 t.Errorf("Get() failed.")
42 t.Errorf("reqs.i = %v, want 4", reqs.i)
46 t.Errorf("reqs.String() = %q, want \"4\"", s)
51 t.Errorf("reqs.i = %v, want -2", reqs.i)
83 t.Errorf("reqs.f = %v, want 0", reqs.f)
86 t.Errorf("Get() failed.")
92 t.Errorf("reqs.val() = %v, want 2.75", v)
96 t.Errorf("reqs.String() = %q, want \"4.64\"", s)
101 t.Errorf("reqs.val() = %v, want 0.75", v
    [all...]
  /build/soong/cc/
cc_test.go 50 t.Errorf("incorrect output:")
51 t.Errorf(" input: %#v", testCase.in)
52 t.Errorf(" expected: %#v", testCase.out)
53 t.Errorf(" got: %#v", out)
147 t.Errorf("incorrect output:")
148 t.Errorf(" input: %#v", testCase.in)
149 t.Errorf(" size: %d", testCase.size)
150 t.Errorf(" expected: %#v", testCase.out)
151 t.Errorf(" got: %#v", out)
  /prebuilts/go/darwin-x86/src/cmd/fix/
main_test.go 40 t.Errorf("%s: parsing: %v", desc, err)
46 t.Errorf("%s: printing: %v", desc, err)
50 t.Errorf("%s: not gofmt-formatted.\n--- %s\n%s\n--- %s | gofmt\n%s",
68 t.Errorf("%s: printing: %v", desc, err)
90 t.Errorf("%s: incorrect output.\n", tt.Name)
92 t.Errorf("--- have\n%s\n--- want\n%s", out, tt.Out)
99 t.Errorf("%s: changed=%v != fixed=%v", tt.Name, changed, fixed)
110 t.Errorf("%s: applied fixes during second round", tt.Name)
115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /prebuilts/go/linux-x86/src/cmd/fix/
main_test.go 40 t.Errorf("%s: parsing: %v", desc, err)
46 t.Errorf("%s: printing: %v", desc, err)
50 t.Errorf("%s: not gofmt-formatted.\n--- %s\n%s\n--- %s | gofmt\n%s",
68 t.Errorf("%s: printing: %v", desc, err)
90 t.Errorf("%s: incorrect output.\n", tt.Name)
92 t.Errorf("--- have\n%s\n--- want\n%s", out, tt.Out)
99 t.Errorf("%s: changed=%v != fixed=%v", tt.Name, changed, fixed)
110 t.Errorf("%s: applied fixes during second round", tt.Name)
115 t.Errorf("%s: changed output after second round of fixes.\n--- output after first round\n%s\n--- output after second round\n%s",
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat_test.go 24 t.Errorf("x and y should be both equal and zero")
28 t.Errorf("got x = %s, want 0/1", s)
32 t.Errorf("got x = %s, want 0", s)
37 t.Errorf("got x+y = %s, want 0", s)
42 t.Errorf("got x-y = %s, want 0", s)
47 t.Errorf("got x*y = %s, want 0", s)
69 t.Errorf("got %d; want %d for z = %v", s, e, &x)
96 t.Errorf("#%d got out = %v; want %v", i, out, test.out)
111 t.Errorf("got IsInt(%v) == %v; want %v", x, i, e)
129 t.Errorf("got Abs(%v) = %v; want %v", x, z, e
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
rat_test.go 21 t.Errorf("x and y should be both equal and zero")
25 t.Errorf("got x = %s, want 0/1", s)
29 t.Errorf("got x = %s, want 0", s)
34 t.Errorf("got x+y = %s, want 0", s)
39 t.Errorf("got x-y = %s, want 0", s)
44 t.Errorf("got x*y = %s, want 0", s)
66 t.Errorf("got %d; want %d for z = %v", s, e, &x)
93 t.Errorf("#%d got out = %v; want %v", i, out, test.out)
108 t.Errorf("got IsInt(%v) == %v; want %v", x, i, e)
126 t.Errorf("got Abs(%v) = %v; want %v", x, z, e
    [all...]
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 31 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
37 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err0)
57 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
63 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
69 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
77 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err1)
81 t.Errorf("%s (level=%d, dict=%q): length mismatch %d versus %d", fn, level, d, len(b0), len(b1))
86 t.Errorf("%s (level=%d, dict=%q): mismatch at %d, 0x%02x versus 0x%02x\n", fn, level, d, i, b0[i], b1[i])
98 t.Errorf("%s (level=%d): %v", fn, level, err)
118 t.Errorf("%s (level=%d): %v", fn, level, err
    [all...]
  /prebuilts/go/darwin-x86/src/container/ring/
ring_test.go 30 t.Errorf("r.Len() == %d; expected %d", n, N)
43 t.Errorf("number of forward iterations == %d; expected %d", n, N)
46 t.Errorf("forward ring sum = %d; expected %d", s, sum)
58 t.Errorf("prev = %p, expected q.prev = %p\n", p, q.prev)
63 t.Errorf("prev = %p, expected r.prev = %p\n", p, r.prev)
69 t.Errorf("r.Next() != r.next")
72 t.Errorf("r.Prev() != r.prev")
77 t.Errorf("r.Move(0) != r")
80 t.Errorf("r.Move(%d) != r", N)
83 t.Errorf("r.Move(%d) != r", -N
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
varint_test.go 17 t.Errorf("MaxVarintLen%d = %d; want %d", w, max, n)
32 t.Errorf("Varint(%d): got %d", x, y)
35 t.Errorf("Varint(%d): got n = %d; want %d", x, m, n)
40 t.Errorf("ReadVarint(%d): %s", x, err)
43 t.Errorf("ReadVarint(%d): got %d", x, y)
52 t.Errorf("Uvarint(%d): got %d", x, y)
55 t.Errorf("Uvarint(%d): got n = %d; want %d", x, m, n)
60 t.Errorf("ReadUvarint(%d): %s", x, err)
63 t.Errorf("ReadUvarint(%d): got %d", x, y)
114 t.Errorf("Uvarint(%v): got x = %d, n = %d", buf, x, n
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
rat_test.go 21 t.Errorf("x and y should be both equal and zero")
25 t.Errorf("got x = %s, want 0/1", s)
29 t.Errorf("got x = %s, want 0", s)
34 t.Errorf("got x+y = %s, want 0", s)
39 t.Errorf("got x-y = %s, want 0", s)
44 t.Errorf("got x*y = %s, want 0", s)
66 t.Errorf("got %d; want %d for z = %v", s, e, &x)
93 t.Errorf("#%d got out = %v; want %v", i, out, test.out)
108 t.Errorf("got IsInt(%v) == %v; want %v", x, i, e)
126 t.Errorf("got Abs(%v) = %v; want %v", x, z, e
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
reader_test.go 42 t.Errorf("%d. want seek error %q", i, tt.seekerr)
46 t.Errorf("%d. seek error = %q; want %q", i, err.Error(), tt.seekerr)
50 t.Errorf("%d. pos = %d, want %d", i, pos, tt.wantpos)
55 t.Errorf("%d. read = %v", i, err)
60 t.Errorf("%d. got %q; want %q", i, got, tt.want)
71 t.Errorf("Read = %d, %v; want 0, EOF", n, err)
95 t.Errorf("%d. got %q; want %q", i, got, tt.want)
98 t.Errorf("%d. got error = %v; want %v", i, err, tt.wanterr)
148 t.Errorf("got %v; want %v", n, expect)
151 t.Errorf("for length %d: got error = %v; want nil", len(s), err
    [all...]

Completed in 500 milliseconds

12 3 4 5 6 7 8 91011>>