dart-sdk/tests/language/least_upper_bound
Erik Ernst 8eaeb87500 Correct 4 static type expectations in test
Work on https://github.com/dart-lang/sdk/issues/54002 revealed that the
test least_upper_bound_greatest_closure_1_test.dart contains 4 static
type expectations that are incorrect according to the definition of `UP`
and this CL corrects those expectations.

The updates associated with 54002 will change the behavior of the cfe
and the analyzer such that they have the correct expectations (they
currently succeed with the incorrect static type expectations, that is,
they need to be updated in order to compute `UP` correctly, but that
will occur as part of the update described in 54002, so we will
approve the test failures caused by this CL and refer to 54002).

Change-Id: Iec6ba253eea9f85efc8af67b372bd7f160145a22
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/337726
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
2023-11-27 10:38:31 +00:00
..
expansive_runtime_test.dart
expansive_test.dart
least_upper_bound_fbound_test.dart Add tests for least upper bound spec change #1195 2020-10-08 10:49:33 +00:00
least_upper_bound_function_test.dart Adjust tests verifying the static type dynamic 2020-10-30 16:10:30 +00:00
least_upper_bound_futureor_test.dart Adjust tests verifying the static type dynamic 2020-10-30 16:10:30 +00:00
least_upper_bound_greatest_closure_1_test.dart Correct 4 static type expectations in test 2023-11-27 10:38:31 +00:00
least_upper_bound_greatest_closure_2_test.dart Add test for upper bound with greatest closure 2021-01-21 08:51:53 +00:00
least_upper_bound_test.dart
runtime_3_test.dart
runtime_4_test.dart
runtime_5_test.dart
runtime_7_test.dart
runtime_8_test.dart
runtime_9_test.dart
runtime_10_test.dart
runtime_11_test.dart
runtime_14_test.dart
runtime_15_test.dart
runtime_16_test.dart
runtime_18_test.dart
runtime_19_test.dart
runtime_20_test.dart
runtime_22_test.dart
runtime_test.dart