DirectXShaderCompiler/test/Instrumentation
Chris B ea3c096960
Disable LLVM LIT suites and tests (#4827)
Disable LLVM LIT suites and tests

This patch is a little more selective than the clang counterpart. Most
of the LLVM tests are expected to pass in DXC.

In cases where very few tests are failing for obvious reasons I've
disabled individual tests using `REQUIRES` lines. In most places I've
disabled whole suites. Any suite that is expected to pass, I've also
included a comment of the failing test cases so that we can investigate
further.

IR Verifier and Integer tests are disabled only on Windows. These tests
pass on *nix platforms but fail on Windows due to the MS filesystem
modifications causing llvm-as to crash.
2022-11-29 12:53:22 -06:00
..
AddressSanitizer first commit 2016-12-28 11:52:27 -08:00
BoundsChecking first commit 2016-12-28 11:52:27 -08:00
DataFlowSanitizer first commit 2016-12-28 11:52:27 -08:00
InstrProfiling first commit 2016-12-28 11:52:27 -08:00
MemorySanitizer first commit 2016-12-28 11:52:27 -08:00
SanitizerCoverage first commit 2016-12-28 11:52:27 -08:00
ThreadSanitizer first commit 2016-12-28 11:52:27 -08:00
lit.local.cfg Disable LLVM LIT suites and tests (#4827) 2022-11-29 12:53:22 -06:00