projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaffd8b
)
Bump the max Dwarf warning limit (#87301)
author
Jan Kotas
<jkotas@microsoft.com>
Fri, 9 Jun 2023 03:24:32 +0000
(20:24 -0700)
committer
GitHub
<noreply@github.com>
Fri, 9 Jun 2023 03:24:32 +0000
(20:24 -0700)
src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
patch
|
blob
|
history
diff --git
a/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
b/src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
index
f14de76
..
fa57cd5
100644
(file)
--- a/
src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
+++ b/
src/tests/nativeaot/SmokeTests/DwarfDump/Program.cs
@@
-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 = 2
0
000;
+ const int MaxWarnings = 2
2
000;
#else
const int MinWarnings = 12000;
const int MaxWarnings = 13000;