summaryrefslogtreecommitdiff
path: root/test/Unit
Commit message (Collapse)AuthorAgeFilesLines
* Let test/Unit/lit.cfg add config.shlibdir to $PATH on DLL platforms like ↵NAKAMURA Takumi2014-07-041-0/+5
| | | | | | | | cygming. This makes unittests run with BUILD_SHARED_LIBS on DLL platforms. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212316 91177308-0d34-0410-b5e6-96231b3b80d8
* Trailing linefeedNAKAMURA Takumi2014-07-041-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212312 91177308-0d34-0410-b5e6-96231b3b80d8
* libclang: fix a bug in processing invalid arguments, introduced in r201249Dmitri Gribenko2014-02-182-8/+17
| | | | | | | Recommit r201346, reverted in r201373. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201578 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverting because reverting r200145.Adrian Prantl2014-01-271-0/+2
| | | | | | | | Revert "check-clang doesn't require neither llvm_src_root nor llvm_obj_root." This reverts commit r200146. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200261 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverting because reverting r200145.Adrian Prantl2014-01-271-0/+2
| | | | | | | | Revert "clang-check: Unittests doesn't requires tools." This reverts commit r200147. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200260 91177308-0d34-0410-b5e6-96231b3b80d8
* clang-check: Unittests doesn't requires tools.NAKAMURA Takumi2014-01-261-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200147 91177308-0d34-0410-b5e6-96231b3b80d8
* check-clang doesn't require neither llvm_src_root nor llvm_obj_root.NAKAMURA Takumi2014-01-261-2/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200146 91177308-0d34-0410-b5e6-96231b3b80d8
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-12/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188072 91177308-0d34-0410-b5e6-96231b3b80d8
* [tests] Avoid deprecated except syntax.Daniel Dunbar2013-08-091-1/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188041 91177308-0d34-0410-b5e6-96231b3b80d8
* Propagate path to ASan/MSan symbolizer into test environment to produce ↵Alexey Samsonov2013-04-041-0/+5
| | | | | | useful reports on errors. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178750 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov2013-03-271-7/+0
| | | | | | | It was using an instrumented symbolizer binary, which is a potential fork bomb. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178140 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixup for r176934. More careful setup of path to llvm-symbolizerAlexey Samsonov2013-03-151-2/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177145 91177308-0d34-0410-b5e6-96231b3b80d8
* Set symbolizer path in the test environment.Evgeniy Stepanov2013-03-131-0/+5
| | | | | | | This is needed to get symbolized stack traces when running Clang tests under (A|M)San. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176934 91177308-0d34-0410-b5e6-96231b3b80d8
* test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config inDaniel Dunbar2011-06-221-9/+9
| | | | | | path). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133653 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverted r132330, r132321, r132320, r132319 as per discussion. Will try ↵Galina Kistanova2011-06-021-6/+0
| | | | | | in-test requirement declarations instead. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132491 91177308-0d34-0410-b5e6-96231b3b80d8
* Preparations for separating target-specific clang tests.Galina Kistanova2011-05-311-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132319 91177308-0d34-0410-b5e6-96231b3b80d8
* Add CMake support to the clang unittests.Jeffrey Yasskin2011-02-152-4/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125561 91177308-0d34-0410-b5e6-96231b3b80d8
* Add gTest unittests to clang, and write the first one.Jeffrey Yasskin2011-02-032-0/+110
This is the Makefile version only; the cmake implementation is coming soon. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124777 91177308-0d34-0410-b5e6-96231b3b80d8