Home
last modified time | relevance | path

Searched refs:mustFail (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-misleading-indentation.cpp144 void mustFail() { in mustFail() function
195 mustFail<true>(); in call()
196 mustFail<false>(); in call()
/external/toolchain-utils/compiler_wrapper/
Dcompiler_wrapper_test.go55 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(gccX86_64, mainCc)))
90 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(gccX86_64, mainCc)))
103 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(gccX86_64, mainCc)))
116 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(gccX86_64, mainCc)))
129 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(gccX86_64, mainCc)))
Dunsupported_flags_test.go13 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
Ddisable_werror_flag_test.go33 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(clangX86_64, mainCc)))
99 ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(clangX86_64, "conftest.c")))
234 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(clangX86_64, mainCc)))
311 ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(clangX86_64, mainCc)))
Dcompile_with_fallback_test.go41 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(clangAndroid, mainCc)))
120 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg, ctx.newCommand(clangAndroid, mainCc)))
Dgomacc_flag_test.go78 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
Drusage_flag_test.go62 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
Dbisect_flag_test.go121 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
Dclang_syntax_flag_test.go105 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
Dtestutil_test.go134 func (ctx *testContext) mustFail(exitCode int) string { func
Dclang_flags_test.go163 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
Dclang_tidy_flag_test.go151 stderr := ctx.mustFail(callCompiler(ctx, ctx.cfg,
/external/boringssl/src/ssl/test/runner/
Drunner.go1565 var isValgrindError, mustFail bool
1573 mustFail = true
1615 if failed != test.shouldFail || failed && !correctFailure || mustFail {
1629 case mustFail: