Home
last modified time | relevance | path

Searched refs:test_paths (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-cov/gcov/
H A Dbasic.test44 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | FileCheck %s --check-prefix=MISSING
50 RUN: llvm-cov gcov -p test_paths.cpp 2>/dev/null | FileCheck %s --check-prefix=PRESERVE
56 RUN: llvm-cov gcov -l test_paths.cpp
57 RUN: ls test_paths.cpp##a.c.gcov
60 RUN: mkdir -p src && llvm-cov gcov -lp -gcno test_paths.gcno -gcda test_paths.gcda src/../test_path…
61 RUN: ls src#^#test_paths.cpp##src#n#^#a.c.gcov
64 RUN: llvm-cov gcov -x -gcno test_paths.gcno -gcda test_paths.gcda src/../test_paths.cpp
/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py19 def test_paths(self): member in TestPaths
/llvm-project-15.0.7/llvm/utils/
H A Dupdate_mca_test_checks.py534 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
535 for test_path in test_paths:
H A Dupdate_mir_test_checks.py431 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
432 for test in test_paths:
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dmain.py45 discovered_tests = lit.discovery.find_tests_for_inputs(lit_config, opts.test_paths,