Files
sdk/runtime/tools/dartfuzz/pubspec.yaml
T
Daco Harkes 7fdd03271f [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: https://github.com/dart-lang/sdk/issues/53972
Change-Id: I1eb1a5a35b5a5082fdacbca881498a61eb9cca1f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/334440
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2023-11-07 09:03:56 +00:00

15 lines
236 B
YAML

name: dartfuzz
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.10.0 <3.0.0'
dependencies:
analyzer: any
args: any
matcher: any
dev_dependencies:
lints: any