dart-sdk/tests
Stephen Adams 0afb365804 [dart2js] Fix #47566 by disabling optimization
The JavaScript-to-JavaScript async transform had an inconsisent
handling of switch statements that contained an await, but only in the
expression.

For now the special handling of the expression-only case is disabled.

Change-Id: Ia79ff3951d681ba933df638da7e0e518d401ed9a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/219746
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
2021-11-09 00:43:02 +00:00
..
co19
co19_2
corelib Add Error.throwWithStackTrace function which throws an error and stack. 2021-11-08 15:51:32 +00:00
corelib_2 Add Error.throwWithStackTrace function which throws an error and stack. 2021-11-08 15:51:32 +00:00
dartdevc
dartdevc_2
ffi
ffi_2
language [dart2js] Fix #47566 by disabling optimization 2021-11-09 00:43:02 +00:00
language_2 Report fewer duplicate errors for invalid superinitializers 2021-11-08 18:53:42 +00:00
lib
lib_2
modular
standalone [vm] Fix standalone{,_2}/io/platform_test & incorrect error handling in VM 2021-11-05 17:48:49 +00:00
standalone_2 [vm] Fix standalone{,_2}/io/platform_test & incorrect error handling in VM 2021-11-05 17:48:49 +00:00
web
web_2
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.