llvm-project/compiler-rt/lib/sanitizer_common/tests
Youling Tang 91bc4abfdb [sanitizer][test] Fix FastUnwindTest on LoongArch
Fixes the `FastUnwindTest` unit test for LoongArch.
This change is similar to RISCV D90574.

The following test cases pass after applying the patch:
```
$ ./runtimes/runtimes-bins/compiler-rt/lib/sanitizer_common/tests/Sanitizer-loongarch64-Test
...
[  FAILED  ] FastUnwindTest.Basic
[  FAILED  ] FastUnwindTest.FramePointerLoop
[  FAILED  ] FastUnwindTest.MisalignedFramePointer
[  FAILED  ] FastUnwindTest.FPBelowPrevFP
[  FAILED  ] FastUnwindTest.CloseToZeroFrame
```

Reviewed By: SixWeining, xen0n, MaskRay

Differential Revision: https://reviews.llvm.org/D137314
2022-11-10 13:35:52 +08:00
..
CMakeLists.txt Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests" 2022-10-05 09:59:25 -07:00
malloc_stress_transfer_test.cpp
sanitizer_addrhashmap_test.cpp [sanitizer] Add a ForEach callback interface for AddrHashMap. 2021-11-11 11:29:36 -08:00
sanitizer_allocator_test.cpp [NFC][sanitizer] Rename ByteMap to Map 2021-10-10 22:23:48 -07:00
sanitizer_allocator_testlib.cpp
sanitizer_atomic_test.cpp
sanitizer_bitvector_test.cpp [sanitizer] Define 32bit uptr as uint 2021-08-16 15:46:37 -07:00
sanitizer_bvgraph_test.cpp
sanitizer_chained_origin_depot_test.cpp [sanitizer_common] Fix SanitizerCommon.ChainedOriginDepotStats test 2022-06-16 11:59:58 +02:00
sanitizer_common_test.cpp [Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files 2022-05-24 12:59:27 -07:00
sanitizer_deadlock_detector_test.cpp
sanitizer_dense_map_test.cpp [sanitizer_common] Fix DenseMapCustomTest.DefaultMinReservedSizeTest on SPARC 2022-02-09 09:12:02 +01:00
sanitizer_flags_test.cpp
sanitizer_flat_map_test.cpp [NFC][sanitizer] Refactor Maps into templates 2021-10-12 13:37:44 -07:00
sanitizer_format_interceptor_test.cpp
sanitizer_hash_test.cpp [NFC][sanitizer] Add MurMur2Hash64Builder 2021-10-05 20:54:06 -07:00
sanitizer_ioctl_test.cpp
sanitizer_leb128_test.cpp [sanitizer] Fix shift UB in LEB128 test 2022-06-08 14:21:25 +02:00
sanitizer_libc_test.cpp [Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files 2022-05-24 12:59:27 -07:00
sanitizer_linux_test.cpp
sanitizer_list_test.cpp
sanitizer_lzw_test.cpp [sanitizer] Add Lempel–Ziv–Welch encoder/decoder 2021-12-03 13:11:40 -08:00
sanitizer_mac_test.cpp [Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files 2022-05-24 12:59:27 -07:00
sanitizer_mutex_test.cpp sanitizer_common: add Mutex::TryLock 2022-04-01 17:56:19 +02:00
sanitizer_nolibc_test.cpp
sanitizer_nolibc_test_main.cpp
sanitizer_posix_test.cpp
sanitizer_printf_test.cpp sanitizer_common: support %l in format strings 2021-08-14 17:57:40 -07:00
sanitizer_procmaps_test.cpp [Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files 2022-05-24 12:59:27 -07:00
sanitizer_pthread_wrappers.h
sanitizer_quarantine_test.cpp
sanitizer_ring_buffer_test.cpp
sanitizer_stack_store_test.cpp [sanitizer] Hook up LZW into stack store 2021-12-03 23:38:41 -08:00
sanitizer_stackdepot_test.cpp Revert "[NFC][sanitizer] Disable a test with large stderr output" 2021-11-02 01:25:46 -07:00
sanitizer_stacktrace_printer_test.cpp [sanitizers] include build ids in stacks on linux. 2021-12-10 14:24:03 -08:00
sanitizer_stacktrace_test.cpp [sanitizer][test] Fix FastUnwindTest on LoongArch 2022-11-10 13:35:52 +08:00
sanitizer_stoptheworld_test.cpp Port __sanitizer::StopTheWorld to Windows 2021-12-20 18:29:44 -08:00
sanitizer_stoptheworld_testlib.cpp
sanitizer_suppressions_test.cpp
sanitizer_symbolizer_test.cpp
sanitizer_test_config.h
sanitizer_test_main.cpp
sanitizer_test_utils.h
sanitizer_thread_registry_test.cpp sanitizers: switch BlockingMutex(LINKER_INITIALIZED) to Mutex 2021-07-28 15:09:34 +02:00
sanitizer_type_traits_test.cpp Revert "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests" 2022-10-05 09:59:25 -07:00
sanitizer_vector_test.cpp
standalone_malloc_test.cpp