dart-sdk/tests
Erik Ernst ef1f4c78db Remove expectation that instantiated local function tearoffs are notEqual
This CL changes the test
language/generic_methods/explicit_instantiated_tearoff_test.dart
such that it no longer expects a generic instantiation of a local
function tearoff to be notEqual to another function object which is
the same local function, same enclosing invocation, same type
arguments.

The rationale is that we should not preclude an optimization whereby
these function objects are canonicalized (at run time, or if they
can be lifted to the top level even possibly at compile time).

Change-Id: I5845a19ce9ccf931c4d3abe4ab619f3ed2a2fbc4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209860
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
2021-08-11 16:07:51 +00:00
..
co19 [co19] Skip flawed tests on latest co19 roll 2021-08-11 13:29:59 +00:00
co19_2 [co19_2] Tests skipped according to issues 46483 and 42222 2021-07-27 08:20:57 +00:00
corelib Adjust symbol tests to new semantics 2021-07-01 18:43:14 +00:00
corelib_2 [cfe] Remove isOptOutTest work-around 2021-08-04 10:44:00 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi [VM] Moves FfiNative fields to function parent. 2021-08-09 09:13:38 +00:00
ffi_2 [vm] Remove --experimental-enable-isolate-groups-jit, only guard via --enable-isolate-groups 2021-07-16 09:13:28 +00:00
language Remove expectation that instantiated local function tearoffs are notEqual 2021-08-11 16:07:51 +00:00
language_2 Rewrite AST w/ Constructor reference w/ explicit type args 2021-08-10 23:54:49 +00:00
lib [vm/concurrency] Add missing WeakProperty support to transitive copy 2021-08-09 23:56:19 +00:00
lib_2 [vm/concurrency] Add missing WeakProperty support to transitive copy 2021-08-09 23:56:19 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [gardening] Ensure directory_fuzz_test creates test directories in temp folder, not in check-out location. 2021-08-06 15:32:22 +00:00
standalone_2 [gardening] Ensure directory_fuzz_test creates test directories in temp folder, not in check-out location. 2021-08-06 15:32:22 +00:00
web Remove obsolete internal dart2js annotations 2021-08-04 23:27:18 +00:00
web_2 Remove obsolete internal dart2js annotations 2021-08-04 23:27:18 +00:00
legacy_status_dart2js.csv
README.md

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.