[compiler-rt] r282095 - Remove obsolete XFAIL.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 21 10:41:03 PDT 2016


Author: nico
Date: Wed Sep 21 12:41:03 2016
New Revision: 282095

URL: http://llvm.org/viewvc/llvm-project?rev=282095&view=rev
Log:
Remove obsolete XFAIL.

The sanitizer-windows bot is currently red because this test unexpectedly passes.

Modified:
    compiler-rt/trunk/test/cfi/stats.cpp

Modified: compiler-rt/trunk/test/cfi/stats.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/stats.cpp?rev=282095&r1=282094&r2=282095&view=diff
==============================================================================
--- compiler-rt/trunk/test/cfi/stats.cpp (original)
+++ compiler-rt/trunk/test/cfi/stats.cpp Wed Sep 21 12:41:03 2016
@@ -5,9 +5,6 @@
 // FIXME: We currently emit the wrong debug info under devirtualization.
 // UNSUPPORTED: devirt
 
-// FIXME: Crashes LLD during LTO for unknown reasons.
-// XFAIL: win32
-
 struct ABase {};
 
 struct A : ABase {




More information about the llvm-commits mailing list