llvm-capstone/llvm/unittests
Paul Robinson 6aa8a836c0 [RGT] Use GTEST_SKIP() in more places where we skip a test
Simply returning will report the test as PASSED when it didn't
really do anything. SKIPPED is the correct result for these.

Found by the Rotten Green Tests project.
2022-04-08 15:20:53 -07:00
..
ADT Fix warnings when -Wdeprecated-enum-enum-conversion is enabled 2022-04-07 08:20:54 -04:00
Analysis [MemorySSA] Don't optimize uses during construction 2022-03-18 09:56:16 +01:00
AsmParser
BinaryFormat
Bitcode
Bitstream
CodeGen [Codegen][tablgen][NFC] Allow meta instruction to be target dependent 2022-03-18 13:09:01 +08:00
DebugInfo
Debuginfod [Debuginfod] Don't depend on Content-Length. 2022-03-21 17:27:45 +00:00
Demangle [demangler] Fix node matcher test 2022-04-01 05:51:47 -07:00
ExecutionEngine
FileCheck
Frontend [OpenMPIRBuilder] Detect and fix ambiguous InsertPoints for createSections. 2022-04-05 12:36:29 -05:00
FuzzMutate Revert "[FuzzMutate] Don't insert instructions after musttail call" 2022-03-16 17:29:27 +01:00
InterfaceStub
IR [LLVMContext] Replace enableOpaquePointers() with setOpaquePointers() 2022-04-05 12:02:48 +02:00
LineEditor
Linker Revert "[OpenMP][NFC] Add missing virtual destructor to silence warning" 2022-03-25 16:07:11 -05:00
MC [MC] Make MCAsmInfo::isAcceptableChar reflect MCAsmInfo::doesAllowAtInName 2022-03-29 14:01:32 -07:00
MI
MIR [X86] Set Int_MemBarrier as a meta-instruction 2022-03-18 13:12:28 +08:00
ObjCopy
Object
ObjectYAML
Option
Passes
ProfileData [memprof] Deduplicate and outline frame storage in the memprof profile. 2022-04-08 09:15:20 -07:00
Remarks
Support [RGT] Use GTEST_SKIP() in more places where we skip a test 2022-04-08 15:20:53 -07:00
TableGen
Target
Testing
TextAPI
tools
Transforms Add support for atomic memory copy lowering 2022-04-08 10:41:31 +07:00
XRay
CMakeLists.txt
unittest.cfg.in