Home | History | Annotate | Download | only in macho

Lines Matching full:errorf

111 			t.Errorf("open %s:\n\thave %#v\n\twant %#v\n", tt.file, f.FileHeader, tt.hdr)
122 t.Errorf("open %s, section %d: skipping %#v\n", tt.file, i, &s.SegmentHeader)
127 t.Errorf("open %s, section %d: not *Segment\n", tt.file, i)
133 t.Errorf("open %s, segment %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
139 t.Errorf("open %s: len(Loads) = %d, want %d", tt.file, fn, tn)
149 t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
155 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
165 t.Errorf("open %s: succeeded unexpectedly", filename)
176 t.Errorf("OpenFat: got magic number %#x, want %#x", ff.Magic, MagicFat)
179 t.Errorf("OpenFat: got %d architectures, want 2", len(ff.Arches))
187 t.Errorf("OpenFat: architecture #%d got cpu=%#x subtype=%#x, expected cpu=%#x, subtype=%#x", i, arch.Cpu, arch.SubCpu, ftArch.hdr.Cpu, ftArch.hdr.SubCpu)
191 t.Errorf("OpenFat header:\n\tgot %#v\n\twant %#v\n", arch.FileHeader, ftArch.hdr)
199 t.Errorf("OpenFat %s: succeeded unexpectedly", filename)
205 t.Errorf("OpenFat %s: got %v, want ErrNotFat", filename, err)
208 t.Errorf("OpenFat %s: got %v, want nil", filename, ff)