[libcxxabi] r227239 - Merging r226824:

Hans Wennborg hans at hanshq.net
Tue Jan 27 12:43:26 PST 2015


Author: hans
Date: Tue Jan 27 14:43:26 2015
New Revision: 227239

URL: http://llvm.org/viewvc/llvm-project?rev=227239&view=rev
Log:
Merging r226824:
------------------------------------------------------------------------
r226824 | logan | 2015-01-22 05:40:16 -0800 (Thu, 22 Jan 2015) | 2 lines

Enable backtrace_test for ARM.

------------------------------------------------------------------------

Modified:
    libcxxabi/branches/release_36/   (props changed)
    libcxxabi/branches/release_36/test/backtrace_test.cpp

Propchange: libcxxabi/branches/release_36/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jan 27 14:43:26 2015
@@ -1 +1 @@
-/libcxxabi/trunk:226818-226820,226822-226823
+/libcxxabi/trunk:226818-226820,226822-226824

Modified: libcxxabi/branches/release_36/test/backtrace_test.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/branches/release_36/test/backtrace_test.cpp?rev=227239&r1=227238&r2=227239&view=diff
==============================================================================
--- libcxxabi/branches/release_36/test/backtrace_test.cpp (original)
+++ libcxxabi/branches/release_36/test/backtrace_test.cpp Tue Jan 27 14:43:26 2015
@@ -6,7 +6,6 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
-// XFAIL: arm
 #include <assert.h>
 #include <stddef.h>
 #include <unwind.h>





More information about the cfe-commits mailing list