dart-sdk/tests/lib_2
Aske Simon Christensen f5bf50e7a4 Adjust UTF-8 tests to match WHATWG standard expectations.
This adjusts all UTF-8 tests to the new semantics in the breaking
change described here: https://github.com/dart-lang/sdk/issues/41100

This has three parts:
- Unpaired surrogates are encoded as replacement characters, and
  encoded surrogates are considered malformed input when decoding.
- Decoding errors are generally reported on the position of the byte
  that conclusively makes the input malformed.
- The number of replacement characters emitted by the decoder is
  generally one per unfinished sequence or undecodable byte.

The code changes to implement the new semantics are placed in subsequent
commits.

Change-Id: I4cc8ce660e39287e734070764ab8e1f0ebb8b9e0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143815
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
2020-05-04 10:48:32 +00:00
..
analyzer Normalize status files 2019-06-19 23:04:01 +00:00
async Fix incorrect assert in null safe Future.wait and add regression test. 2020-04-25 00:00:37 +00:00
collection Revert "Reland "Reland "[infra] Add failing test to test CI systems and approvals workflow""" 2020-01-08 10:30:23 +00:00
convert Adjust UTF-8 tests to match WHATWG standard expectations. 2020-05-04 10:48:32 +00:00
developer [vm, service] Add a test to exercise all timeline recorders. 2020-01-30 01:26:51 +00:00
html Issue 41603. await voidExpression is an error. 2020-04-24 03:42:52 +00:00
isolate The rolls of Dart into Flutter have been failing for more than a day now. 2020-05-01 22:11:55 +00:00
js [ddc, dart2js] Fix signature of js_util APIs expecting a constructor. 2020-04-03 04:54:56 +00:00
math Avoid truncating shift in lib_2/math/low_test 2019-07-05 19:47:47 +00:00
mirrors [test] Update use of Null as a bottom type to Never. 2020-03-27 19:49:22 +00:00
typed_data [ VM / typed_data ] Fixed inconsistent results for -Float32x4.zero().clamp and -Float64x2.zero().clamp 2020-02-03 21:59:48 +00:00
wasm [vm] Wasm memory exports, and emscripten hello world 2019-10-01 18:19:56 +00:00
lib_2.status The rolls of Dart into Flutter have been failing for more than a day now. 2020-05-01 22:11:55 +00:00
lib_2_app_jit.status Remove appJit and precompiled compiler options 2019-06-24 16:07:27 +00:00
lib_2_dart2js.status Move js_function_getter_trust_types_test off of unittest 2020-03-04 23:56:55 +00:00
lib_2_dartdevc.status Remove html_individual_config from remaining html tests 2020-03-06 06:25:51 +00:00
lib_2_kernel.status [test] Remove dart2js tests of MirrorsUsed. Remove MirrorsUsed annotations for all tests. 2020-01-22 00:06:24 +00:00
lib_2_precompiled.status Delete lib_2/async/timer_not_available_test. 2019-09-12 22:58:07 +00:00
lib_2_vm.status The rolls of Dart into Flutter have been failing for more than a day now. 2020-05-01 22:11:55 +00:00