From a3ed77d6b069e037b7dcdd617925ef880c88724d Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Tue, 18 Apr 2023 08:45:10 -0700 Subject: [PATCH] Bump expected Dwarf warning count (#84980) Fixes #84979 --- src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs b/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs index 39e6c815c0dda..a6b7612c4895a 100644 --- a/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs +++ b/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs @@ -52,7 +52,7 @@ public static int Main(string[] args) // 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 = 16500; - const int MaxWarnings = 18500; + const int MaxWarnings = 20000; #else const int MinWarnings = 12000; const int MaxWarnings = 13000;