Author: hans Date: Thu Feb 18 18:09:50 2016 New Revision: 261283 URL: http://llvm.org/viewvc/llvm-project?rev=261283&view=rev Log: Merging r261263: ------------------------------------------------------------------------ r261263 | rnk | 2016-02-18 13:24:30 -0800 (Thu, 18 Feb 2016) | 1 line
Un-XFAIL the last C++ EH test, it was fixed by r261258 ------------------------------------------------------------------------ Modified: compiler-rt/branches/release_38/ (props changed) compiler-rt/branches/release_38/test/asan/TestCases/throw_catch.cc Propchange: compiler-rt/branches/release_38/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Thu Feb 18 18:09:50 2016 @@ -1 +1 @@ -/compiler-rt/trunk:258916,259755,260669,260839,261073,261142,261193 +/compiler-rt/trunk:258916,259755,260669,260839,261073,261142,261193,261263 Modified: compiler-rt/branches/release_38/test/asan/TestCases/throw_catch.cc URL: http://llvm.org/viewvc/llvm-project/compiler-rt/branches/release_38/test/asan/TestCases/throw_catch.cc?rev=261283&r1=261282&r2=261283&view=diff ============================================================================== --- compiler-rt/branches/release_38/test/asan/TestCases/throw_catch.cc (original) +++ compiler-rt/branches/release_38/test/asan/TestCases/throw_catch.cc Thu Feb 18 18:09:50 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> _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits