Go to file
Brian Gesiak 8d89c3c6f7 [lit] Run unit tests as part of lit test suite
Summary:
The Python file `utils/lit/lit/ShUtil.py` contains:

1. Logic used by lit itself
2. A set of unit tests for that logic, which can be run by invoking
  `python utils/lit/lit/ShUtil.py`

Move these unit tests to a `tests/unit` subdirectory of lit, and run
the tests as part of lit's test suite. This ensures that, should the
lit test suite be included in LLVM's own regression test suite, these
unit tests will also be run.

(Instructions on how to run lit's test suite can be found in
`utils/lit/README.txt`.)

Reviewers: ddunbar, echristo, delcypher, beanz

Subscribers: mehdi_amini, llvm-commits

Differential Revision: https://reviews.llvm.org/D25411

llvm-svn: 283968
2016-10-12 03:35:04 +00:00
clang Added REQUIRED triples to the test that fails on some ARM buildbots. 2016-10-12 02:08:08 +00:00
clang-tools-extra [clang-tidy] Ignore empty members and bases in cppcoreguidelines-pro-type-member-init 2016-10-11 14:49:24 +00:00
compiler-rt Fix _recalloc redefinition link error in ASan RTL 2016-10-11 23:13:13 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Add mork workarounds for running the test suite against libstdc++ 2016-10-12 00:28:14 +00:00
libcxxabi Fix libc++abi test config after recent libc++ changes 2016-10-12 01:19:16 +00:00
libunwind libunwind: Add OpenBSD case for _Unwind_Ptr typedef 2016-09-28 15:37:21 +00:00
lld Fix a test to pacify llvm-clang-lld-x86_64-scei-ps4-windows10pro bot. 2016-10-11 20:15:36 +00:00
lldb Add a simple frameless function test case to the arm64 unwind unit tests 2016-10-12 02:46:22 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [lit] Run unit tests as part of lit test suite 2016-10-12 03:35:04 +00:00
openmp Code cleanup for the runtime without monitor thread 2016-10-07 18:12:19 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [DepInfo] Print -debug output outside of max-operations scope. 2016-10-10 11:45:59 +00:00