r343747 - [analyzer] [quickfix] Temporarily disabling a failing test.

George Karpenkov via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 3 17:07:45 PDT 2018


Author: george.karpenkov
Date: Wed Oct  3 17:07:45 2018
New Revision: 343747

URL: http://llvm.org/viewvc/llvm-project?rev=343747&view=rev
Log:
[analyzer] [quickfix] Temporarily disabling a failing test.

Modified:
    cfe/trunk/test/Analysis/trustnonnullchecker_test.m

Modified: cfe/trunk/test/Analysis/trustnonnullchecker_test.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/trustnonnullchecker_test.m?rev=343747&r1=343746&r2=343747&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/trustnonnullchecker_test.m (original)
+++ cfe/trunk/test/Analysis/trustnonnullchecker_test.m Wed Oct  3 17:07:45 2018
@@ -1,3 +1,6 @@
+// Temporarily disabling the test, it failes the "system is over-constrained"
+// assertion in *non* optimized builds.
+// REQUIRES: rdar44992170
 // RUN: %clang_analyze_cc1 -fblocks -analyze -analyzer-checker=core,nullability,apiModeling,debug.ExprInspection  -verify %s
 
 #include "Inputs/system-header-simulator-for-nullability.h"




More information about the cfe-commits mailing list