Lines Matching refs:Errorf
51 t.Errorf("rustlibs dependency libfoo should be an rlib dep for host modules")
55 t.Errorf("rustlibs dependency libfoo should be an dylib dep for device modules")
79 t.Errorf("rustlibs dependency libfoo should be an rlib dep when prefer_rlib is defined")
83 t.Errorf("libstd dependency should be an rlib dep when prefer_rlib is defined")
97 t.Errorf("wrong host tool path, expected %q got %q", w, g)
113 t.Errorf("extra --test flag, rustcFlags: %#v", flags)
131 t.Errorf("static binary missing '-C relocation-model=static' in rustcFlags, found: %#v", flags)
134 t.Errorf("static binary missing '-C panic=abort' in rustcFlags, found: %#v", flags)
137 t.Errorf("static binary missing '-static' in linkFlags, found: %#v", flags)
141 t.Errorf("static binary not linking against libc as a static library")
144 t.Errorf("static binary incorrectly linking against shared libraries")
162 t.Errorf("missing shared dependency 'libfoo.so' in linkFlags: %#v", linkFlags)
187 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
192 t.Errorf("stripped version of bar has been generated")