Lines Matching refs:want
26 want string
39 …want: fmt.Sprintf("${android.RBEWrapper} --labels=compiler=clang,lang=cpp,type=compile --platform=…
55 …want: fmt.Sprintf("${android.RBEWrapper} --labels=compiler=clang,lang=cpp,type=compile --platform=…
60 if got := test.params.Template(); got != test.want {
61 t.Errorf("Template() returned\n%s\nwant\n%s", got, test.want)
77 …want := fmt.Sprintf("prebuilts/remoteexecution-client/live/rewrapper --labels=compiler=clang,lang=…
78 if got := params.NoVarTemplate(DefaultWrapperPath); got != want {
79 t.Errorf("NoVarTemplate() returned\n%s\nwant\n%s", got, want)
93 …want := fmt.Sprintf("${android.RBEWrapper} --labels=compiler=clang,lang=cpp,type=compile --platfor…
95 if got := r.Template(); got != want {
96 t.Fatalf("Template() returned\n%s\nwant\n%s", got, want)