Bump the max Dwarf warning limit (#87301)
authorJan Kotas <jkotas@microsoft.com>
Fri, 9 Jun 2023 03:24:32 +0000 (20:24 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 03:24:32 +0000 (20:24 -0700)
src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs

index f14de76be76442a2f059f8654e202c6e3d41af24..fa57cd5cda297fd5290206e0a324205a5b132988 100644 (file)
@@ -52,7 +52,7 @@ public class Program
         // Just count the number of warnings and errors. There are so many right now that it's not worth enumerating the list
 #if DEBUG
         const int MinWarnings = 12000;
-        const int MaxWarnings = 20000;
+        const int MaxWarnings = 22000;
 #else
         const int MinWarnings = 12000;
         const int MaxWarnings = 13000;