Home
last modified time | relevance | path

Searched refs:test_file (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/arm/emulation/
H A DTestEmulations.py27 test_file = os.path.join(test_dir, f)
28 self.run_a_single_test(test_file)
40 test_file = os.path.join(test_dir, f)
41 self.run_a_single_test(test_file)
/llvm-project-15.0.7/libcxx/utils/
H A Dgenerate_header_tests.py79 …as unable to find a script delimited with BEGIN-SCRIPT/END-SCRIPT markers in {}".format(test_file))
107 def produce(test_file, variables): argument
108 script = find_script(test_file)
110 new_content = generate_new_file(test_file, result)
111 with open(test_file, 'w', newline='\n') as f:
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Druntest.py29 def run_tests(test_file, options): argument
33 for (line, test) in enumerate(open(test_file), start=1):
128 for test_file in tests:
129 print("Running tests in {}".format(test_file))
130 (passes, failures, fail_lines) = run_tests(test_file, options)
/llvm-project-15.0.7/lldb/test/API/lang/c/calling-conventions/
H A DTestCCallingConventions.py11 def build_and_run(self, test_file): argument
20 "C_SOURCES" : test_file,
40 lldbutil.run_to_source_breakpoint(self, "// break here", lldb.SBFileSpec(test_file))
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_mir_test_checks.py113 common.warn('Skipping non-llc RUN line: {}'.format(l), test_file=test)
117 test_file=test)
224 test_file=test)
236 test_file=test)
330 common.warn('No triple found: skipping file', test_file=test)
436 common.warn('Error processing file', test_file=test)
/llvm-project-15.0.7/lldb/source/API/
H A DSBInstruction.cpp320 const char *test_file) { in TestEmulation() argument
321 LLDB_INSTRUMENT_VA(this, output_stream, test_file); in TestEmulation()
329 return inst_sp->TestEmulation(output_stream.get(), test_file); in TestEmulation()
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_file.py12 def test_file(self): member in TestFile
/llvm-project-15.0.7/lldb/source/Core/
H A DDisassembler.cpp865 FILE *test_file = FileSystem::Instance().Fopen(file_name, "r"); in TestEmulation() local
866 if (!test_file) { in TestEmulation()
873 if (!fgets(buffer, 255, test_file)) { in TestEmulation()
876 fclose(test_file); in TestEmulation()
883 fclose(test_file); in TestEmulation()
890 OptionValueSP data_dictionary_sp(ReadDictionary(test_file, out_stream)); in TestEmulation()
894 fclose(test_file); in TestEmulation()
898 fclose(test_file); in TestEmulation()
/llvm-project-15.0.7/libcxx/benchmarks/
H A DCMakeLists.txt202 get_filename_component(test_file "${test_path}" NAME)
203 string(REPLACE ".bench.cpp" "" test_name "${test_file}")
205 message(STATUS "Adding Benchmark: ${test_file}")
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py203 test_file = os.sep.join(t.path_in_suite)
205 if test_file in opts.xfail or test_full_name in opts.xfail:
207 if test_file in opts.xfail_not or test_full_name in opts.xfail_not:
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBInstruction.h70 bool TestEmulation(lldb::SBStream &output_stream, const char *test_file);
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py351 for test_file in test_files:
352 with open(test_file) as fp:
355 test_file, lines, valid_commands, source_root_dir)
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBInstruction.i78 TestEmulation (lldb::SBStream &output_stream, const char *test_file);
/llvm-project-15.0.7/llvm/utils/UpdateTestChecks/
H A Dcommon.py362 def error(msg, test_file=None): argument
363 if test_file:
364 msg = '{}: {}'.format(msg, test_file)
367 def warn(msg, test_file=None): argument
368 if test_file:
369 msg = '{}: {}'.format(msg, test_file)
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestGDBRemotePlatformFile.py7 def test_file(self): member in TestGDBRemotePlatformFile
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py508 def compute_mydir(test_file): argument
516 if not test_file.startswith(lldb_test_src):
519 "(which is '%s')." % (test_file, lldb_test_src))
520 return os.path.dirname(os.path.relpath(test_file, start=lldb_test_src))
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp301 namespace test_file { namespace