dart-sdk/tests
Regis Crelier 8a21ab195a [VM/runtime] Refactor the representation of type parameters in the VM.
This introduces a new VM internal class 'TypeParameters' representing the declaration of a list of type parameters, either in a class or function.
The reference to (or use of) a type parameter is still represented by the existing 'TypeParameter' class.

Fixes https://github.com/dart-lang/sdk/issues/43901
Fixes https://github.com/dart-lang/sdk/issues/45763

TEST=existing ones and a regression test

Change-Id: I1fde808bf753cc1cb829f2c4383c1836651cee80
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/189942
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2021-05-04 15:47:01 +00:00
..
co19
co19_2
corelib
corelib_2
dartdevc
dartdevc_2
ffi [cfe/ffi] Fix division by 0 on @Packed(0) 2021-04-29 10:55:17 +00:00
ffi_2 [cfe/ffi] Fix division by 0 on @Packed(0) 2021-04-29 10:55:17 +00:00
language [VM/runtime] Refactor the representation of type parameters in the VM. 2021-05-04 15:47:01 +00:00
language_2 [vm] Exclude current_context_var from ValidatePhis 2021-05-01 09:28:17 +00:00
lib [VM/runtime] Refactor the representation of type parameters in the VM. 2021-05-04 15:47:01 +00:00
lib_2 [VM/runtime] Refactor the representation of type parameters in the VM. 2021-05-04 15:47:01 +00:00
modular
standalone [vm/aot] Discard Code objects of invisible functions 2021-04-27 23:31:02 +00:00
standalone_2 [vm/aot] Discard Code objects of invisible functions 2021-04-27 23:31:02 +00:00
web [dart2js] Use simple load ids on some bots. 2021-04-29 17:19:05 +00:00
web_2
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.