Home
last modified time | relevance | path

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

12345

/build/soong/jar/
Djar_test.go66 t.Run(tt.name, func(t *testing.T) {
147 t.Run("first", func(t *testing.T) {
148 t.Run("valid", func(t *testing.T) {
150 t.Run(string(ch), func(t *testing.T) {
156 t.Run("invalid", func(t *testing.T) {
158 t.Run(string(ch), func(t *testing.T) {
165 t.Run("part", func(t *testing.T) {
166 t.Run("valid", func(t *testing.T) {
168 t.Run(string(ch), func(t *testing.T) {
174 t.Run("invalid", func(t *testing.T) {
[all …]
/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/soong/android/
Dutil_test.go75 t.Run("list", func(t *testing.T) {
78 t.Run("map", func(t *testing.T) {
160 t.Run(testCase.name, func(t *testing.T) {
199 t.Run(testCase.key, func(t *testing.T) {
230 t.Run(testCase.key, func(t *testing.T) {
265 t.Run(testCase.str, func(t *testing.T) {
355 t.Run(testCase.name, func(t *testing.T) {
420 t.Run("soname with version", func(t *testing.T) {
436 t.Run("soname with svn version", func(t *testing.T) {
452 t.Run("version numbers in the middle should be ignored", func(t *testing.T) {
[all …]
Dsoong_config_modules_test.go134 t.Run("single file", func(t *testing.T) {
138 t.Run("import", func(t *testing.T) {
/build/blueprint/
Dmodule_ctx_test.go113 t.Run("simple", func(t *testing.T) {
135 t.Run("chained", func(t *testing.T) {
159 t.Run("chained2", func(t *testing.T) {
183 t.Run("removed dangling alias", func(t *testing.T) {
218 t.Run("valid", func(t *testing.T) {
227 t.Run("syntax error", func(t *testing.T) {
237 t.Run("unknown module type", func(t *testing.T) {
247 t.Run("unknown property name", func(t *testing.T) {
257 t.Run("invalid property type", func(t *testing.T) {
267 t.Run("multiple failures", func(t *testing.T) {
Dninja_strings_test.go182 b.Run("constant", func(b *testing.B) {
185 b.Run(strconv.Itoa(l), func(b *testing.B) {
192 b.Run("variable", func(b *testing.B) {
197 b.Run(strconv.Itoa(l), func(b *testing.B) {
204 b.Run("variables", func(b *testing.B) {
213 b.Run(strconv.Itoa(l), func(b *testing.B) {
/build/blueprint/pathtools/
Dfs_test.go97 t.Run(test.from, func(t *testing.T) {
112 t.Run("relpath", func(t *testing.T) {
115 t.Run("abspath", func(t *testing.T) {
120 t.Run("mock", func(t *testing.T) {
124 t.Run("os", func(t *testing.T) {
130 t.Run("os relative srcDir", func(t *testing.T) {
134 t.Run("os absolute srcDir", func(t *testing.T) {
191 t.Run(test.name, func(t *testing.T) {
233 t.Run(test.name, func(t *testing.T) {
279 t.Run(test.name, func(t *testing.T) {
[all …]
Dglob_test.go500 t.Run(testCase.pattern, func(t *testing.T) {
510 t.Run(testCase.pattern, func(t *testing.T) {
559 t.Run(testCase.pattern, func(t *testing.T) {
570 t.Run(testCase.pattern, func(t *testing.T) {
608 t.Run(testCase.pattern, func(t *testing.T) {
619 t.Run(testCase.pattern, func(t *testing.T) {
656 t.Run(testCase.pattern, func(t *testing.T) {
667 t.Run(testCase.pattern, func(t *testing.T) {
/build/soong/cc/
Dlibrary_test.go25 t.Run("simple", func(t *testing.T) {
51 t.Run("extra static source", func(t *testing.T) {
77 t.Run("extra shared source", func(t *testing.T) {
103 t.Run("extra static cflags", func(t *testing.T) {
129 t.Run("extra shared cflags", func(t *testing.T) {
155 t.Run("global cflags for reused generated sources", func(t *testing.T) {
Dgen_test.go24 t.Run("simple", func(t *testing.T) {
42 t.Run("filegroup", func(t *testing.T) {
Dproto_test.go25 t.Run("simple", func(t *testing.T) {
39 t.Run("plugin", 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) {
763 t.Run(test.name, func(t *testing.T) {
796 t.Run(test.name, func(t *testing.T) {
845 t.Run(test.name, func(t *testing.T) {
899 t.Run(test.name, func(t *testing.T) {
[all …]
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go97 t.Run(strconv.Itoa(i), func(t *testing.T) {
113 t.Run("failure", func(t *testing.T) {
123 t.Run("signal", func(t *testing.T) {
133 t.Run("success", func(t *testing.T) {
/build/soong/apex/
Dvndk_test.go96 t.Run("VNDK lib doesn't have an apex variant", func(t *testing.T) {
109 …t.Run("VNDK APEX gathers only vendor variants even if product variants are available", func(t *tes…
119 t.Run("VNDK APEX supports coverage variants", func(t *testing.T) {
/build/soong/android/soongconfig/
Dmodules_test.go60 t.Run(tt.name, func(t *testing.T) {
175 t.Run(tt.name, func(t *testing.T) {
238 t.Run(tt.name, func(t *testing.T) {
/build/blueprint/proptools/
Dproptools_test.go67 t.Run(tt.name, func(t *testing.T) {
108 t.Run(tt.name, func(t *testing.T) {
Dtag_test.go62 t.Run(test.field, func(t *testing.T) {
134 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) {
Dsdk_test.go267 t.Run(testcase.name, func(t *testing.T) {
383 t.Run("Java language level 8", func(t *testing.T) {
406 t.Run("Java language level 9", func(t *testing.T) {
429 t.Run("REL + Java language level 8", func(t *testing.T) {
447 t.Run("REL + Java language level 9", func(t *testing.T) {
/build/soong/ui/build/
Dconfig_test.go83 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
157 t.Run(strings.Join(tc.args, " "), func(t *testing.T) {
225 t.Run(tt.description, func(t *testing.T) {
306 t.Run(tt.description, func(t *testing.T) {
490 t.Run(tt.description, func(t *testing.T) {
609 t.Run(tt.description, func(t *testing.T) {
678 t.Run(tt.description, func(t *testing.T) {
849 t.Run("build action BUILD_MODULES with dependencies, "+tt.description, func(t *testing.T) {
942 t.Run("build action BUILD_MODULES_IN_DIR, "+tt.description, func(t *testing.T) {
993 t.Run("build action BUILD_MODULES_IN_DIRS, "+tt.description, func(t *testing.T) {
Dexec.go85 func (c *Cmd) Run() error { func
87 err := c.Cmd.Run()
132 c.reportError(c.Run())
/build/soong/bpfix/cmd/
Dmain.go22 cmd_lib.Run()
/build/soong/partner/bpfix/
Dbpfix.go26 cmd_lib.Run()
/build/soong/xml/
Dxml_test.go45 return m.Run()
105 t.Run(tc.schemaType, func(t *testing.T) {
/build/soong/ui/logger/
Dlogger_test.go123 err := cmd.Run()
145 err := cmd.Run()
162 err := cmd.Run()

12345