[compiler-rt] r212926 - [asan] Remove XFAIL:android from 2 newly passing tests.
Alexey Samsonov
vonosmas at gmail.com
Mon Jul 14 11:09:26 PDT 2014
Thanks!
On Mon, Jul 14, 2014 at 1:54 AM, Evgeniy Stepanov <eugeni.stepanov at gmail.com
> wrote:
> Author: eugenis
> Date: Mon Jul 14 03:54:10 2014
> New Revision: 212926
>
> URL: http://llvm.org/viewvc/llvm-project?rev=212926&view=rev
> Log:
> [asan] Remove XFAIL:android from 2 newly passing tests.
>
> Fixed in r212872.
>
> Modified:
> compiler-rt/trunk/test/asan/TestCases/global-demangle.cc
> compiler-rt/trunk/test/asan/TestCases/global-location.cc
>
> Modified: compiler-rt/trunk/test/asan/TestCases/global-demangle.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/global-demangle.cc?rev=212926&r1=212925&r2=212926&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/test/asan/TestCases/global-demangle.cc (original)
> +++ compiler-rt/trunk/test/asan/TestCases/global-demangle.cc Mon Jul 14
> 03:54:10 2014
> @@ -1,6 +1,3 @@
> -// FIXME:
> https://code.google.com/p/address-sanitizer/issues/detail?id=264
> -// XFAIL: android
> -//
> // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
>
> namespace XXX {
>
> Modified: compiler-rt/trunk/test/asan/TestCases/global-location.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/global-location.cc?rev=212926&r1=212925&r2=212926&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/test/asan/TestCases/global-location.cc (original)
> +++ compiler-rt/trunk/test/asan/TestCases/global-location.cc Mon Jul 14
> 03:54:10 2014
> @@ -1,6 +1,3 @@
> -// FIXME:
> https://code.google.com/p/address-sanitizer/issues/detail?id=264
> -// XFAIL: android
> -
> // RUN: %clangxx_asan -O2 %s -o %t
> // RUN: not %run %t g 2>&1 | FileCheck %s --check-prefix=CHECK
> --check-prefix=GLOB
> // RUN: not %run %t c 2>&1 | FileCheck %s --check-prefix=CHECK
> --check-prefix=CLASS_STATIC
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Alexey Samsonov
vonosmas at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140714/45f4ac4b/attachment.html>
More information about the llvm-commits
mailing list