dart-sdk/tests
Nicholas Shahan 9d1b5ced65 [dartdevc] Update instantiated type arguments in tear-offs
They now become a `Object*` or `Object?` if the library where the method
is defined is legacy or null safe.

Change-Id: Ia3de0d728187b9c5bf64cc8c08aa075e63aff942
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136723
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2020-02-22 00:34:21 +00:00
..
angular
co19 [co19] Handle builders using co19 with test selectors 2019-12-17 17:24:09 +00:00
co19_2 Remove dart:mirrors library from dart2js and ddc SDKs 2020-02-07 17:34:54 +00:00
compiler [analyzer,cfe,dart2js] Add marker.options files to automate running id tests on all configurations 2020-02-21 08:34:26 +00:00
corelib Cleaning up corelib test migrations. 2020-02-03 19:06:17 +00:00
corelib_2 Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +00:00
dart
ffi [test/ffi] Re-enable disabled tests 2020-02-19 08:53:39 +00:00
ffi_2 [vm/ffi] Change asFunction and lookFunction to extension methods 2020-02-14 15:46:37 +00:00
kernel Remove the old "preview Dart 2" flags from the test runner. 2019-09-05 16:59:43 +00:00
language [dartdevc] Update instantiated type arguments in tear-offs 2020-02-22 00:34:21 +00:00
language_2 Make TypeError no longer implement AssertionError. 2020-02-21 14:02:57 +00:00
lib Fix timer_cancel_test. 2020-02-15 02:40:00 +00:00
lib_2 Revert fileapi_entry_test to use unittest.dart 2020-02-19 21:00:44 +00:00
modular [CFE] Use package config v2 2020-02-12 10:07:25 +00:00
search
standalone [nnbd] Update process_detached_test with StateError semantics. 2020-02-21 12:44:16 +00:00
standalone_2 [vm/concurrency] Share [Heap] and [SharedClassTable] between all isolates within one isolate group 2020-02-20 21:08:35 +00:00
legacy_status_dart2js.csv [infra] Remove non-essential test expectations with comments from general status files 2019-10-01 06:18:59 +00:00
README.md Update tests/README to point to new doc. 2019-08-06 22:19:42 +00:00

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