You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for "known errors" to Fuzzlyn pipeline (#73938)
Fuzzlyn now supports a "known errors" list that will not be reported as
failing examples and will thus not cause the pipeline to fail. The list
can be specified either as a path to a file containing a JSON array of
error strings, or as a built-in list "dotnet/runtime" that is maintained
in Fuzzlyn itself. This PR hooks the support up on the runtime side.
0 commit comments