llvm-project/compiler-rt/lib/sanitizer_common/tests
Rainer Orth 0f69cbe269 [sanitizer_common][test] Disable CombinedAllocator32Compact etc. on Solaris/sparcv9
As reported in PR 48202, two allocator tests `FAIL` on Solaris/sparcv9,
presumably because Solaris uses the full 64-bit address space and the
allocator cannot deal with that:

  SanitizerCommon-Unit :: ./Sanitizer-sparcv9-Test/SanitizerCommon.CombinedAllocator32Compact
  SanitizerCommon-Unit :: ./Sanitizer-sparcv9-Test/SanitizerCommon.SizeClassAllocator32Iteration

This patch disables the tests.

Tested on `sparcv9-sun-solaris2.11`.

Differential Revision: https://reviews.llvm.org/D91622
2020-11-20 13:02:15 +01:00
..
CMakeLists.txt [sanitizer] Remove -Wno-non-virtual-dtor 2020-11-04 00:51:33 -08:00
malloc_stress_transfer_test.cpp compiler-rt: Try to appease lint script. 2019-07-31 23:34:07 +00:00
sanitizer_allocator_test.cpp [sanitizer_common][test] Disable CombinedAllocator32Compact etc. on Solaris/sparcv9 2020-11-20 13:02:15 +01:00
sanitizer_allocator_testlib.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_atomic_test.cpp [sanitizer][NFC] Fix few cpplint warnings 2020-10-13 20:39:37 -07:00
sanitizer_bitvector_test.cpp Fix warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long' [-Wformat] 2019-11-04 14:42:07 -05:00
sanitizer_bvgraph_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_common_test.cpp Revert "[hwasan] Fix Thread reuse." 2020-11-11 09:56:21 -05:00
sanitizer_deadlock_detector_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_flags_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_format_interceptor_test.cpp [msan] Support %ms in scanf. 2020-08-06 13:54:43 -07:00
sanitizer_ioctl_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_libc_test.cpp Remove NOLINTs from compiler-rt 2019-09-11 23:19:48 +00:00
sanitizer_linux_test.cpp Add a `Symbolizer::GetEnvP()` method that allows symbolizer implementations to customise the environment of the symbolizer binary. 2020-03-24 15:41:46 -07:00
sanitizer_list_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_mac_test.cpp [Darwin] Fix OS version checks inside simulators 2020-07-28 09:27:48 -07:00
sanitizer_mutex_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_nolibc_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_nolibc_test_main.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_posix_test.cpp [sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/SanitizerCommon.PthreadDestructorIterations on Solaris 2019-08-02 18:55:22 +00:00
sanitizer_printf_test.cpp [compiler-rt] Remove some cpplint filters 2019-09-12 02:20:36 +00:00
sanitizer_procmaps_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_pthread_wrappers.h [sanitizer] Fix warning on windows 2020-03-16 19:17:03 -07:00
sanitizer_quarantine_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_ring_buffer_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_stackdepot_test.cpp [sanitizer] Fix StackDepotPrint testing 2020-11-16 03:07:29 -08:00
sanitizer_stacktrace_printer_test.cpp [sanitizer] Skip stack symbolization when not required for print format 2020-10-07 15:38:52 -07:00
sanitizer_stacktrace_test.cpp [sanitizer_common][test] Disable FastUnwindTest.* on SPARC 2020-11-20 12:52:18 +01:00
sanitizer_stoptheworld_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_stoptheworld_testlib.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_suppressions_test.cpp [compiler-rt] Remove some cpplint filters 2019-09-12 02:20:36 +00:00
sanitizer_symbolizer_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_test_config.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_test_main.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_test_utils.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
sanitizer_thread_registry_test.cpp [sanitizer] Make destructors protected 2020-11-02 18:00:43 -08:00
sanitizer_type_traits_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
sanitizer_vector_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00
standalone_malloc_test.cpp compiler-rt: Rename .cc file in lib/sanitizer_common/tests to .cpp 2019-07-31 19:11:14 +00:00