Searched refs:test_paths (Results 1 – 19 of 19) sorted by relevance
40 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | diff -u test_missing.output -47 RUN: llvm-cov gcov -p test_paths.cpp | diff -u test_preserve_paths.output -48 RUN: diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov49 RUN: diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov52 RUN: llvm-cov gcov test_paths.cpp | diff -u test_no_preserve_paths.output -53 RUN: diff -aub test_paths.cpp.gcov test.cpp.gcov54 RUN: diff -aub test_paths.h.gcov test.h.gcov57 RUN: llvm-cov gcov -l test_paths.cpp | diff -u test_long_file_names.output -58 RUN: diff -aub test_paths.cpp.gcov test_paths.cpp##test.cpp.gcov59 RUN: diff -aub test_paths.h.gcov test_paths.cpp##test.h.gcov[all …]
40 std::vector<string> test_paths; in FindAllTests() local53 test_paths.push_back(test_dir + "/models/" + filename); in FindAllTests()58 return test_paths; in FindAllTests()
2 -: 0:Graph:test_paths.gcno3 -: 0:Data:test_paths.gcda
3 srcdir/./nested_dir/../test.h:creating 'test_paths.cpp##test.h.gcov'7 srcdir/./nested_dir/../test.cpp:creating 'test_paths.cpp##test.cpp.gcov'
3 srcdir/./nested_dir/../test.h:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov'7 srcdir/./nested_dir/../test.cpp:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gco…
3 srcdir/./nested_dir/../test.cpp:creating 'test_paths.cpp##test.cpp.gcov'7 srcdir/./nested_dir/../test.h:creating 'test_paths.cpp##test.h.gcov'
3 srcdir/./nested_dir/../test.cpp:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gco…7 srcdir/./nested_dir/../test.h:creating 'srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov'
56 test_paths = ['/test/host/file0.dat', '/test/host/file1.dat']62 out = md5sum.CalculateHostMd5Sums(test_paths)75 test_paths = ('/test/host/' + p for p in ['file0.dat', 'file1.dat'])81 out = md5sum.CalculateHostMd5Sums(test_paths)
210 std::vector<string>* test_paths) { in ReadManifest() argument221 test_paths->push_back(dir + "/" + filename); in ReadManifest()
465 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]466 for test_path in test_paths:
330 args = opts.test_paths