[PATCH] D147057: [compiler-rt][asan][test] Fix lit test config on MinGW

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 1 10:06:55 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbae2fbaebf25: [compiler-rt][asan][test] Fix lit test config on MinGW (authored by alvinhochun).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147057/new/

https://reviews.llvm.org/D147057

Files:
  compiler-rt/test/asan/TestCases/Windows/aligned_mallocs.cpp
  compiler-rt/test/asan/TestCases/Windows/allocators_sanity.cpp
  compiler-rt/test/asan/TestCases/Windows/beginthreadex.cpp
  compiler-rt/test/asan/TestCases/Windows/bitfield.cpp
  compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/breakpoint.cpp
  compiler-rt/test/asan/TestCases/Windows/calloc_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/calloc_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/calloc_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cpp
  compiler-rt/test/asan/TestCases/Windows/crt_initializers.cpp
  compiler-rt/test/asan/TestCases/Windows/delay_dbghelp.cpp
  compiler-rt/test/asan/TestCases/Windows/demangled_names.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_aligned_mallocs.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_allocators_sanity.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_and_lib.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_cerr.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_control_c.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_global_dead_strip.c
  compiler-rt/test/asan/TestCases/Windows/dll_heap_allocation.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_host.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memchr.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy_indirect.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_memset.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_intercept_strlen.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_large_function.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_malloc_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_malloc_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_noreturn.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_null_deref.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_poison_unpoison.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_report_globals_symbolization_at_startup.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/dll_unload.cpp
  compiler-rt/test/asan/TestCases/Windows/double_free.cpp
  compiler-rt/test/asan/TestCases/Windows/double_operator_delete.cpp
  compiler-rt/test/asan/TestCases/Windows/global_const_string.cpp
  compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/global_dead_strip.c
  compiler-rt/test/asan/TestCases/Windows/heapalloc.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_dll_double_free.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_dll_unload_realloc_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_doublefree.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_flags_fallback.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_huge.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_rtl_transfer.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_sanity.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_transfer.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/heapalloc_zero_size.cpp
  compiler-rt/test/asan/TestCases/Windows/heaprealloc.cpp
  compiler-rt/test/asan/TestCases/Windows/heaprealloc_alloc_zero.cpp
  compiler-rt/test/asan/TestCases/Windows/heaprealloc_zero_size.cpp
  compiler-rt/test/asan/TestCases/Windows/hello_world.cpp
  compiler-rt/test/asan/TestCases/Windows/illegal_instruction.cpp
  compiler-rt/test/asan/TestCases/Windows/integer_divide_by_zero.cpp
  compiler-rt/test/asan/TestCases/Windows/intercept_memcpy.cpp
  compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cpp
  compiler-rt/test/asan/TestCases/Windows/intercept_strlen.cpp
  compiler-rt/test/asan/TestCases/Windows/interface_symbols_windows.cpp
  compiler-rt/test/asan/TestCases/Windows/iostream_sbo.cpp
  compiler-rt/test/asan/TestCases/Windows/malloc_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/malloc_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/malloc_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/null_deref_multiple_dlls.cpp
  compiler-rt/test/asan/TestCases/Windows/oom.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cpp
  compiler-rt/test/asan/TestCases/Windows/realloc_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/realloc_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/realloc_uaf.cpp
  compiler-rt/test/asan/TestCases/Windows/recalloc_sanity.cpp
  compiler-rt/test/asan/TestCases/Windows/report_globals_reload_dll.cpp
  compiler-rt/test/asan/TestCases/Windows/report_globals_vs_freelibrary.cpp
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap.cpp
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_dll_unload_double_free.cpp
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_dll_unload_realloc.cpp
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_flags_fallback.cpp
  compiler-rt/test/asan/TestCases/Windows/rtlallocateheap_zero.cpp
  compiler-rt/test/asan/TestCases/Windows/sanitizer_purge.cpp
  compiler-rt/test/asan/TestCases/Windows/seh.cpp
  compiler-rt/test/asan/TestCases/Windows/shadow_conflict_32.cpp
  compiler-rt/test/asan/TestCases/Windows/shadow_mapping_failure.cpp
  compiler-rt/test/asan/TestCases/Windows/sse_misalignment.cpp
  compiler-rt/test/asan/TestCases/Windows/stack_array_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/stack_array_sanity.cpp
  compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cpp
  compiler-rt/test/asan/TestCases/Windows/symbols_path.cpp
  compiler-rt/test/asan/TestCases/Windows/thread_simple.cpp
  compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cpp
  compiler-rt/test/asan/TestCases/Windows/thread_stack_reuse.cpp
  compiler-rt/test/asan/TestCases/Windows/thread_stress.cpp
  compiler-rt/test/asan/TestCases/Windows/thread_suspended.cpp
  compiler-rt/test/asan/TestCases/Windows/tls_init.cpp
  compiler-rt/test/asan/TestCases/Windows/use_after_realloc.cpp
  compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp
  compiler-rt/test/asan/TestCases/Windows/user-exception.cpp
  compiler-rt/test/asan/TestCases/Windows/windows_h.cpp
  compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_heap.cpp
  compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_stack.cpp
  compiler-rt/test/asan/lit.cfg.py
  compiler-rt/test/lit.common.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147057.510245.patch
Type: text/x-patch
Size: 55251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230401/5fcb5461/attachment.bin>


More information about the llvm-commits mailing list