This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
a0016db818
llvm-project
/
llvm
/
test
/
Other
/
lit.local.cfg
2 lines
57 B
INI
Raw
Normal View
History
Unescape
Escape
(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. llvm-svn: 185358
2013-07-02 02:58:53 +08:00
config.suffixes
=
['.ll', '.c', '.cpp', '.txt', '.test']