dart-sdk/pkg/expect
Nate Biggs 779fe017ba [dart2js] Add Dart web speciailized expectation helpers.
There are many failing Dart2JS language/library tests due to differences in backend implementations.

We want to adopt a strategy that allows us to make explicit the different expectations we have of each backend.

This adds logic for the 2 most common causes of these backend related failures (numbers and implicit checks) but we can add more of these as we discover more use cases.

This is an iteration on https://dart-review.googlesource.com/c/sdk/+/293463 attempting to integrate feedback from that change.

Change-Id: Ie3a1954066199695d92881497e940385467c9a12
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/311780
Commit-Queue: Nate Biggs <natebiggs@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
2023-08-11 20:59:30 +00:00
..
lib [dart2js] Add Dart web speciailized expectation helpers. 2023-08-11 20:59:30 +00:00
test [pkg/expect] use package:lints/recommended.yaml 2023-02-10 20:11:44 +00:00
analysis_options.yaml [pkg/expect] use package:lints/recommended.yaml 2023-02-10 20:11:44 +00:00
LICENSE Update LICENSE 2021-04-07 10:28:38 +00:00
OWNERS Add myself to OWNERS in the various test packages. 2022-03-05 08:14:17 +00:00
pubspec.yaml [expect] Replace @alwaysThrows with Never 2023-01-25 23:02:27 +00:00