Files
sdk/pkg/test_runner/test
Martin Kustermann 2f6a6f48d1 [infra] Follow-up fix to align tools/test.dart & tools/test.py on outcomes
* tools/test.py used testCase.unexpectedOutcome
  * tools/test.dart used testCase.realExpected

This CL purely changes local usage of `tools/test.py` and does
not affect CI infrastucture or `tools/test.dart` runs

This almost gets rid of `expectedOutcomes` but it's still used
 - for Summary reporting
 - for Skip, SkipByDesign
 - for Crash

Issue https://github.com/dart-lang/sdk/issues/56660

Change-Id: Ib52bd03b884e004da579b9318f1074f76bd4b43e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/383662
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2024-09-06 11:59:48 +00:00
..