Skip to content
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

Move async-await tests from run-pass to ui #62270

Merged
merged 5 commits into from
Jul 11, 2019
Merged

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    45dda93 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated arc_wake.rs

    The auxiliary file arc_wake.rs is in run-pass/auxiliary and also
    ui/async-await/auxiliary. Remove the former one as their contents
    are same.
    Move run-pass/futures-api.rs to ui/async-await/futures-api.rs as it
    needs to use arc_wake.rs.
    agnxy committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    b14a2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73aee89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f115147 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Ignore async-fn-size-moved-locals test on wasm

    The sizes for wasm are different.
    
    Co-Authored-By: Tyler Mandry <[email protected]>
    agnxy and tmandry authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    128143c View commit details
    Browse the repository at this point in the history