llvm-project/llvm/unittests/Support
Ben Langmuir cf1521e8cc [llvm] Update FileSystem test that failed spuriously
This test failed spuriously in an environment that appears to ignore the
'x' bit permission on directories. Allow for that possibility.
2022-08-13 18:17:04 -07:00
..
CommandLineInit CommandLine: add and use cl::SubCommand::get{All,TopLevel} 2022-08-02 23:49:16 +02:00
DynamicLibrary Revert "ManagedStatic: remove from DynamicLibrary" 2022-08-03 17:56:46 +02:00
ARMAttributeParser.cpp [llvm] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:24:23 -07:00
AddressRangeTest.cpp [Reland][DebugInfo][llvm-dwarfutil] Combine overlapped address ranges. 2022-07-21 14:15:39 +03:00
AlignOfTest.cpp
AlignmentTest.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
AllocatorTest.cpp [Support] Fix asan AllocatorTest after ba0d50ad7e 2022-05-06 15:51:37 +02:00
AnnotationsTest.cpp
ArrayRecyclerTest.cpp
BLAKE3Test.cpp [Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes 2022-04-05 21:38:06 -07:00
Base64Test.cpp Revert "Add support for decoding base64." 2022-06-23 21:47:20 -07:00
BinaryStreamTest.cpp Make BinaryStreamWriter::padToAlignment write blocks vs bytes. 2022-05-07 17:37:18 -07:00
BlockFrequencyTest.cpp
BranchProbabilityTest.cpp
CMakeLists.txt [llvm-gsymutil][NFC] refactor AddressRange&AddresRanges structures. 2022-04-26 12:00:43 +03:00
CRCTest.cpp
CSKYAttributeParserTest.cpp [llvm] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:24:23 -07:00
CSKYTargetParserTest.cpp [Clang][CSKY] Add the CSKY target and compiler driver 2022-04-06 11:37:37 +08:00
CachePruningTest.cpp
Casting.cpp [llvm] Use has_value instead of hasValue (NFC) 2022-07-12 22:25:42 -07:00
CheckedArithmeticTest.cpp
Chrono.cpp
CommandLineTest.cpp CommandLine: add and use cl::SubCommand::get{All,TopLevel} 2022-08-02 23:49:16 +02:00
CompressionTest.cpp [llvm] add zstd to `llvm::compression` namespace 2022-07-19 10:54:36 -07:00
ConvertUTFTest.cpp Re-land c346068928 with fixes 2022-03-23 08:13:17 -04:00
CrashRecoveryTest.cpp [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
DJBTest.cpp
DataExtractorTest.cpp
DebugCounterTest.cpp
DebugTest.cpp
ELFAttributeParserTest.cpp
EndianStreamTest.cpp
EndianTest.cpp
ErrnoTest.cpp
ErrorOrTest.cpp
ErrorTest.cpp ManagedStatic: remove many straightforward uses in llvm 2022-07-10 10:29:15 +02:00
ExtensibleRTTITest.cpp silence new -Wunused-result warnings in test 2022-05-12 08:30:36 +02:00
FSUniqueIDTest.cpp [NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B) 2022-01-21 13:15:04 +00:00
FileCollectorTest.cpp
FileOutputBufferTest.cpp
FileUtilitiesTest.cpp
FormatVariadicTest.cpp [ADT] Retire llvm::apply_tuple in favor of C++17 std::apply 2022-08-08 18:23:38 +02:00
GlobPatternTest.cpp
HashBuilderTest.cpp [Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes 2022-04-05 21:38:06 -07:00
Host.cpp [unittest] Update HostTest::isSupportedArchAndOS 2022-08-13 10:27:34 -07:00
IndexedAccessorTest.cpp [STLExtras] Make indexed_accessor_range operator== compatible with C++20 2022-05-21 13:00:30 +02:00
InstructionCostTest.cpp
ItaniumManglingCanonicalizerTest.cpp
JSONTest.cpp [llvm][json] Fix UINT64 json parsing 2022-05-17 09:11:45 -07:00
KnownBitsTest.cpp [Support] Add KnownBits::concat method 2022-07-29 11:06:39 +01:00
KnownBitsTest.h
LEB128Test.cpp
LineIteratorTest.cpp
LinearPolyBaseTest.cpp [NFC] Remove from UnivariateLinearPolyBase::getValue(). 2021-11-04 14:32:08 +00:00
LockFileManagerTest.cpp
MD5Test.cpp [Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes 2022-04-05 21:38:06 -07:00
ManagedStatic.cpp
MatchersTest.cpp
MathExtrasTest.cpp Fix signed/unsigned comparison warnings on ppc buildbots 2022-02-08 14:15:28 +00:00
MemoryBufferRefTest.cpp
MemoryBufferTest.cpp Fixed a roll-over on size_t in getNewUninitMemBuffer() 2022-03-11 13:16:58 +04:00
MemoryTest.cpp
NativeFormatTests.cpp Print the sign of negative infinity 2021-12-14 22:38:42 -08:00
OptimizedStructLayoutTest.cpp
ParallelTest.cpp Rename parallelForEachN to just parallelFor 2022-06-19 17:49:00 -04:00
Path.cpp [llvm] Update FileSystem test that failed spuriously 2022-08-13 18:17:04 -07:00
ProcessTest.cpp ProcessTest.cpp - replace Optional::hasValue() with Optional::has_value() 2022-08-08 11:52:22 +01:00
ProgramTest.cpp [Reland][lit] Use sharding for GoogleTest format 2022-04-12 14:51:12 -07:00
RISCVAttributeParserTest.cpp [llvm] Don't use Optional::{hasValue,getValue} (NFC) 2022-06-25 11:24:23 -07:00
RegexTest.cpp
ReplaceFileTest.cpp
ReverseIterationTest.cpp Move STLFunctionalExtras out of STLExtras 2022-01-24 14:13:21 +01:00
SHA256.cpp [Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes 2022-04-05 21:38:06 -07:00
ScaledNumberTest.cpp
ScopedPrinterTest.cpp [llvm] Add JSONScopedPrinter class 2021-12-10 18:57:33 +00:00
SourceMgrTest.cpp
SpecialCaseListTest.cpp
SuffixTreeTest.cpp
SwapByteOrderTest.cpp
SymbolRemappingReaderTest.cpp
TarWriterTest.cpp [NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B) 2022-01-21 13:15:04 +00:00
TargetParserTest.cpp [ARM] Add Support for Cortex-M85 2022-07-05 10:43:31 +01:00
TaskQueueTest.cpp
ThreadLocalTest.cpp
ThreadPool.cpp [ThreadPool] add ability to group tasks into separate groups 2022-05-04 06:16:55 +02:00
Threading.cpp
TimerTest.cpp [NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B) 2022-01-21 13:15:04 +00:00
ToolOutputFileTest.cpp
TrailingObjectsTest.cpp
TrigramIndexTest.cpp
TypeNameTest.cpp
TypeTraitsTest.cpp
UnicodeTest.cpp Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00
VersionTupleTest.cpp
VirtualFileSystemTest.cpp [llvm][vfs] Implement in-memory symlinks 2022-06-21 16:29:54 +02:00
WithColorTest.cpp
YAMLIOTest.cpp [yamlio] Allow parsing an entire mapping as an enumeration 2022-03-14 04:41:40 +00:00
YAMLParserTest.cpp [llvm] Use has_value instead of hasValue (NFC) 2022-07-12 22:25:42 -07:00
buffer_ostream_test.cpp Support: Skip buffering buffer_unique_ostream's owned stream 2021-10-22 16:25:31 -07:00
formatted_raw_ostream_test.cpp
raw_fd_stream_test.cpp
raw_ostream_test.cpp [NFCI][Support] Avoid ASSERT_/EXPECT_TRUE(A <op> B) 2022-01-21 13:15:04 +00:00
raw_pwrite_stream_test.cpp
raw_sha1_ostream_test.cpp [Support/Hash functions] Change the `final()` and `result()` of the hashing functions to return an array of bytes 2022-04-05 21:38:06 -07:00
xxhashTest.cpp