dart-sdk/tests
Lasse R.H. Nielsen e4ae0cf2ce Make Uri treat \ as / in path and authority.
When using `Uri.parse` or `Uri(path:..)`, a `\` is treated as, and converted to, a `/`.
This avoids a particular problematic difference in behavior between Dart and the browser's `URL` functionality. There are still examples where the two differ in interpretation of the same code, but in those cases, the Dart `Uri` will most likely end up without a host name, which should be easily detected.


Change-Id: I798df6c3c27c6d64fb9fc8dc30d90b06ba5a9004
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/258120
Reviewed-by: Nate Bosch <nbosch@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
Commit-Queue: Lasse Nielsen <lrn@google.com>
2022-09-13 11:48:19 +00:00
..
co19 [co19] Enable fixed tests in the co19 .status file 2022-08-11 13:22:52 +00:00
co19_2 [infra] Add missing parenthesis in co19 update scripts 2022-07-25 14:14:59 +00:00
corelib Make Uri treat \ as / in path and authority. 2022-09-13 11:48:19 +00:00
corelib_2 Make Uri treat \ as / in path and authority. 2022-09-13 11:48:19 +00:00
dartdevc Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
dartdevc_2 [ddc] Ensure status file entries are consistent 2022-08-08 17:23:50 +00:00
ffi [vm] Support serialization of FFI callbacks in IL serialization 2022-08-26 17:37:21 +00:00
ffi_2 [vm] Support serialization of FFI callbacks in IL serialization 2022-08-26 17:37:21 +00:00
language [vm] Record field access operations 2022-09-12 23:16:26 +00:00
language_2 [vm] Record field access operations 2022-09-12 23:16:26 +00:00
lib [vm] Add unmodifiable typed data as a type that can be sent with Dart_PostCObject. 2022-09-12 19:45:12 +00:00
lib_2 [vm] Add unmodifiable typed data as a type that can be sent with Dart_PostCObject. 2022-09-12 19:45:12 +00:00
modular [package:js] Add static interop stub for outlines 2022-06-17 19:58:49 +00:00
standalone Fix a few test failures. 2022-09-08 15:34:03 +00:00
standalone_2 Fix a few test failures. 2022-09-08 15:34:03 +00:00
web [dart2wasm] Support returning ints from JS via static interop. 2022-09-09 21:21:34 +00:00
web_2 [dart2js] Handle private names correctly in K/J-model 2022-08-11 06:56:32 +00:00
legacy_status_dart2js.csv
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +00:00
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.