[llvm] r302976 - [NewGVN] XFAIL a flaky test until I find out what's going on.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 19:45:47 PDT 2017


Author: davide
Date: Fri May 12 21:45:47 2017
New Revision: 302976

URL: http://llvm.org/viewvc/llvm-project?rev=302976&view=rev
Log:
[NewGVN] XFAIL a flaky test until I find out what's going on.

I bet the change is correct but this test seems to expose some underlying
problem that manifest only on some buildbots, and I'm not able to reproduce
locally. Unfortunately I can't debug right now but I don't want to annoy
people with spurious failures, so I'll XFAIL until I can take a look (over
the weekend).

Modified:
    llvm/trunk/test/Transforms/NewGVN/pr32934.ll

Modified: llvm/trunk/test/Transforms/NewGVN/pr32934.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/NewGVN/pr32934.ll?rev=302976&r1=302975&r2=302976&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/NewGVN/pr32934.ll (original)
+++ llvm/trunk/test/Transforms/NewGVN/pr32934.ll Fri May 12 21:45:47 2017
@@ -1,3 +1,4 @@
+; XFAIL: *
 ; RUN: opt -S -newgvn %s | FileCheck %s
 
 ; CHECK: define void @tinkywinky() {




More information about the llvm-commits mailing list