[compiler-rt] r261263 - Un-XFAIL the last C++ EH test, it was fixed by r261258
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 13:24:30 PST 2016
Author: rnk
Date: Thu Feb 18 15:24:30 2016
New Revision: 261263
URL: http://llvm.org/viewvc/llvm-project?rev=261263&view=rev
Log:
Un-XFAIL the last C++ EH test, it was fixed by r261258
Modified:
compiler-rt/trunk/test/asan/TestCases/throw_catch.cc
Modified: compiler-rt/trunk/test/asan/TestCases/throw_catch.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/throw_catch.cc?rev=261263&r1=261262&r2=261263&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/throw_catch.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/throw_catch.cc Thu Feb 18 15:24:30 2016
@@ -1,8 +1,5 @@
// RUN: %clangxx_asan -O %s -o %t && %run %t
-// Clang doesn't support exceptions on Windows yet.
-// XFAIL: win32
-
#include <assert.h>
#include <stdio.h>
#include <sanitizer/asan_interface.h>
More information about the llvm-commits
mailing list