dart-sdk/tests/language
Nicholas Shahan fdf4e364bf [test_runner] Use sound null safety js files
The bootstrapping was still loading the wrong version of the sdk and
pre-compiled packages when running tests for DDC.

Update constant_null_safety_mode_test to test a constant that is
defined within the sdk itself in addition to one defined in the test.

Change-Id: I8938ed92d866cfca0ce42567f03bed5f3dd9f10c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154121
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2020-07-13 20:09:28 +00:00
..
abstract Apply Karl's multitest changes to the migrated language tests. 2020-06-25 19:41:22 +00:00
accessor_conflict Migrate language_2/accessor_conflict to NNBD. 2020-02-04 09:52:03 +00:00
argument Don't report StrongModeCode.INVALID_CAST_* for NNBD libraries. 2020-02-18 17:35:54 +00:00
assert [tests] Remove more deprecated List constructor usage in tests 2020-04-07 20:09:26 +00:00
assign [cfe] Improve message on final variable assignment 2020-03-24 13:11:29 +00:00
async [cfe] Change implicit catch type to Object 2020-05-14 18:26:01 +00:00
async_nested Migrate language_2/async_nested to NNBD. 2020-02-12 20:46:37 +00:00
async_star [dartdevc] Fixing issue whereby async generators would not resume properly after yielding from within a catch block. 2020-05-29 20:37:06 +00:00
await Make tests not assume catch(e) gives e type dynamic. 2020-05-05 09:57:23 +00:00
bool [tests/nnbd] Fork language/bool tests for weak and strong mode 2020-04-01 00:35:37 +00:00
call Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
canonicalize Migrate language_2/canonicalize to NNBD. 2020-03-31 00:42:49 +00:00
cascade Migrate language_2/cascade to NNBD. 2020-03-31 18:06:40 +00:00
class Issue an error if a prefix in a type name is shadowed by a local variable. 2020-07-09 23:09:18 +00:00
closure Clean up uses of @virtual in tests 2020-06-26 20:33:55 +00:00
compile_time_constant Migrate language_2/compile_time_constant to NNBD. 2020-03-31 15:51:50 +00:00
const [cfe] Use variable name in error message for missing initializer 2020-07-08 12:45:15 +00:00
constants_2018 Update constants_2018/constant_types_test to allow type parameters in 'as'. 2020-04-07 06:50:28 +00:00
constructor Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
control_flow_collections [tests] Loosen weak expectation to any throw 2020-04-23 21:54:10 +00:00
covariant [dart2js] Visit type parameter bounds in the scope visitor. 2020-06-19 23:17:47 +00:00
covariant_override Migrate language_2/covariant_override to NNBD. 2020-04-02 19:04:39 +00:00
deferred Migrate language_2/deferred to NNBD. 2020-04-03 20:04:47 +00:00
double Migrate language_2/double to NNBD. 2020-04-04 00:25:17 +00:00
double_literals Migrate language_2/double_literals to NNBD. 2020-04-04 00:20:37 +00:00
dynamic The type 'dynamic' is defined in dart:core. 2020-04-13 17:55:36 +00:00
enum Migrate language_2/enum to NNBD. 2020-04-09 14:47:19 +00:00
exception Make tests not assume catch(e) gives e type dynamic. 2020-05-05 09:57:23 +00:00
export Migrate language_2/export to NNBD. 2020-04-07 23:30:56 +00:00
extension_methods Remove extension method opt-in in many language tests 2020-05-31 18:46:23 +00:00
external_abstract_fields Fix typos in CL 148324 2020-07-09 14:00:02 +00:00
factory [cfe] Update messages for invalid returns 2020-07-08 14:47:14 +00:00
field Clean up uses of @virtual in tests 2020-06-26 20:33:55 +00:00
final Migrate language_2/final to NNBD. 2020-04-09 00:00:26 +00:00
function Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00
function_subtype Migrate language_2/function_subtype to NNBD. 2020-05-05 16:52:30 +00:00
function_type Migrate language_2/function_type to NNBD. 2020-05-05 01:38:43 +00:00
generic Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
generic_methods [VM/runtime] Introduce a trail in IsSubtypeOf() to avoid cycles. 2020-06-05 19:57:46 +00:00
getter Migrate language_2/getter to NNBD. 2020-05-14 19:16:39 +00:00
identifier Migrate language_2/identifier to NNBD. 2020-05-15 18:47:52 +00:00
identity Migrate language_2/identity to NNBD. 2020-05-15 18:05:02 +00:00
if Migrate language_2/if to NNBD. 2020-05-15 16:00:12 +00:00
if_null Fix for crash 'C?.foo'. 2020-05-18 02:43:47 +00:00
implicit_creation Migrate language_2/implicit_creation to NNBD. 2020-05-20 22:04:05 +00:00
implicit_downcast_during [cfe] Update messages for invalid returns 2020-07-08 14:47:14 +00:00
import Migrate language_2/import to NNBD. 2020-05-26 18:26:00 +00:00
inference Migrate language_2/inference to NNBD. 2020-05-29 19:24:14 +00:00
initializing_formal Migrate language_2/initializing_formal to NNBD. 2020-05-26 18:54:20 +00:00
instance Migrate language_2/instance to NNBD. 2020-05-26 18:35:20 +00:00
instantiate_to_bound Issue 40764. Use Never instead of Null when converting super-bounded to regular-bounded. 2020-02-26 20:12:51 +00:00
interceptor Migrate language_2/interceptor to NNBD. 2020-05-26 16:04:15 +00:00
interface Merge 4 diagnostics for the purpose of documentation 2020-06-23 17:46:02 +00:00
invalid_returns [cfe] Update test expectation for language/unsorted/flatten_test/12 2020-07-10 07:01:18 +00:00
is Migrate language_2/is to NNBD. 2020-05-29 19:47:44 +00:00
label Migrate language_2/label to NNBD. 2020-05-26 20:56:30 +00:00
lazy Migrate language_2/lazy to NNBD. 2020-05-29 19:23:24 +00:00
least_upper_bound Migrate language_2/least_upper_bound to NNBD. 2020-05-30 00:55:26 +00:00
library Migrate language_2/library to NNBD. 2020-05-30 01:10:44 +00:00
list Migrate language_2/list to NNBD. 2020-06-03 00:14:48 +00:00
loop Migrate language_2/loop to NNBD. 2020-05-29 23:48:57 +00:00
main Migrate language_2/main to NNBD. 2020-05-29 19:15:34 +00:00
malbounded Migrate language_2/malbounded to NNBD. 2020-06-03 01:17:26 +00:00
malformed Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
map Migrate language_2/map to NNBD. 2020-05-30 01:39:28 +00:00
metadata Migrate language_2/metadata to NNBD. 2020-06-02 16:45:26 +00:00
method Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
mixin Analyzer: Remove error on class-used-as-mixin referencing super 2020-06-13 15:11:25 +00:00
mixin_constructor_forwarding Add test for mixin application constructor forwarding of default values. 2020-06-12 16:36:40 +00:00
mixin_declaration Migrate language_2/mixin_declaration to NNBD. 2020-06-10 01:09:45 +00:00
new Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
nnbd [test_runner] Use sound null safety js files 2020-07-13 20:09:28 +00:00
no_such_method Migrate language_2/no_such_method to NNBD. 2020-06-03 17:15:10 +00:00
nonfunction_type_aliases [CFE] Type infer aliased factory invocations. 2020-07-01 07:19:08 +00:00
nosuchmethod_forwarding Migrate language_2/nosuchmethod_forwarding to NNBD. 2020-06-03 19:55:36 +00:00
null Migrate language_2/null to NNBD. 2020-06-05 18:59:56 +00:00
null_aware Migrate language_2/null_aware to NNBD. 2020-06-19 01:38:55 +00:00
number Migrate language_2/number to NNBD. 2020-06-04 23:07:53 +00:00
operator Add test for new numeric operator typing rules. 2020-07-09 17:41:52 +00:00
optimize Migrate language_2/optimize to NNBD. 2020-06-06 01:42:35 +00:00
override Clean up uses of @virtual in tests 2020-06-26 20:33:55 +00:00
parameter Migrate language_2/parameter to NNBD. 2020-06-09 10:52:04 +00:00
part Migrate language_2/part to NNBD. 2020-06-08 23:16:55 +00:00
prefix Issue an error if a prefix in a type name is shadowed by a local variable. 2020-07-09 23:09:18 +00:00
private Unify two error codes for diagnostics 2020-06-29 18:58:03 +00:00
propagate Migrate language_2/propagate to NNBD. 2020-06-08 23:36:46 +00:00
redirecting Migrate language_2/redirecting to NNBD. 2020-06-08 22:35:37 +00:00
reg_exp Migrate language_2/reg_exp to NNBD. 2020-06-09 18:45:33 +00:00
regress update collection dep, and add flutter-engine patch 2020-07-01 20:50:38 +00:00
resolution Migrate language_2/resolution to NNBD. 2020-06-09 00:44:05 +00:00
return Migrate language_2/return to NNBD. 2020-06-09 16:31:44 +00:00
rewrite Migrate language_2/rewrite to NNBD. 2020-06-11 13:54:20 +00:00
script Migrate language_2/script to NNBD. 2020-06-12 01:41:47 +00:00
set_literals Migrate language_2/set_literals to NNBD. 2020-06-11 23:38:06 +00:00
setter Migrate language_2/setter to NNBD. 2020-06-12 20:47:19 +00:00
spread_collections Migrate language_2/spread_collections to NNBD. 2020-06-17 22:31:04 +00:00
stack_trace Migrate language_2/stack_trace to NNBD. 2020-06-17 00:28:06 +00:00
static Migrate language_2/static to NNBD. 2020-06-15 10:05:46 +00:00
string Migrate language_2/string to null safety. 2020-06-17 21:14:43 +00:00
subtyping_static Migrate language_2/subtyping_static to NNBD. 2020-06-15 20:53:55 +00:00
super Clean up uses of @virtual in tests 2020-06-26 20:33:55 +00:00
superinterface_variance Migrate language_2/superinterface_variance to NNBD. 2020-06-25 20:21:42 +00:00
switch Migrate language_2/switch to NNBD. 2020-06-17 02:17:36 +00:00
symbol Migrate language_2/symbol to NNBD. 2020-06-17 02:19:16 +00:00
sync_star Migrate language_2/sync_star to NNBD. 2020-06-17 02:25:41 +00:00
syntax Migrate language_2/syntax to NNBD. 2020-06-18 22:54:13 +00:00
this Migrate language_2/this to NNBD. 2020-06-18 23:18:24 +00:00
top_level Migrate language_2/top_level to NNBD. 2020-06-18 21:09:52 +00:00
type Migrate language_2/type to NNBD. 2020-06-17 23:01:01 +00:00
type_object Migrate language_2/type_object to NNBD. 2020-06-19 01:18:44 +00:00
type_promotion Migrate language_2/type_promotion to NNBD. 2020-06-19 23:09:27 +00:00
type_variable Migrate language_2/type_variable to NNBD. 2020-06-22 21:20:26 +00:00
typedef Migrate language_2/typedef to NNBD. 2020-06-22 18:27:21 +00:00
unsorted [cfe] Update test expectation for language/unsorted/flatten_test/12 2020-07-10 07:01:18 +00:00
variable Migrate language_2/variable to NNBD. 2020-06-25 02:05:32 +00:00
variance Migrate language_2/variance to NNBD. 2020-06-26 18:37:00 +00:00
vm [vm] Add a separate invoke field dispatcher for dynamic closure calls. 2020-07-02 13:16:19 +00:00
void Migrate void tests to Null Safety. 2020-06-03 13:22:10 +00:00
analysis_options.yaml [tests] Add analysis options file to migrated test directories 2020-03-16 20:51:26 +00:00
await_type_error_test.dart Analyzer: Don't do recursive flattening of FutureOr in await. 2020-01-28 11:16:07 +00:00
await_type_test.dart Analyzer: Don't do recursive flattening of FutureOr in await. 2020-01-28 11:16:07 +00:00
compiler_annotations.dart Set up new test suites for migrating the tests to NNBD. 2019-11-19 00:18:43 +00:00
dynamic_type_helper.dart Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00
language.status Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +00:00
language_analyzer.status Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +00:00
language_dart2js.status Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +00:00
language_dartdevc.status Update all Slow tests to be Slow, Pass. 2020-02-01 00:17:42 +00:00
language_kernel.status Migrate language_2/superinterface_variance to NNBD. 2020-06-25 20:21:42 +00:00
language_precompiled.status Move files under language_2 into subdirectories. 2019-12-11 19:18:00 +00:00
language_spec_parser.status Move files under language_2 into subdirectories. 2019-12-11 19:18:00 +00:00
language_vm.status Move files under language_2 into subdirectories. 2019-12-11 19:18:00 +00:00
library1.dart Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00
library2.dart Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00
library10.dart Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00
library11.dart Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00
library12.dart Migrate language_2/function to NNBD. 2020-04-25 01:53:20 +00:00