Home
last modified time | relevance | path

Searched refs:FixtureExpectsOneErrorPattern (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dnamespace_test.go177 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir3/Android.bp:4:5: "b" depends on undefi…
400 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir1/Android.bp:2:5: module "soong_namespa…
425 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir1/subdir1/Android.bp:4:5: "b" depends o…
486 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir3/Android.bp:5:5: "c" depends on undefi…
505 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir1/Android.bp:4:5: namespace dir1 alread…
522 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir1/Android.bp:5:5: a namespace must be t…
542 …ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(`\Qdir1/Android.bp:7:5: module "a" already de…
558 ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(
H A Dblueprint_e2e_test.go101 fixtures = fixtures.ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(tc.expectedError))
H A Dmutator_test.go307 ExtendWithErrorHandler(FixtureExpectsOneErrorPattern("not allowed in FinalDepsMutators")).
H A Dfixture.go667 func FixtureExpectsOneErrorPattern(pattern string) FixtureErrorHandler { func
H A Dselects_test.go1108 fixtures = fixtures.ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(tc.expectedError))
H A Dmodule_test.go1109 ExtendWithErrorHandler(FixtureExpectsOneErrorPattern(
/aosp_15_r20/build/soong/etc/
H A Dinstall_symlink_test.go91 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("Should be a clean filepath")).
103 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("Should be a clean filepath")).
115 …ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("Should not start with / or \\.\\./")…
127 …ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("Should not start with / or \\.\\./")…
/aosp_15_r20/build/soong/filesystem/
H A Dfilesystem_test.go439 fixture.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
461 fixture.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
618 fixture.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
/aosp_15_r20/build/soong/aconfig/
H A Dall_aconfig_declarations_test.go46 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(errMsg)).
H A Daconfig_value_set_test.go148 ).ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
/aosp_15_r20/build/soong/bpf/libbpf/
H A Dlibbpf_prog_test.go67 prepareForLibbpfProgTest.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
/aosp_15_r20/build/soong/bpf/
H A Dbpf_test.go70 prepareForBpfTest.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
/aosp_15_r20/build/soong/aidl_library/
H A Daidl_library_test.go135 …ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("at least srcs or hdrs prop must be n…
/aosp_15_r20/build/soong/aconfig/codegen/
H A Drust_aconfig_library_test.go168 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(err)).
H A Dcc_aconfig_library_test.go106 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(err)).
H A Djava_aconfig_library_test.go201 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(err)).
/aosp_15_r20/build/soong/java/
H A Dlint_test.go276 …ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("Don't use --disable, --enable, or --…
H A Dsdk_library_test.go1639 ).ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
1750 ).ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
/aosp_15_r20/build/soong/cc/
H A Dcc_test.go2300 …ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("For aidl headers, please only use ai…
2985 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(test.err)).
3031 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(test.err)).
3077 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(test.err)).
3217 ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(
/aosp_15_r20/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go340 testPreparer = testPreparer.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(error))
/aosp_15_r20/build/soong/tradefed_modules/
H A Dtest_module_config_test.go265 android.FixtureExpectsOneErrorPattern("'base' field must be set to a 'android_test' module.")).
/aosp_15_r20/build/soong/genrule/
H A Dgenrule_test.go1250 …fixtures = fixtures.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(tc.expectedError))
/aosp_15_r20/build/soong/apex/
H A Dapex_test.go10088 …).ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern("app dependency myapp must have upd…
11200 …preparer = preparer.ExtendWithErrorHandler(android.FixtureExpectsOneErrorPattern(tc.expectedError))