Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/xharness
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a5369fa
Choose a base ref
...
head repository: dotnet/xharness
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8e8fc0
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    244b3f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. [wasm] Don't throw if messages are received after the message process…

    …or (#953)
    
    .. has stopped running, so we don't miss any messages.
    
    In some cases a wasm test app can emit `WASM EXIT` message more than
    once. First one triggers shutting down the whole thing, and any messages
    received after that can end up throwing because the message processor is
    no longer running.
    radical authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    a8e8fc0 View commit details
    Browse the repository at this point in the history
Loading