[PATCH] D147432: [asan][test][win] Port trivial tests to not use clang-cl on MinGW

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 21 06:27:34 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3c1aa20c6354: [asan][test][win] Port trivial tests to not use clang-cl on MinGW (authored by alvinhochun).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147432

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/double_free.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/heapalloc_sanity.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/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/oom.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/shadow_mapping_failure.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/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/use_after_realloc.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147432.515711.patch
Type: text/x-patch
Size: 24895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230421/0ce4464f/attachment.bin>


More information about the llvm-commits mailing list