Lines Matching refs:expected
51 …expected := "build/make/target/product/security/platform.x509.pem build/make/target/product/securi…
52 if expected != signingFlag {
53 t.Errorf("Incorrect signing flags, expected: %q, got: %q", expected, signingFlag)
127 expected := "build/make/target/product/security/platform.x509.pem " +
130 if expected != certificatesFlag {
131 t.Errorf("Incorrect certificates flags, expected: %q, got: %q", expected, certificatesFlag)
135 expected = "--lineage lineage.bin"
136 if expected != signingFlag {
137 t.Errorf("Incorrect signing flags, expected: %q, got: %q", expected, signingFlag)
161 expected := "--lineage lineage.bin"
162 if expected != signingFlag {
163 t.Errorf("Incorrect signing flags, expected: %q, got: %q", expected, signingFlag)
190 …expected := "build/make/target/product/security/testkey.x509.pem build/make/target/product/securit…
191 if expected != signingFlag {
192 t.Errorf("Incorrect signing flags, expected: %q, got: %q", expected, signingFlag)
219 expected string
225 expected: "verify_uses_libraries/apk/app.apk",
231 expected: "verify_uses_libraries/apk/app_xhdpi.apk",
237 expected: "verify_uses_libraries/apk/app_xxhdpi.apk",
243 expected: "verify_uses_libraries/apk/app_xhdpi.apk",
249 expected: "verify_uses_libraries/apk/app.apk",
269 if strings.HasSuffix(matches[1], test.expected) {
270 t.Errorf("wrong src apk, expected: %q got: %q", test.expected, matches[1])
293 expected string
297 expected: "foo.apk",
301 expected: "bar_sample.apk",
307 if variant.MaybeOutput(test.expected).Rule == nil {
308 t.Errorf("can't find output named %q - all outputs: %v", test.expected, variant.AllOutputs())
312 expectedValues := []string{test.expected}
326 expected string
345 expected: "verify_uses_libraries/apk/app_arm64.apk",
364 expected: "verify_uses_libraries/apk/app.apk",
382 expected: "",
391 if test.expected == "" {
402 if strings.HasSuffix(matches[1], test.expected) {
403 t.Errorf("wrong src apk, expected: %q got: %q", test.expected, matches[1])
512 expected := []string{"tests"}
514 if !reflect.DeepEqual(expected, actual) {
515 t.Errorf("Unexpected module tags - expected: %q, actual: %q", expected, actual)
517 expected = []string{"testdata/data:testdata/data"}
519 if !reflect.DeepEqual(expected, actual) {
520 t.Errorf("Unexpected test data - expected: %q, actual: %q", expected, actual)