Searched refs:test_paths (Results 1 – 5 of 5) sorted by relevance
44 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | FileCheck %s --check-prefix=MISSING50 RUN: llvm-cov gcov -p test_paths.cpp 2>/dev/null | FileCheck %s --check-prefix=PRESERVE56 RUN: llvm-cov gcov -l test_paths.cpp57 RUN: ls test_paths.cpp##a.c.gcov60 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.gcov64 RUN: llvm-cov gcov -x -gcno test_paths.gcno -gcda test_paths.gcda src/../test_paths.cpp
19 def test_paths(self): member in TestPaths
534 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]535 for test_path in test_paths:
431 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]432 for test in test_paths:
45 discovered_tests = lit.discovery.find_tests_for_inputs(lit_config, opts.test_paths,