Searched refs:FailIfNoMatchingErrors (Results 1 – 4 of 4) sorted by relevance
/aosp12/build/soong/apex/ |
H A D | classpath_element_test.go | 254 …android.FailIfNoMatchingErrors(t, "fragment non-apex-fragment{.*} is not part of an apex", ctx.err… 263 …android.FailIfNoMatchingErrors(t, "apex com.android.art has multiple fragments, art-bootclasspath-… 272 …android.FailIfNoMatchingErrors(t, "library othersdklibrary{.*} is in two separate fragments, art-b… 288 …android.FailIfNoMatchingErrors(t, "libraries from the same fragment must be contiguous, however ba… 302 …android.FailIfNoMatchingErrors(t, "libraries from the same fragment must be contiguous, however ba… 315 …android.FailIfNoMatchingErrors(t, `library otherapexlibrary{.*} is from apexes \[otherapex\] which…
|
/aosp12/build/soong/android/ |
H A D | module_test.go | 227 …FailIfNoMatchingErrors(t, "undeclared_symlink is not a declared output or implicit output", []erro…
|
H A D | testing.go | 900 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) bool { func 932 FailIfNoMatchingErrors(t, expectedError, errs)
|
H A D | fixture.go | 563 if !FailIfNoMatchingErrors(t, pattern, result.Errs) {
|