[llvm] r295596 - XFAIL this test until we figure out what to do here, since it will fail if NDEBUG defined

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 18 20:55:02 PST 2017


Author: dannyb
Date: Sat Feb 18 22:55:02 2017
New Revision: 295596

URL: http://llvm.org/viewvc/llvm-project?rev=295596&view=rev
Log:
XFAIL this test until we figure out what to do here, since it will fail if NDEBUG defined

Modified:
    llvm/trunk/test/Other/debugcounter.ll

Modified: llvm/trunk/test/Other/debugcounter.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/debugcounter.ll?rev=295596&r1=295595&r2=295596&view=diff
==============================================================================
--- llvm/trunk/test/Other/debugcounter.ll (original)
+++ llvm/trunk/test/Other/debugcounter.ll Sat Feb 18 22:55:02 2017
@@ -1,3 +1,4 @@
+;XFAIL: *
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ;; Test that, with debug counters on, we don't rename the first info, only the second
 ; RUN: opt -debug-counter=predicateinfo-rename-skip=1,predicateinfo-rename-count=1 -print-predicateinfo -analyze  < %s 2>&1 | FileCheck %s




More information about the llvm-commits mailing list