Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

[master] Update dependencies from dotnet/coreclr #36596

Merged

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Apr 4, 2019

This pull request updates the following dependencies

From https://github.com/dotnet/coreclr

  • Build: 20190403.72
  • Date Produced: 4/4/2019 12:42 AM
  • Commit: a7dd619
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.NET.Sdk.IL -> 3.0.0-preview4-27603-72
    • Microsoft.NETCore.ILAsm -> 3.0.0-preview4-27603-72
    • Microsoft.NETCore.Runtime.CoreCLR -> 3.0.0-preview4-27603-72

From https://github.com/dotnet/coreclr

  • Build: 20190404.75
  • Date Produced: 4/5/2019 12:44 AM
  • Commit: 126aaf4
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.NET.Sdk.IL -> 3.0.0-preview4-27604-75
    • Microsoft.NETCore.ILAsm -> 3.0.0-preview4-27604-75
    • Microsoft.NETCore.Runtime.CoreCLR -> 3.0.0-preview4-27604-75

From https://github.com/dotnet/coreclr

  • Build: 20190405.73
  • Date Produced: 4/6/2019 12:45 AM
  • Commit: 76a60f4
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.NET.Sdk.IL -> 3.0.0-preview5-27605-73
    • Microsoft.NETCore.ILAsm -> 3.0.0-preview5-27605-73
    • Microsoft.NETCore.Runtime.CoreCLR -> 3.0.0-preview5-27605-73

From https://github.com/dotnet/coreclr

  • Build: 20190406.72
  • Date Produced: 4/7/2019 12:41 AM
  • Commit: aea7846
  • Branch: refs/heads/master
  • Updates:
    • Microsoft.NET.Sdk.IL -> 3.0.0-preview5-27606-72
    • Microsoft.NETCore.ILAsm -> 3.0.0-preview5-27606-72
    • Microsoft.NETCore.Runtime.CoreCLR -> 3.0.0-preview5-27606-72

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 4, 2019

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: corefx-ci, corefx-ci (Linux arm64_Release), corefx-ci (Linux x64_Release)

@stephentoub
Copy link
Member

@safern, @maryamariyan, this appears to be seg faulting in System.Drawing tests on Linux. Is there a known regression there?

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 6, 2019

Auto-Merge Status

This pull request has not been merged because Maestro++ is waiting on the following merge policies.

  • All Checks Successful Unsuccessful checks: corefx-ci, corefx-ci (Linux arm64_Release), corefx-ci (Linux x64_Release)

@safern
Copy link
Member

safern commented Apr 6, 2019

If there was a regression I’m not aware of. I’ll take a look, maybe not today, but when I get a chance I’ll try and find the root cause.

@dotnet-maestro
Copy link
Contributor Author

dotnet-maestro bot commented Apr 6, 2019

Auto-Merge Status

This pull request has been merged because the following merge policies have succeeded.

  • ✔️ All Checks Successful Succeeded - Successful checks: WIP

dotnet-maestro and others added 7 commits April 7, 2019 21:14
…0403.72

- Microsoft.NET.Sdk.IL - 3.0.0-preview4-27603-72
- Microsoft.NETCore.ILAsm - 3.0.0-preview4-27603-72
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview4-27603-72
…0404.75

- Microsoft.NET.Sdk.IL - 3.0.0-preview4-27604-75
- Microsoft.NETCore.ILAsm - 3.0.0-preview4-27604-75
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview4-27604-75
…0405.73

- Microsoft.NET.Sdk.IL - 3.0.0-preview5-27605-73
- Microsoft.NETCore.ILAsm - 3.0.0-preview5-27605-73
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview5-27605-73
…0406.72

- Microsoft.NET.Sdk.IL - 3.0.0-preview5-27606-72
- Microsoft.NETCore.ILAsm - 3.0.0-preview5-27606-72
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview5-27606-72
@stephentoub stephentoub force-pushed the darc-master-cd4bd35b-dd87-42ba-9b82-32158dcbfd52 branch from 173672d to 6c9be12 Compare April 8, 2019 01:21
@dotnet-maestro dotnet-maestro bot merged commit 1d63519 into master Apr 8, 2019
@dotnet-maestro dotnet-maestro bot deleted the darc-master-cd4bd35b-dd87-42ba-9b82-32158dcbfd52 branch April 8, 2019 01:21
@stephentoub
Copy link
Member

@dotnet/dnceng, the maestro bot appears to have a pretty serious bug. I pushed an update to this branch, which caused CI to reset, and then without waiting for CI, the bot merged the branch.

@jcagme
Copy link
Contributor

jcagme commented Apr 8, 2019

FYI @mmitche @riarenas

@mmitche
Copy link
Member

mmitche commented Apr 8, 2019

@stephentoub Thanks for the heads up. The issue is that this subscription does not ignore the license and WIP checks, so when those appeared on the PR, the bot counted it as passed.

@stephentoub
Copy link
Member

The issue is that this subscription does not ignore the license and WIP checks, so when those appeared on the PR, the bot counted it as passed.

Thanks. Is that something you can fix for the future so this doesn't happen again?

@mmitche
Copy link
Member

mmitche commented Apr 8, 2019

@stephentoub Already fixed it.

@stephentoub
Copy link
Member

Thanks, @mmitche.

@karelz karelz added this to the 3.0 milestone May 4, 2019
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Update dependencies from https://github.com/dotnet/coreclr build 20190403.72

- Microsoft.NET.Sdk.IL - 3.0.0-preview4-27603-72
- Microsoft.NETCore.ILAsm - 3.0.0-preview4-27603-72
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview4-27603-72

* Update dependencies from https://github.com/dotnet/coreclr build 20190404.75

- Microsoft.NET.Sdk.IL - 3.0.0-preview4-27604-75
- Microsoft.NETCore.ILAsm - 3.0.0-preview4-27604-75
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview4-27604-75

* Update dependencies from https://github.com/dotnet/coreclr build 20190405.73

- Microsoft.NET.Sdk.IL - 3.0.0-preview5-27605-73
- Microsoft.NETCore.ILAsm - 3.0.0-preview5-27605-73
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview5-27605-73

* Update dependencies from https://github.com/dotnet/coreclr build 20190406.72

- Microsoft.NET.Sdk.IL - 3.0.0-preview5-27606-72
- Microsoft.NETCore.ILAsm - 3.0.0-preview5-27606-72
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview5-27606-72

* Fix argument name in Buffer.BlockCopy test

* Update StreamWriters tests for BaseStream dispose change

* Updated tests for new PtrToStringUTF8 behavior


Commit migrated from dotnet/corefx@1d63519
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants