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

[wasm][tests] Add properties to allow passing args to xharness #50678

Merged
merged 6 commits into from
Apr 7, 2021

Commits on Apr 3, 2021

  1. [wasm][tests] Add properties to allow passing args to xharness

    New properties:
    - `$(WasmXHarnessArgs)`
    - `$(WasmXHarnessMonoArgs)`
    - `$(WasmTestAppArgs)`
    
    Xharness command line is built with these:
    
    `dotnet xharness wasm test .. $(WasmXHarnessArgs) .. -- $(WasmXHarnessMonoArgs) .. --run .. $(WasmTestAppArgs)`
    radical committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    761e155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7b4f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4312ef View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    8c98f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4242998 View commit details
    Browse the repository at this point in the history
  3. Track property name changes

    radical committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e1af083 View commit details
    Browse the repository at this point in the history