dart-sdk/tests
Nate Bosch 1948bd6109 Add fixes for HttpStatus constants
Add rename migrations for all the screaming snake case constants that
were renamed to lower camel case during the Dart 2 migraiton.

Rename the test from `file.dart` to `io.dart` so that we can test all
deprecations for the same import together. Add a test for the same
deprecations when imported through `dart:html`.

Change-Id: Iee91d88b1b11648e8c65cfcc8d2fcfabac3954ec
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/203820
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2021-06-22 23:39:57 +00:00
..
co19 [co19] Remove Compiler-tear-offs tests from status files. 2021-06-03 10:49:04 +00:00
co19_2 [co19] co19_2 status file updated 2021-06-09 14:17:11 +00:00
corelib [vm/regexp] Ensure recently added reg_exp_receive_port_test runs on dartkp. 2021-06-09 17:06:51 +00:00
corelib_2 [vm/regexp] Ensure recently added reg_exp_receive_port_test runs on dartkp. 2021-06-09 17:06:51 +00:00
dartdevc [ddc] Avoid sending messages to console.debug 2021-06-15 23:28:03 +00:00
dartdevc_2 [ddc] Avoid sending messages to console.debug 2021-06-15 23:28:03 +00:00
ffi [vm] Fix gcc build. 2021-06-17 16:05:02 +00:00
ffi_2 [vm/ffi] Update tests to cover MacOS arm64 after-struct alignment 2021-06-11 12:00:26 +00:00
language Reland "[VM/runtime] Handle generic types in intrinsics for type equality and runtimeType comparison." 2021-06-22 20:35:53 +00:00
language_2 Reland "[VM/runtime] Handle generic types in intrinsics for type equality and runtimeType comparison." 2021-06-22 20:35:53 +00:00
lib Add fixes for HttpStatus constants 2021-06-22 23:39:57 +00:00
lib_2 Add unawaited function and ignore extensions member. 2021-06-22 20:03:13 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [gardening] Skip socket_sigpipe_test on jitk, simarm. 2021-06-16 21:56:57 +00:00
standalone_2 [gardening] Skip socket_sigpipe_test on jitk, simarm. 2021-06-16 21:56:57 +00:00
web [dart2js] Do not do null assertions on operator== 2021-06-17 16:47:41 +00:00
web_2 [testing] Rely on language versions in the analyzer tests 2021-06-02 07:47:46 +00:00
legacy_status_dart2js.csv
README.md

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