Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dart2wasm] Mark timing out test as SkipSlow on all browsers, not jus…
…t Chrome The root cause is that an `asyncEnd()` doesn't get executed which will make the test not print `unittest-suite-success` which will make the test controller keep waiting indefinitly until the test times out. => This is true on all browsers, not just Chrome Though commandline JS engines don't have this problem as they will simply exit once there's no longer work and event loop is empty. => Here the test runner will recognize the missing `unittest-suite-success` and report the tests as failing. Issue #55182 Change-Id: Id217e9bd715d99f9927e7e18b03385aa2880b27f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404107 Reviewed-by: Ömer Ağacan <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
- Loading branch information