[PATCH] D10864: UBSan: Enable runtime library tests on Windows, and get most tests passing.

Peter Collingbourne peter at pcc.me.uk
Thu Jul 2 15:09:06 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL241303: UBSan: Enable runtime library tests on Windows, and get most tests passing. (authored by pcc).

CHANGED PRIOR TO COMMIT
  http://reviews.llvm.org/D10864?vs=28930&id=28980#toc

rL LLVM

http://reviews.llvm.org/D10864

Files:
  compiler-rt/trunk/CMakeLists.txt
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_win.cc
  compiler-rt/trunk/test/CMakeLists.txt
  compiler-rt/trunk/test/lit.common.cfg
  compiler-rt/trunk/test/ubsan/TestCases/Float/cast-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/add-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/div-zero.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/incdec-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/negate-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/shift.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/sub-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/uadd-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/uincdec-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Integer/usub-overflow.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Misc/bounds.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Misc/deduplication.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Misc/enum.cpp
  compiler-rt/trunk/test/ubsan/TestCases/Misc/missing_return.cpp
  compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/misaligned.cpp
  compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/null.cpp
  compiler-rt/trunk/test/ubsan/lit.common.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10864.28980.patch
Type: text/x-patch
Size: 28036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150702/959a9d6f/attachment.bin>


More information about the llvm-commits mailing list