[PATCH] [compiler-rt] Move ASan non-Linux-specific tests out of the Linux/ directory

Timur Iskhodzhanov timurrrr at google.com
Thu Nov 13 13:56:10 PST 2014


================
Comment at: test/asan/TestCases/interception_failure_test.cc:3
@@ +2,3 @@
+// intercept these functions.
+
+// RUN: %clangxx_asan -O0 %s -o %t && %run %t 2>&1 | FileCheck %s
----------------
samsonov wrote:
> I'm not sure this works on Windows. Timur?
I don't know.  If this is an important feature, I'm fine if you put it into the directory with common tests and I'll take a look later when I get my hands to enabling these tests on Windows.

http://reviews.llvm.org/D6244






More information about the llvm-commits mailing list