Reverting ce420820c815e806bab9c5f17cb3b829a616548a because it fails expensive checks
authorRashmi Mudduluru <rashmi@rashmis-mbp.lan>
Mon, 14 Feb 2022 19:09:43 +0000 (11:09 -0800)
committerRashmi Mudduluru <rashmi@Rashmis-MacBook-Pro.local>
Wed, 16 Feb 2022 17:25:53 +0000 (09:25 -0800)
clang/test/Analysis/trustnonnullchecker_test.m

index 5e09c4f..cb0c1cd 100644 (file)
@@ -1,3 +1,6 @@
+// Temporarily disabling the test, it failes the "system is over-constrained" (part of expensive checks)
+// 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"