Home
last modified time | relevance | path

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

1234

/build/kati/
Dfind_test.cc56 string Run(const string& cmd) { in Run() function
71 string native = Run(cmd); in CompareFind()
112 Run(cmd); in ExpectParseFailure()
123 Run("rm -rf out/find"); in FindUnitTests()
124 Run("mkdir -p out/find"); in FindUnitTests()
140 Run("mkdir -p top/A/B"); in FindUnitTests()
141 Run("cd top && ln -s A C"); in FindUnitTests()
142 Run("cd top/A && ln -s B D"); in FindUnitTests()
143 Run("cd top && ln -s missing E"); in FindUnitTests()
144 Run("touch top/a top/A/b top/A/B/z"); in FindUnitTests()
/build/soong/ui/build/paths/
Dlogs_test.go29 t.Run("Short name", func(t *testing.T) {
52 t.Run("Long name", func(t *testing.T) {
57 t.Run("Long name proc fallback", func(t *testing.T) {
62 t.Run("Long name tmp fallback", func(t *testing.T) {
115 t.Run("Missing file", func(t *testing.T) {
120 t.Run("Regular file", func(t *testing.T) {
132 t.Run("Reader not reading", func(t *testing.T) {
/build/blueprint/pathtools/
Dfs_test.go95 t.Run(test.from, func(t *testing.T) {
159 t.Run(names[i], func(t *testing.T) {
161 t.Run(test.name, func(t *testing.T) {
210 t.Run(names[i], func(t *testing.T) {
213 t.Run(test.name, func(t *testing.T) {
262 t.Run(names[i], func(t *testing.T) {
265 t.Run(test.name, func(t *testing.T) {
331 t.Run(names[i], func(t *testing.T) {
334 t.Run(test.from, func(t *testing.T) {
402 t.Run(names[i], func(t *testing.T) {
[all …]
Dglob_test.go491 t.Run(testCase.pattern, func(t *testing.T) {
501 t.Run(testCase.pattern, func(t *testing.T) {
550 t.Run(testCase.pattern, func(t *testing.T) {
561 t.Run(testCase.pattern, func(t *testing.T) {
599 t.Run(testCase.pattern, func(t *testing.T) {
610 t.Run(testCase.pattern, func(t *testing.T) {
647 t.Run(testCase.pattern, func(t *testing.T) {
658 t.Run(testCase.pattern, func(t *testing.T) {
/build/soong/cc/
Dutil_test.go22 t.Run("soname with version", func(t *testing.T) {
38 t.Run("soname with svn version", func(t *testing.T) {
54 t.Run("version numbers in the middle should be ignored", func(t *testing.T) {
70 t.Run("no known file extension", func(t *testing.T) {
Dlibrary_test.go23 t.Run("simple", func(t *testing.T) {
46 t.Run("extra static source", func(t *testing.T) {
72 t.Run("extra shared source", func(t *testing.T) {
98 t.Run("extra static cflags", func(t *testing.T) {
124 t.Run("extra shared cflags", func(t *testing.T) {
150 t.Run("global cflags for reused generated sources", func(t *testing.T) {
Dgen_test.go22 t.Run("simple", func(t *testing.T) {
40 t.Run("filegroup", func(t *testing.T) {
Dproto_test.go26 t.Run("simple", func(t *testing.T) {
40 t.Run("plugin", func(t *testing.T) {
/build/make/tools/releasetools/
Dcheck_ota_package_signature.py41 p1 = common.Run(cmd, stdout=subprocess.PIPE)
114 p1 = common.Run(cmd, stdout=subprocess.PIPE)
128 p1 = common.Run(cmd, stdout=subprocess.PIPE)
134 p1 = common.Run(cmd, stdout=subprocess.PIPE)
169 proc = common.Run(cmd)
Dtest_build_image.py81 proc = common.Run(command)
185 proc = common.Run(command)
191 p = common.Run(cmd)
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go82 t.Run(strconv.Itoa(i), func(t *testing.T) {
97 t.Run("failure", func(t *testing.T) {
107 t.Run("signal", func(t *testing.T) {
117 t.Run("success", func(t *testing.T) {
/build/soong/bpfix/bpfix/
Dbpfix_test.go252 t.Run(test.name, func(t *testing.T) {
338 t.Run(test.name, func(t *testing.T) {
491 t.Run(test.name, func(t *testing.T) {
551 t.Run(test.name, func(t *testing.T) {
617 t.Run(test.name, func(t *testing.T) {
690 t.Run(test.name, func(t *testing.T) {
747 t.Run(test.name, func(t *testing.T) {
780 t.Run(test.name, func(t *testing.T) {
/build/soong/java/
Djacoco_test.go56 t.Run(testCase.name, func(t *testing.T) {
98 t.Run(testCase.name, func(t *testing.T) {
Dapp_test.go70 t.Run(moduleType, func(t *testing.T) {
172 t.Run(testCase.name, func(t *testing.T) {
375 t.Run(testCase.name, func(t *testing.T) {
501 t.Run(moduleType+" "+test.name, func(t *testing.T) {
599 t.Run(test.name, func(t *testing.T) {
684 t.Run(test.name, func(t *testing.T) {
768 t.Run(test.name, func(t *testing.T) {
826 t.Run(test.name, func(t *testing.T) {
1141 t.Run(tt.name, func(t *testing.T) {
1142 t.Run("platform", func(t *testing.T) {
[all …]
Dsdk_test.go202 t.Run(testcase.name, func(t *testing.T) {
275 t.Run("1.8", func(t *testing.T) {
303 t.Run("1.9", func(t *testing.T) {
326 t.Run("REL", func(t *testing.T) {
/build/soong/ui/build/
Dexec.go65 func (c *Cmd) Run() error { func
67 err := c.Cmd.Run()
103 c.reportError(c.Run())
Dconfig_test.go78 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
152 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
/build/soong/android/
Dutil_test.go149 t.Run(testCase.name, func(t *testing.T) {
188 t.Run(testCase.key, func(t *testing.T) {
219 t.Run(testCase.key, func(t *testing.T) {
254 t.Run(testCase.str, func(t *testing.T) {
344 t.Run(testCase.name, func(t *testing.T) {
/build/blueprint/proptools/
Dtag_test.go62 t.Run(test.field, func(t *testing.T) {
134 t.Run(test.name, func(t *testing.T) {
/build/kati/testcase/
Dparse_benchcmp.go33 err := cmd.Run()
62 err = cmd.Run()
/build/blueprint/gotestmain/
Dtestmain_test.go26 os.Exit(m.Run())
/build/soong/ui/logger/
Dlogger_test.go123 err := cmd.Run()
145 err := cmd.Run()
162 err := cmd.Run()
/build/soong/cc/config/
Dtidy_test.go34 t.Run(testCase.input, func(t *testing.T) {
/build/soong/cmd/extract_linker/
Dmain_test.go55 t.Run(testcase.name, func(t *testing.T) {
/build/soong/symbol_inject/
Dsymbol_inject_test.go48 t.Run(strconv.Itoa(i), func(t *testing.T) {

1234