[llvm] r307874 - [sanstats] Remove a flaky test.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 18:36:12 PDT 2017


Author: davide
Date: Wed Jul 12 18:36:12 2017
New Revision: 307874

URL: http://llvm.org/viewvc/llvm-project?rev=307874&view=rev
Log:
[sanstats] Remove a flaky test.

I don't know a reliable way of crafting a test for this case,
but I'll try a little harder. In the meanwhile, let's get the
bots green again. Please note this will be tested by `check-cfi`
once r307215 relands.

Removed:
    llvm/trunk/test/tools/sanstats/Inputs/debuginfo.stats
    llvm/trunk/test/tools/sanstats/debuginfo.test

Removed: llvm/trunk/test/tools/sanstats/Inputs/debuginfo.stats
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/sanstats/Inputs/debuginfo.stats?rev=307873&view=auto
==============================================================================
Binary files llvm/trunk/test/tools/sanstats/Inputs/debuginfo.stats (original) and llvm/trunk/test/tools/sanstats/Inputs/debuginfo.stats (removed) differ

Removed: llvm/trunk/test/tools/sanstats/debuginfo.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/sanstats/debuginfo.test?rev=307873&view=auto
==============================================================================
--- llvm/trunk/test/tools/sanstats/debuginfo.test (original)
+++ llvm/trunk/test/tools/sanstats/debuginfo.test (removed)
@@ -1,4 +0,0 @@
-# RUN: sanstats %p/Inputs/debuginfo.stats | FileCheck %s
-
-# CHECK: stats.cpp:23 vcall.cfi cfi-vcall 37
-# CHECK: stats.cpp:28 nvcall.cfi cfi-nvcall 51




More information about the llvm-commits mailing list