Home
last modified time | relevance | path

Searched refs:verifyNonInternalError (Results 1 – 7 of 7) sorted by relevance

/external/toolchain-utils/compiler_wrapper/
Dcompiler_wrapper_test.go91 …if err := verifyNonInternalError(stderr, "ccache not found under .*. Please install it"); err != n…
104 …if err := verifyNonInternalError(stderr, "GETRUSAGE is meaningless with FORCE_DISABLE_WERROR"); er…
117 …if err := verifyNonInternalError(stderr, "BISECT_STAGE is meaningless with GETRUSAGE"); err != nil…
130 …if err := verifyNonInternalError(stderr, "BISECT_STAGE is meaningless with FORCE_DISABLE_WERROR");…
Dunsupported_flags_test.go15 if err := verifyNonInternalError(stderr,
Dgomacc_flag_test.go80 if err := verifyNonInternalError(stderr, "--gomacc-path given without value"); err != nil {
Ddisable_werror_flag_test.go121 if err := verifyNonInternalError(ctx.stderrString(), "retryerror"); err != nil {
151 if err := verifyNonInternalError(ctx.stderrString(), "-Werror originalerror"); err != nil {
Dtestutil_test.go271 func verifyNonInternalError(stderr string, expectedRegex string) error { func
Dcompile_with_fallback_test.go89 if err := verifyNonInternalError(ctx.stderrString(), "originalerrorfallbackerror"); err != nil {
Dclang_tidy_flag_test.go137 if err := verifyNonInternalError(stderr, "clang-tidy failed"); err != nil {