summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/throw_catch.cc
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2014-05-28 13:06:14 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2014-05-28 13:06:14 +0000
commitebc8d761238e25d6950baea94d04273ad1081e81 (patch)
treed62e22879dd9cc51158a48d96623d067a4b3660f /test/asan/TestCases/throw_catch.cc
parent17b5b5ac14a4350dc050fd8c0b5cee27c7332bd2 (diff)
[ASan tests] Exclude some tests from Windows runs
Some features are not supported yet and some are not planned to be fixed soon git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/throw_catch.cc')
-rw-r--r--test/asan/TestCases/throw_catch.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/throw_catch.cc b/test/asan/TestCases/throw_catch.cc
index bb41946ce..f35378d75 100644
--- a/test/asan/TestCases/throw_catch.cc
+++ b/test/asan/TestCases/throw_catch.cc
@@ -1,5 +1,8 @@
// RUN: %clangxx_asan -O %s -o %t && %run %t
+// Clang doesn't support exceptions on Windows yet.
+// XFAIL: win32
+
#include <assert.h>
#include <setjmp.h>
#include <stdlib.h>