forked from dart-lang/sdk
-
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.
[tool] Dartfuzz use string matcher to output a diff
Before this CL the fuzzer would give a truncated output of stdout of both invocations on a divergence. This was not helpful for cases where the divergence is after the truncation. Instead, use package:matcher to report the diff between the strings. Bug: dart-lang#53972 Change-Id: I1eb1a5a35b5a5082fdacbca881498a61eb9cca1f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/334440 Reviewed-by: Martin Kustermann <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ environment: | |
dependencies: | ||
analyzer: any | ||
args: any | ||
matcher: any | ||
|
||
dev_dependencies: | ||
lints: any |