dart-sdk/tests/language
Erik Ernst cc84bb3e28 Adjust type_parameter_test to expect caller-side check on tearoff
language/covariant/type_parameter_test.dart performed a tearoff which
should incur a run-time error (because the dynamic type of the
tearoff is not a subtype of the static type, so it would be a
soundness violation to pass that value on to the next step of
evaluation).

Change-Id: Ia4ec813606e711cab0bdcc68d24bbac3c9a2d8c2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209910
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
2021-08-11 16:37:51 +00:00
..
abstract [test] Replace non-implemented @DontInline() annotations 2021-07-26 13:22:31 +00:00
accessor_conflict
argument
assert
assign
async [vm] Enable new kernel AST invocation nodes for the VM, take 2 2021-05-20 18:53:45 +00:00
async_nested
async_star Fix name of async_star/pause_test2.dart. 2021-05-19 08:04:35 +00:00
await
bool
call
canonicalize
cascade
class
closure Restore function object equality related tests 2021-08-06 15:31:19 +00:00
compile_time_constant
const [test] const types and null in const maps and sets 2021-07-26 12:42:20 +00:00
const_functions Stop using ConstantAstCloner. 2021-06-13 17:33:42 +00:00
constants_2018
constructor Rewrite AST w/ Constructor reference w/ explicit type args 2021-08-10 23:54:49 +00:00
control_flow_collections
covariant Adjust type_parameter_test to expect caller-side check on tearoff 2021-08-11 16:37:51 +00:00
covariant_override
deferred [cfe] Fix message offset on unresolved prefix access 2021-08-11 16:12:01 +00:00
double
double_literals
dynamic
enum Add supertype to enum classes. 2021-06-25 14:08:16 +00:00
exception
export [test] Fix bug in export/duplicate_import_libd 2021-06-30 07:44:52 +00:00
extension_methods
external_abstract_fields
factory [cfe] Create normal bodies for redirecting factories 2021-08-04 17:51:07 +00:00
field
final
function Issue 46062. Report TYPE_ALIAS_CANNOT_REFERENCE_ITSELF on the name of the alias. 2021-05-19 15:45:21 +00:00
function_subtype Rename language(_2)/function_subtype/null.dart to actually be a test. 2021-05-25 11:19:50 +00:00
function_type
generic Adjust test on super-bounds to avoid error-on-error situations 2021-07-10 00:44:10 +00:00
generic_methods Remove expectation that instantiated local function tearoffs are notEqual 2021-08-11 16:07:51 +00:00
getter
identifier [parser] Consume (and use) identifier looking like start of next top level declaration as class name 2021-06-18 10:20:32 +00:00
identity
if
if_null
implicit_creation
implicit_downcast_during
import
inference
initializing_formal
instance
instantiate_to_bound
interceptor
interface [cfe] Create normal bodies for redirecting factories 2021-08-04 17:51:07 +00:00
invalid_returns
is
label
lazy
least_upper_bound
library Rename library6.dart to make it a test. 2021-05-25 11:55:40 +00:00
list
loop
main
malbounded
malformed
map [js_runtime] Use custom hashCode for GeneralConstantMap 2021-07-16 22:58:02 +00:00
metadata
method
mixin
mixin_constructor_forwarding
mixin_declaration
new
nnbd Add language tests for some late instance variable corner cases. 2021-06-02 23:21:24 +00:00
no_such_method
nonfunction_type_aliases Fix import in "infer_aliased_factory_invocation_07_test.dart". 2021-05-25 09:46:20 +00:00
nosuchmethod_forwarding Rename some more incorrectly named tests. 2021-06-03 00:49:54 +00:00
null
null_aware [cfe] Fix message offset on unresolved prefix access 2021-08-11 16:12:01 +00:00
number
operator Reland "Add some operator based tests." 2021-06-29 16:28:48 +00:00
optimize [test] Replace non-implemented @DontInline() annotations 2021-07-26 13:22:31 +00:00
override
parameter
part
prefix Fix imports in prefix/new_test.dart. 2021-05-25 12:00:30 +00:00
private [cfe] Fix message offset on unresolved prefix access 2021-08-11 16:12:01 +00:00
propagate
redirecting [cfe] Create normal bodies for redirecting factories 2021-08-04 17:51:07 +00:00
reg_exp
regress [vm] Ignore differences in generic-covariant-impl flags of type parameters when doing a subtype check 2021-08-07 21:03:46 +00:00
resolution
return
rewrite
script Delete unused files in test folders. 2021-05-19 08:05:05 +00:00
set_literals
setter
spread_collections
stack_trace
static
string [test] Replace non-implemented @DontInline() annotations 2021-07-26 13:22:31 +00:00
subtyping_static
super
superinterface_variance
switch
symbol
sync_star
syntax
this
top_level Delete unused files in test folders. 2021-05-19 08:05:05 +00:00
type
type_object [tests] Remove not-identical expectation for Type values 2021-08-10 18:47:31 +00:00
type_promotion
type_variable
typedef Adjust aliased_type_literal_instantiation_test to expect dynamic 2021-08-05 10:05:38 +00:00
unsorted [test] Replace non-implemented @DontInline() annotations 2021-07-26 13:22:31 +00:00
value_class
variable
variance
vm [vm] Remove --experimental-enable-isolate-groups-jit, only guard via --enable-isolate-groups 2021-07-16 09:13:28 +00:00
void
why_not_promoted Rename some more incorrectly named tests. 2021-06-03 00:49:54 +00:00
analysis_options.yaml
await_type_error_test.dart
await_type_test.dart
dynamic_type_helper.dart
language.status [VM/tests] issue/45618 - Avoid large outputs from tests 2021-05-26 06:04:01 +00:00
language_analyzer.status
language_dart2js.status
language_dartdevc.status
language_kernel.status Reland "[vm] Remove --causal-async-stacks flag" 2021-07-02 14:26:46 +00:00
language_precompiled.status
language_spec_parser.status
language_vm.status
library1.dart
library2.dart
library10.dart
library11.dart
library12.dart
static_type_helper.dart [test] Fix constructor tear off tests in language 2021-07-23 08:41:09 +00:00
syntax_helper.dart Additional language tests for parsing behaviors around type arguments. 2021-05-18 14:06:13 +00:00