sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Async for-in tests failures on dart2js

Open sgrekhov opened this issue 3 years ago • 0 comments

The following co19 tests

co19/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_A01_t04 co19/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_A01_t06 co19/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_A01_t07 co19/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_A03_t01 co19/Language/Statements/Yield_and_Yield_Each/Yield/execution_async_A03_t02

fail on dart2js with

Deobfuscated error and stack:
<no error message found>
    at window.onerror called:  unparsed
    at Error._throw            org-dartlang-sdk:///lib/_internal/js_runtime/lib/core_patch.dart 243:38
    at Uncaught                unparsed

See full log at https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8806325268716546897/+/u/test_results/new_test_failures__logs_

sgrekhov avatar Aug 09 '22 12:08 sgrekhov