]> granicus.if.org Git - llvm/commit
[Dominators] Temporarily disable a flaky unit test
authorJakub Kuderski <kubakuderski@gmail.com>
Fri, 14 Jul 2017 23:49:12 +0000 (23:49 +0000)
committerJakub Kuderski <kubakuderski@gmail.com>
Fri, 14 Jul 2017 23:49:12 +0000 (23:49 +0000)
commiteff738f7cf7d65f344e70e572fd3210ba22275e9
treee48ed05c42c1a8b589bef03b048c79047e0bfd2c
parent948973b73f8e751fb576c077316a0922c19f6257
[Dominators] Temporarily disable a flaky unit test

The DominatorTree.InsertDeleteExhaustive uses a RNG with a
constant seed to generate different sequences of updates. The test
fails on some buildbots and this patch disables it for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308070 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/IR/DominatorTreeTest.cpp