dart-sdk/tests/lib
asiva a782dd82db [VM/runtime] - detect null safety before isolate initialization
- Detect null safety when not specified before isolate
      initialization
      - for source files by having CFE parse the source file
        for @dart annotations
      - for kernel files by sniffing the kernel file for
        compilation mode
      - for appJIT files by sniffing the feature string
      - for AOT snapshots by sniffing the feature string

    - Remove workaround of returning null safety to false during
      bootstrapping

    - Add a new Dart C API call for detecting null safety

Bug: 41766
Change-Id: Ia8cf264323a2d0d58c2855ce6491456aa6f1da07
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150089
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2020-06-11 01:22:35 +00:00
..
analyzer
async [VM] Optimise nested _SyncIterator to avoid deep recursion. 2020-05-18 08:51:34 +00:00
collection [tests] Cleaning up strong mode tests. 2020-03-16 16:54:56 +00:00
convert Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
developer [test] Move and migrate dart:profiler tests. 2020-01-24 20:15:48 +00:00
html [dart:html] Unsuppress MediaDevices.getUserMedia 2020-05-12 16:59:49 +00:00
isolate [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
js [package:js] Add JS test for function parameters 2020-05-28 00:00:04 +00:00
math [tests] Fix CompileTime error in implement_rectangle test. 2020-04-27 17:21:26 +00:00
mirrors Change terms to be more divisive 2020-06-10 17:14:37 +00:00
typed_data Adjust tests where a TypeError may occur to also expect ArgumentError 2020-03-20 17:23:19 +00:00
wasm
analysis_options.yaml [tests] Add analysis options file to migrated test directories 2020-03-16 20:51:26 +00:00
lib.status [VM/runtime] - detect null safety before isolate initialization 2020-06-11 01:22:35 +00:00
lib_analyzer.status
lib_app_jit.status
lib_dart2js.status Copy lib_2 status files to lib 2020-03-24 17:58:15 +00:00
lib_dartdevc.status Copy lib_2 status files to lib 2020-03-24 17:58:15 +00:00
lib_kernel.status [Test/NNBD] Add remaining isolate tests to lib 2020-03-20 03:42:00 +00:00
lib_precompiled.status
lib_vm.status Reland "[vm] Make VM support .dart_tool/package_config.json" 2020-05-04 14:51:14 +00:00