[compiler-rt] r249799 - Remove the XFAIL for the C++ EH test

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 18:33:16 PDT 2015


Author: rnk
Date: Thu Oct  8 20:33:15 2015
New Revision: 249799

URL: http://llvm.org/viewvc/llvm-project?rev=249799&view=rev
Log:
Remove the XFAIL for the C++ EH test

It works on Windows now.

Modified:
    compiler-rt/trunk/test/asan/TestCases/contiguous_container.cc

Modified: compiler-rt/trunk/test/asan/TestCases/contiguous_container.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/contiguous_container.cc?rev=249799&r1=249798&r2=249799&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/contiguous_container.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/contiguous_container.cc Thu Oct  8 20:33:15 2015
@@ -1,8 +1,5 @@
 // RUN: %clangxx_asan -fexceptions -O %s -o %t && %run %t
 //
-// FIXME: Needs better C++ exception support
-// XFAIL: win32
-//
 // Test __sanitizer_annotate_contiguous_container.
 
 #include <stdlib.h>




More information about the llvm-commits mailing list