[compiler-rt] r244818 - Removed xfail, since test is passing in line with expanded dtor sanitizing functionality

Daniel Jasper via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 00:57:43 PDT 2015


The buildbot is still unhappy about it:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/19678/steps/ninja%20check-msan/logs/stdio

And I can reproduce the same failure locally. Please stop submitting this
until you are sure it works. I'll revert again.

On Wed, Aug 12, 2015 at 11:31 PM, Naomi Musgrave via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: nmusgrave
> Date: Wed Aug 12 16:31:27 2015
> New Revision: 244818
>
> URL: http://llvm.org/viewvc/llvm-project?rev=244818&view=rev
> Log:
> Removed xfail, since test is passing in line with expanded dtor sanitizing
> functionality
>
> Summary: Fixed test in response to buildbot failures from last night.
>
> Reviewers: eugenis, kcc
>
> Differential Revision: http://reviews.llvm.org/D11992
>
> Modified:
>     compiler-rt/trunk/test/msan/dtor-base-access.cc
>
> Modified: compiler-rt/trunk/test/msan/dtor-base-access.cc
> URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/dtor-base-access.cc?rev=244818&r1=244817&r2=244818&view=diff
>
> ==============================================================================
> --- compiler-rt/trunk/test/msan/dtor-base-access.cc (original)
> +++ compiler-rt/trunk/test/msan/dtor-base-access.cc Wed Aug 12 16:31:27
> 2015
> @@ -4,8 +4,6 @@
>
>  // RUN: %clangxx_msan %s -O2 -fsanitize=memory
> -fsanitize-memory-use-after-dtor -o %t && MSAN_OPTIONS=poison_in_dtor=1
> %run %t >%t.out 2>&1
>
> -// XFAIL: *
> -
>  #include <sanitizer/msan_interface.h>
>  #include <assert.h>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150813/9acbc7c5/attachment.html>


More information about the llvm-commits mailing list