Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix TestUbsanBasic | Frederic Riss | 2018-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Summary: Potentially due to the recent testuite refactorings, this test now reports a full absolute path but expect just the filename. For some reason this test is skipped on GreenDragon so we've never seen the issue. Reviewers: vsk Subscribers: kubamracek, lldb-commits Differential Revision: https://reviews.llvm.org/D43577 llvm-svn: 325859 | ||||
* | Wrap all references to build artifacts in the LLDB testsuite (NFC) | Adrian Prantl | 2018-01-19 | 2 | -2/+2 |
| | | | | | | | | | in TestBase::getBuildArtifact(). This NFC commit is in preparation for https://reviews.llvm.org/D42281 (compile the LLDB tests out-of-tree). Differential Revision: https://reviews.llvm.org/D42280 llvm-svn: 323007 | ||||
* | Upstreaming a patch from Github: When evaluation user expressions, ignore ↵ | Kuba Mracek | 2017-07-13 | 3 | -0/+64 |
| | | | | | | InstrumentationRuntime breakpoints. (#235) llvm-svn: 307881 | ||||
* | Upstreaming the UndefinedBehaviorSanitizerRuntime and ↵ | Kuba Mracek | 2017-06-16 | 3 | -0/+100 |
MainThreadCheckerRuntime plugins. llvm-svn: 305589 |