[compiler-rt] r236645 - [sanitizer] Restrict the missing coverage test to x86/x86_64.

Sergey Matveev earthdok at google.com
Thu May 7 05:21:27 PDT 2015


Can you post the full log?

On Thu, May 7, 2015 at 3:07 PM, H.J. Lu <hjl.tools at gmail.com> wrote:

> On Wed, May 6, 2015 at 2:50 PM, Sergey Matveev <earthdok at google.com>
> wrote:
> > Author: smatveev
> > Date: Wed May  6 16:50:42 2015
> > New Revision: 236645
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=236645&view=rev
> > Log:
> > [sanitizer] Restrict the missing coverage test to x86/x86_64.
> >
> > Contrary to my hopes, it didn't magically work on other platforms.
> >
> > Modified:
> >     compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
> >
> > Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
> > URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc?rev=236645&r1=236644&r2=236645&view=diff
> >
> ==============================================================================
> > --- compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
> (original)
> > +++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc Wed
> May  6 16:50:42 2015
> > @@ -44,6 +44,7 @@
> >  // RUN: %sancov missing %dynamiclib < foo.txt > foo-missing.txt
> >  // RUN: diff bar.txt foo-missing.txt
> >
> > +// REQUIRES: x86_64-supported-target, i386-supported-target
> >  // XFAIL: android
> >
> >  #include <stdio.h>
> >
> >
>
> On Fedora 21/x86-64, I got
>
> Failing Tests (2):
>     AddressSanitizer-i386-linux :: TestCases/Linux/coverage-missing.cc
>     AddressSanitizer-i686-linux :: TestCases/Linux/coverage-missing.cc
>
> --
> H.J.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150507/729cf528/attachment.html>


More information about the llvm-commits mailing list