[llvm] r260428 - [Coverage] add covmap v2 binary format regression test
Xinliang David Li via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 12:14:04 PST 2016
Author: davidxl
Date: Wed Feb 10 14:14:04 2016
New Revision: 260428
URL: http://llvm.org/viewvc/llvm-project?rev=260428&view=rev
Log:
[Coverage] add covmap v2 binary format regression test
Added:
llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v1.linux64l
- copied unchanged from r260197, llvm/trunk/test/tools/llvm-cov/Inputs/elf_binary_comdat
llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l (with props)
llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l (with props)
Removed:
llvm/trunk/test/tools/llvm-cov/Inputs/elf_binary_comdat
Modified:
llvm/trunk/test/tools/llvm-cov/cov-comdat.test
Added: llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l?rev=260428&view=auto
==============================================================================
Binary file - no diff available.
Propchange: llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l
------------------------------------------------------------------------------
svn:executable = *
Propchange: llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux32l
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l?rev=260428&view=auto
==============================================================================
Binary file - no diff available.
Propchange: llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l
------------------------------------------------------------------------------
svn:executable = *
Propchange: llvm/trunk/test/tools/llvm-cov/Inputs/binary-formats.v2.linux64l
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Removed: llvm/trunk/test/tools/llvm-cov/Inputs/elf_binary_comdat
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/Inputs/elf_binary_comdat?rev=260427&view=auto
==============================================================================
Binary file - no diff available.
Modified: llvm/trunk/test/tools/llvm-cov/cov-comdat.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-cov/cov-comdat.test?rev=260428&r1=260427&r2=260428&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-cov/cov-comdat.test (original)
+++ llvm/trunk/test/tools/llvm-cov/cov-comdat.test Wed Feb 10 14:14:04 2016
@@ -7,4 +7,6 @@ REQUIRES: shell
# of the same template function are properly merged in show
# output.
-// RUN: llvm-cov show %S/Inputs/elf_binary_comdat -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h
+// RUN: llvm-cov show %S/Inputs/binary-formats.v1.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h
+// RUN: llvm-cov show %S/Inputs/binary-formats.v2.linux64l -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h
+// RUN: llvm-cov show %S/Inputs/binary-formats.v2.linux32l -instr-profile %S/Inputs/elf_binary_comdat.profdata -filename-equivalence %S/Inputs/instrprof-comdat.h | FileCheck --check-prefix=HEADER %S/Inputs/instrprof-comdat.h
More information about the llvm-commits
mailing list