Home
last modified time | relevance | path

Searched refs:AssertDeepEquals (Results 1 – 25 of 25) sorted by relevance

/build/soong/sdk/
Dbp_test.go59 android.AssertDeepEquals(t, "wrong x value", "taxi", set.getValue("x"))
60 android.AssertDeepEquals(t, "wrong y value", 1729, set.getValue("y"))
63 android.AssertDeepEquals(t, "wrong sub.x value", "taxi", subset.getValue("x"))
64 android.AssertDeepEquals(t, "wrong sub.y value", 1729, subset.getValue("y"))
67 android.AssertDeepEquals(t, "wrong y tag", "tag_y", set.getTag("y"))
68 android.AssertDeepEquals(t, "wrong sub.x tag", "tag_x", subset.getTag("x"))
70 android.AssertDeepEquals(t, "wrong y tag", nil, set.getTag("y"))
71 android.AssertDeepEquals(t, "wrong sub.x tag", nil, subset.getTag("x"))
85 android.AssertDeepEquals(t, "wrong value", val, set.getValue(name))
119 android.AssertDeepEquals(t, "wrong flag value", false, merged.getValue("flag"))
[all …]
Dsdk_test.go390 android.AssertDeepEquals(t, "unexpected error", nil, err)
392 android.AssertDeepEquals(t, "common properties not correct",
410 android.AssertDeepEquals(t, "updated properties[0] not correct",
428 android.AssertDeepEquals(t, "updated properties[1] not correct",
Dtesting.go374 android.AssertDeepEquals(info.t, "mismatching merge zip files", expected, info.mergeZips)
/build/soong/android/
Drule_builder_test.go384 AssertDeepEquals(t, "rule.Commands()", wantCommands, rule.Commands())
386 AssertDeepEquals(t, "rule.Inputs()", wantInputs, rule.Inputs())
387 AssertDeepEquals(t, "rule.RspfileInputs()", wantRspFileInputs, rule.RspFileInputs())
388 AssertDeepEquals(t, "rule.Outputs()", wantOutputs, rule.Outputs())
389 AssertDeepEquals(t, "rule.SymlinkOutputs()", wantSymlinkOutputs, rule.SymlinkOutputs())
390 AssertDeepEquals(t, "rule.DepFiles()", wantDepFiles, rule.DepFiles())
391 AssertDeepEquals(t, "rule.Tools()", wantTools, rule.Tools())
392 AssertDeepEquals(t, "rule.OrderOnlys()", wantOrderOnlys, rule.OrderOnlys())
393 AssertDeepEquals(t, "rule.Validations()", wantValidations, rule.Validations())
414 AssertDeepEquals(t, "rule.Commands()", wantCommands, rule.Commands())
[all …]
Dmutator_test.go81AssertDeepEquals(t, "foo missing deps", []string{"added_missing_dep", "regular_missing_dep"}, foo.…
172 AssertDeepEquals(t, "module String() values", want, moduleStrings)
242 AssertDeepEquals(t, "final", finalWant, finalGot)
Dtest_asserts.go73 AssertDeepEquals(t, message, expected, PathsRelativeToTop(actual))
87 AssertDeepEquals(t, message, expected, StringPathsRelativeToTop(config.buildDir, actual))
190 func AssertDeepEquals(t *testing.T, message string, expected interface{}, actual interface{}) { func
Dsoong_config_modules_test.go297 AssertDeepEquals(t, "foo cflags", tc.fooExpectedFlags, foo.props.Cflags)
300AssertDeepEquals(t, "foo_with_defaults cflags", tc.fooDefaultsExpectedFlags, fooDefaults.props.Cfl…
Ddefaults_test.go93 AssertDeepEquals(t, "foo", []string{"transitive", "defaults", "module"}, foo.properties.Foo)
Dfixture_test.go48 AssertDeepEquals(t, "preparers called in wrong order",
Dpath_properties_test.go171 AssertDeepEquals(t, "deps", test.deps, m.sourceDeps)
Dsingleton_module_test.go66 AssertDeepEquals(t, "operations", wantOps, ops)
Dvariable_test.go307 AssertDeepEquals(t, "foo", want, foo.properties.Foo)
Dpackaging_test.go122 AssertDeepEquals(t, "package entries", expected, actual)
Dvisibility_test.go1179 AssertDeepEquals(t, "effective rules mismatch", expectedRules, stringRules)
/build/soong/sysprop/
Dsysprop_test.go264 …android.AssertDeepEquals(t, "apex available property on libsysprop-platform", expectedApexAvailabl…
343 android.AssertDeepEquals(t, "apex_available forwarding to cc module", expected, propFromCc)
347 android.AssertDeepEquals(t, "apex_available forwarding to java module", expected, propFromJava)
/build/soong/kernel/
Dprebuilt_kernel_modules_test.go57 android.AssertDeepEquals(t, "foo packaging specs", expected, actual)
/build/soong/genrule/
Dgenrule_test.go618 android.AssertDeepEquals(t, "cmd", test.cmds, gen.rawCommands)
654 android.AssertDeepEquals(t, "srcs", expectedSrcs, gen.properties.Srcs)
708 android.AssertDeepEquals(t, "output files", expectedOutputFiles, gen.outputFiles.Strings())
709 android.AssertDeepEquals(t, "output deps", expectedOutputFiles, gen.outputDeps.Strings())
/build/soong/java/
Dsystemserver_classpath_fragment_test.go91 android.AssertDeepEquals(t, k, expectedValue, value)
Dtesting.go364 android.AssertDeepEquals(t, fmt.Sprintf("%s modules", "platform-bootclasspath"), expected, pairs)
395 android.AssertDeepEquals(t, fmt.Sprintf("%s fragments", "platform-bootclasspath"), expected, pairs)
Dplatform_bootclasspath_test.go228 android.AssertDeepEquals(t, k, expectedValue, value)
Dapp_test.go86 android.AssertDeepEquals(t, "aapt2 compile inputs", resourceFiles, compile.Inputs.Strings())
98 …android.AssertDeepEquals(t, "aapt2 link implicits", expectedLinkImplicits, res.Implicits.Strings())
572 android.AssertDeepEquals(t, "resource files", testCase.resources, resources)
1950 android.AssertDeepEquals(t, "overrides property", expected.overrides, mod.appProperties.Overrides)
/build/soong/sh/
Dsh_binary_test.go84 android.AssertDeepEquals(t, "LOCAL_TEST_DATA", expectedData, actualData)
/build/soong/python/
Dpython_test.go371 android.AssertDeepEquals(t, "pyRunfiles", expectedPyRunfiles, actualPyRunfiles)
/build/soong/apex/
Dplatform_bootclasspath_test.go483 android.AssertDeepEquals(t, "module dependencies", expected, pairs)
/build/soong/etc/
Dprebuilt_etc_test.go133 android.AssertDeepEquals(t, k, expectedValue, value)