mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
(1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.
(2) Rename llvm-cov test inputs so the string "llvm-cov" doesn't get substituted by lit within the input filenames on the RUN line. (3) XFAIL llvm-cov.test because it asserts: include/llvm/ADT/SmallVector.h:140: reference llvm::SmallVectorTemplateCommon<llvm::GCOVBlock *, void>::operator[](unsigned int) [T = llvm::GCOVBlock *]: Assertion `begin() + idx < end()' failed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185358 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
40d0492cde
commit
1a84066b8c
@ -1 +1 @@
|
||||
config.suffixes = ['.ll', '.c', '.cpp', '.txt']
|
||||
config.suffixes = ['.ll', '.c', '.cpp', '.txt', '.test']
|
||||
|
@ -1,3 +1,3 @@
|
||||
PR11760
|
||||
RUN: llvm-cov -gcda=%S/Inputs/llvm-cov.gcda -gcno=%S/Inputs/llvm-cov.gcno
|
||||
|
||||
RUN: llvm-cov -gcda=%S/Inputs/llvm_cov.gcda -gcno=%S/Inputs/llvm_cov.gcno
|
||||
XFAIL: *
|
||||
|
Loading…
Reference in New Issue
Block a user