[PATCH] D147059: [asan][test] Fix tests or mark XFAIL for MinGW target

Alvin Wong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 14:50:40 PDT 2023


alvinhochun updated this revision to Diff 509147.
alvinhochun added a comment.

Appease clang-format


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147059

Files:
  compiler-rt/lib/asan/tests/asan_str_test.cpp
  compiler-rt/lib/asan/tests/asan_test.cpp
  compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h
  compiler-rt/test/asan/TestCases/Windows/coverage-basic.cpp
  compiler-rt/test/asan/TestCases/Windows/report_after_syminitialize.cpp
  compiler-rt/test/asan/TestCases/alloca_big_alignment.cpp
  compiler-rt/test/asan/TestCases/alloca_detect_custom_size_.cpp
  compiler-rt/test/asan/TestCases/alloca_instruments_all_paddings.cpp
  compiler-rt/test/asan/TestCases/alloca_overflow_partial.cpp
  compiler-rt/test/asan/TestCases/alloca_overflow_right.cpp
  compiler-rt/test/asan/TestCases/alloca_safe_access.cpp
  compiler-rt/test/asan/TestCases/alloca_underflow_left.cpp
  compiler-rt/test/asan/TestCases/atexit_stats.cpp
  compiler-rt/test/asan/TestCases/atoll_strict.c
  compiler-rt/test/asan/TestCases/frexpl_interceptor.cpp
  compiler-rt/test/asan/TestCases/global-location.cpp
  compiler-rt/test/asan/TestCases/heavy_uar_test.cpp
  compiler-rt/test/asan/TestCases/init-order-atexit.cpp
  compiler-rt/test/asan/TestCases/printf-2.c
  compiler-rt/test/asan/TestCases/printf-3.c
  compiler-rt/test/asan/TestCases/printf-5.c
  compiler-rt/test/asan/TestCases/strcasestr-1.c
  compiler-rt/test/asan/TestCases/strcasestr-2.c
  compiler-rt/test/asan/TestCases/strcasestr_strict.c
  compiler-rt/test/asan/TestCases/strncasecmp_strict.c
  compiler-rt/test/asan/TestCases/strtoll_strict.c
  compiler-rt/test/asan/TestCases/time_interceptor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147059.509147.patch
Type: text/x-patch
Size: 17108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230328/00381bfb/attachment.bin>


More information about the llvm-commits mailing list