Home
last modified time | relevance | path

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

/llvm-project/llvm/utils/lit/lit/
H A Dreports.py196 test_name, start_time, elapsed_time, test_output, result_code, is_expected
205 "contents": base64.b64encode(test_output.encode("utf-8")).decode(
246 test_output=test.result.output,
265 test_output=micro_test.output,
166 gen_resultdb_test_entry( test_name, start_time, elapsed_time, test_output, result_code, is_expected ) global() argument
/llvm-project/lldb/test/API/lua_api/
H A DTestLuaAPI.py169 test_output = self.getBuildArtifact("output")
176 "TEST_OUTPUT": os.path.join(self.getBuildDir(), test_output),
/llvm-project/utils/bazel/
H A D.bazelrc217 build:ci --test_output=errors
/llvm-project/polly/lib/External/isl/
H A Disl_test.c8812 int test_output(isl_ctx *ctx) in test_output() function
10967 { "output", &test_output },