1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/unittests/DebugInfo/PDB
Zachary Turner 1aca6debb8 [PDB] Add an additional test for BinaryStreamRef.
A bug was uncovered where if you have a StreamRef whose ViewOffset
is > 0, then when you call readLongestContiguousChunk it will
succeed even when it shouldn't, and it always return you a
buffer that was taken as if the ViewOffset was 0.

Fixed this bug and added a test for it.

llvm-svn: 296556
2017-03-01 01:04:16 +00:00
..
BinaryStreamTest.cpp [PDB] Add an additional test for BinaryStreamRef. 2017-03-01 01:04:16 +00:00
CMakeLists.txt [PDB] Add tests for BinaryStream. 2017-03-01 01:03:53 +00:00
ErrorChecking.h [pdb] Fix unit test compilation. 2016-09-14 23:17:08 +00:00
HashTableTest.cpp [PDB] Make streams carry their own endianness. 2017-02-28 00:04:07 +00:00
MappedBlockStreamTest.cpp [PDB] Add BinaryStreamError. 2017-02-28 17:49:34 +00:00
MSFBuilderTest.cpp [PDB] Validate superblock addresses 2016-12-18 00:41:10 +00:00
PDBApiTest.cpp Fix unit tests after r296049. 2017-02-24 00:25:17 +00:00
StringTableBuilderTest.cpp [PDB] Make streams carry their own endianness. 2017-02-28 00:04:07 +00:00
TypeServerHandlerTest.cpp [pdb] Add the ability to resolve TypeServer PDBs. 2017-02-16 23:35:45 +00:00