[compiler-rt] r306619 - [asan] This test now passes
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 17:19:28 PDT 2017
Author: vitalybuka
Date: Wed Jun 28 17:19:27 2017
New Revision: 306619
URL: http://llvm.org/viewvc/llvm-project?rev=306619&view=rev
Log:
[asan] This test now passes
Modified:
compiler-rt/trunk/test/asan/TestCases/throw_call_test.cc
Modified: compiler-rt/trunk/test/asan/TestCases/throw_call_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/throw_call_test.cc?rev=306619&r1=306618&r2=306619&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/throw_call_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/throw_call_test.cc Wed Jun 28 17:19:27 2017
@@ -1,9 +1,6 @@
// RUN: %clangxx_asan %s -o %t && %run %t
// http://code.google.com/p/address-sanitizer/issues/detail?id=147 (not fixed).
// BROKEN: %clangxx_asan %s -o %t -static-libstdc++ && %run %t
-//
-// Android builds with static libstdc++ by default.
-// XFAIL: android
#include <stdio.h>
static volatile int zero = 0;
More information about the llvm-commits
mailing list