[PATCH] D22612: [compiler-rt] Disable some unittests on windows that rely on shell command

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 08:00:13 PDT 2016


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: test/asan/TestCases/intra-object-overflow.cc:7
@@ -6,2 +6,3 @@
 // REQUIRES: asan-64-bits
+// UNSUPPORTED: win32
 #include <stdio.h>
----------------
Comment something like "// FIXME: Implement ASan intra-object padding in Clang's MS record layout"


https://reviews.llvm.org/D22612





More information about the llvm-commits mailing list