dart-sdk/tests
Lasse R.H. Nielsen 98b4635aa9 Make TypeError no longer implement AssertionError.
This means that TypeError no longer inherits a spurious `message` member.
The message of a platform-thrown TypeError is still available as `toString()`.

Fixes #40317

Bug: http://dartbug.com/40317
Change-Id: I77312859ebae3f92c2e56aeea6283b075b71c8d5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/136129
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Erik Ernst <eernst@google.com>
2020-02-21 14:02:57 +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 Make TypeError no longer implement AssertionError. 2020-02-21 14:02:57 +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.