Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable clang/test/SemaTemplate/instantiation-depth-default.cpp temporarily ↵ | NAKAMURA Takumi | 2016-08-30 | 1 | -0/+3 |
| | | | | | | for targeting mingw32. It crashes. Investigating. llvm-svn: 280104 | ||||
* | Disable test under asan: it uses a lot of stack, and asan increases the | Richard Smith | 2016-08-24 | 1 | -4/+9 |
| | | | | | | | | per-frame stack usage enough to cause it to hit our stack limit. This is not ideal; we should find a better way of dealing with this, such as increasing our stack allocation when built with ASan. llvm-svn: 279668 | ||||
* | Add test missed from r278983. | Richard Smith | 2016-08-17 | 1 | -0/+9 |
llvm-svn: 278984 |