forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for "known errors" to Fuzzlyn pipeline (dotnet#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.
- Loading branch information
1 parent
96d1c8e
commit 1f273fd
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters