PPeter CollingbourneFix more compiler-rt tests after #149015.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143125 | 3 年前 | |
[LSAN] Fix pthread_create interceptor to ignore leaks in real pthread_create. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143209 | 3 年前 | |
[lsan] Attempt to fix s390x after a63932a8 | 4 年前 | |
compiler-rt: Rename .cc file in test/lsan to .cpp Like r367463, but for test/lsan. llvm-svn: 367803 | 6 年前 | |
[lsan] Convert tests to check 'target=...' Part of the project to eliminate special handling for triples in lit expressions. | 3 年前 | |
[HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143125 | 3 年前 | |
[HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143125 | 3 年前 | |
[lsan][test] Obtaining page size using sysconf(_SC_PAGESIZE) The effectiveness of the mprotect function depends on whether the first argument is aligned to a page boundary. If mprotect doesn't work, the kernel will not generate a SIGSEGV signal for the process when the calling process tries to access memory in a manner that violates the protection. If so, this test fails. The problem for this test is that it uses a fixed 4 kB page size and is aligned. This fails when the page size is not 4 kB. For example, this fails on LoongArch which uses a 16 kB pagesize. Reviewed By: SixWeining, xen0n, MaskRay, vitalybuka Differential Revision: https://reviews.llvm.org/D148407 | 3 年前 | |
[HWASAN] Set os_id in Thread::Init to make sure that the thread can be found by GetThreadByOsIDLocked. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143125 | 3 年前 | |
Fix more compiler-rt tests after #149015. | 1 年前 | |
[LSAN] Enable more tests which are passing as is in HWASAN. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143126 | 3 年前 | |
[HWASAN] Copy some ASAN independent unit tests from ASAN to LSAN Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D142504 | 3 年前 | |
[LSAN] Enable some tests which are passing as is in HWASAN. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143114 | 3 年前 | |
[LSAN] Enable more tests which are passing as is in HWASAN. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143126 | 3 年前 | |
[LSAN] Add GetUserAddr function which returns the user visible address of an internal pointer For HWASAN this would be the tagged address. It is the same pointer when pointer tagging is not used. Coincidently this also fixes some test which rely on comparing pointers. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143121 | 3 年前 | |
[LSAN] Add GetUserAddr function which returns the user visible address of an internal pointer For HWASAN this would be the tagged address. It is the same pointer when pointer tagging is not used. Coincidently this also fixes some test which rely on comparing pointers. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D143121 | 3 年前 |