dart-sdk/tests
Brian Wilkerson d074bb1596 Improve the range selected by const_constructor_with_field_initialized_by_non_const
Instead of highlighting the entire constructor, which might be long, we
now highlight just the keyword `const`.

Change-Id: Ie520db0a2fcaf05db79d9e49e08f06a5212fef7f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152727
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2020-06-28 14:51:31 +00:00
..
co19 [co19] Enable Language/Libraries_and_Scripts tests 2020-06-26 09:11:14 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
corelib Revert "Fix duration.toString() to conform the description" 2020-06-22 10:29:15 +00:00
corelib_2 Revert "Fix duration.toString() to conform the description" 2020-06-22 10:29:15 +00:00
dart2js [dart2js] Ensure generic local functions are marked as potentially 2020-06-26 21:27:38 +00:00
dart2js_2 [dart2js] Ensure generic local functions are marked as potentially 2020-06-26 21:27:38 +00:00
dartdevc [dartdevc] Move opted out tests to tests/dartdevc and optin. 2020-06-18 18:46:16 +00:00
dartdevc_2 [dartdevc] Migrate tests/compiler/dartdevc_native to tests/dartdevc_2. 2020-06-17 18:14:00 +00:00
ffi [vm/ffi] Remove try-catch from ffi trampoline if no handle scope 2020-06-26 12:03:02 +00:00
ffi_2 [vm/ffi] Remove try-catch from ffi trampoline if no handle scope 2020-06-26 12:03:02 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Improve the range selected by const_constructor_with_field_initialized_by_non_const 2020-06-28 14:51:31 +00:00
language_2 Improve the range selected by const_constructor_with_field_initialized_by_non_const 2020-06-28 14:51:31 +00:00
lib Migrate the new async error tests. 2020-06-26 20:59:28 +00:00
lib_2 Clean up uses of @virtual in tests 2020-06-26 20:33:55 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone Migrate standalone_2 to null safety. 2020-06-26 19:17:50 +00:00
standalone_2 [vm] Remove (unused & deprecated) --package-root parameter from VM binaries and from tests (Platform.packageRoot always returns null) 2020-06-24 18:17:53 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +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.