-
Notifications
You must be signed in to change notification settings - Fork 28
Update tests for yield
/yield*
in async*
functions and await for
loops.
#1363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
sgrekhov
pushed a commit
to sgrekhov/co19
that referenced
this issue
Jul 13, 2022
…and yield* added.
sgrekhov
pushed a commit
to sgrekhov/co19
that referenced
this issue
Jul 13, 2022
sgrekhov
pushed a commit
to sgrekhov/co19
that referenced
this issue
Jul 14, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 14, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 15, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 18, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 18, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 19, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 20, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 20, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 21, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 21, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 21, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 22, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 25, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 25, 2022
…placed by `await null;`
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 25, 2022
eernstg
pushed a commit
that referenced
this issue
Jul 25, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 25, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 27, 2022
…lays but use a completer
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 27, 2022
eernstg
pushed a commit
that referenced
this issue
Jul 27, 2022
Authored by @sgrekhov. Yield-each tests updated and new ones added; some delays replaced by `await null;`; do not to rely on delays, but use a completer (to avoid having flakiness during high loads, and in general to avoid depending on scheduling order and timing).
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 28, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Jul 28, 2022
eernstg
pushed a commit
that referenced
this issue
Jul 29, 2022
eernstg
pushed a commit
that referenced
this issue
Jul 29, 2022
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 4, 2022
…art-lang#1370) Authored by @sgrekhov. Tests for yield fixed and updated to the current specification. Completer added to avoid flakiness. Missing asyncStart()/asyncEnd() added. Some delays replaced by `await null;`.
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 4, 2022
…dart-lang#1374) Authored by @sgrekhov. Yield-each tests updated and new ones added; some delays replaced by `await null;`; do not to rely on delays, but use a completer (to avoid having flakiness during high loads, and in general to avoid depending on scheduling order and timing).
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 4, 2022
Authored by @sgrekhov. Async scheduling was guided by some delays, those are now shorter or replaced by `await null`.
sgrekhov
added a commit
to sgrekhov/co19
that referenced
this issue
Aug 10, 2022
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Aug 11, 2022
2022-08-04 [email protected] dart-lang/co19#993. FFI tests refactored and improved (dart-lang/co19#1387) 2022-08-04 [email protected] dart-lang/co19#993. [FFI] Missed tests added for some new types (dart-lang/co19#1386) 2022-08-03 [email protected] Fixes dart-lang/co19#1129. Don't expect any proxy routine in case of DIRECT connection (dart-lang/co19#1383) 2022-08-03 [email protected] dart-lang/co19#993. [FFI] Missed tests added for some new types (dart-lang/co19#1384) 2022-07-29 [email protected] dart-lang/co19#673. IFrame tests that don't actually test IFrame removed (dart-lang/co19#1382) 2022-07-29 [email protected] dart-lang/co19#1363. Some delays removed or reduced (dart-lang/co19#1380) 2022-07-29 [email protected] dart-lang/co19#1363 Async `for-in` test updated according to the current specification (dart-lang/co19#1379) 2022-07-27 [email protected] dart-lang/co19#1363. Yield each tests updated to the current specification (dart-lang/co19#1374) 2022-07-27 [email protected] Fixes dart-lang/co19#1375. Add test for final variable in a for-in loop (dart-lang/co19#1378) 2022-07-25 [email protected] dart-lang/co19#1363. Tests for yield updated to the current specification (dart-lang/co19#1370) Change-Id: Ie92f4b2157284777177012320883247411e214fa Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254140 Reviewed-by: Erik Ernst <[email protected]> Commit-Queue: Alexander Thomas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update existing co19 tests according to the new feature specification
The text was updated successfully, but these errors were encountered: