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/runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 01708fe
Choose a base ref
...
head repository: dotnet/runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 105d76c
Choose a head ref
  • 3 commits
  • 4 files changed
  • 5 contributors

Commits on Aug 26, 2022

  1. [mono] Disable JIT/Methodical/Coverage/copy_prop_byref_to_native_int …

    …on all configs (#74636)
    
    It was only disabled on interpreter.
    
    Closes #74049
    
    Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
    github-actions[bot] and akoeplinger authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    fc2c2ae View commit details
    Browse the repository at this point in the history
  2. Update dependencies from https://github.com/dotnet/llvm-project build…

    … 20220825.1 (#74650)
    
    runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools
     From Version 11.1.0-alpha.1.22422.2 -> To Version 11.1.0-alpha.1.22425.1
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    1303204 View commit details
    Browse the repository at this point in the history
  3. Retry logic for distributed transactions test (#74649)

    To make them resilient in the face of MSDTC flakiness in CI.
    
    Fixes #74120
    
    Co-authored-by: Shay Rojansky <roji@roji.org>
    github-actions[bot] and roji authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    105d76c View commit details
    Browse the repository at this point in the history
Loading