Home
last modified time | relevance | path

Searched refs:FailIfNoMatchingErrors (Results 1 – 4 of 4) sorted by relevance

/aosp12/build/soong/apex/
H A Dclasspath_element_test.go254 …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 Dmodule_test.go227FailIfNoMatchingErrors(t, "undeclared_symlink is not a declared output or implicit output", []erro…
H A Dtesting.go900 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) bool { func
932 FailIfNoMatchingErrors(t, expectedError, errs)
H A Dfixture.go563 if !FailIfNoMatchingErrors(t, pattern, result.Errs) {