[compiler-rt] r233040 - [ASan] Remove XFAIL from now passing test.
Alexey Samsonov
vonosmas at gmail.com
Mon Mar 23 16:37:39 PDT 2015
Author: samsonov
Date: Mon Mar 23 18:37:39 2015
New Revision: 233040
URL: http://llvm.org/viewvc/llvm-project?rev=233040&view=rev
Log:
[ASan] Remove XFAIL from now passing test.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/sized_delete_test.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/sized_delete_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/sized_delete_test.cc?rev=233040&r1=233039&r2=233040&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/sized_delete_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/sized_delete_test.cc Mon Mar 23 18:37:39 2015
@@ -9,7 +9,7 @@
// FIXME: the following two lines are not true after r232788.
// Sized-delete is implemented with a weak delete() definition.
// Weak symbols are kind of broken on Android.
-// XFAIL: android, asan-dynamic-runtime
+// XFAIL: android
#include <new>
#include <stdio.h>
More information about the llvm-commits
mailing list