-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Reference in box HW intrinsics #19137
Conversation
|
CC. @bartonjs and @GrabYourPitchforks on the CoreFX |
|
It's another "we fixed the test and the product at the same time, but coreclr doesn't pick them up together" problem. |
|
@bartonjs, so is this good to merge or should we update the |
|
I don't know how coreclr gets new test binaries. If merging would make all PRs continue to report this problem that'd be bad. If it gets updated tests right after merging then it'd be OK. But this test failure is torn state, not an indication that something changing in coreclr broke corefx. |
|
Do you have a link to the CoreFX side change so I can validate if it is included in the latest |
|
Hmmm. That looks to be included in this PR even.... |
|
@dotnet-bot test Windows_NT x64 Checked CoreFX Tests please |
|
Failures could mean that we do not use latest CoreFX assemblies due to https://github.com/dotnet/corefx/issues/31395 Essentially what is happening is that NuGet is selecting packages with file version 4.6.0-preview3-xxxxx-xx instead of latest 4.6.0-preview1-xxxxx-xx. This may mean that we are stuck on 1st May, 2018 CoreFX builds during testing. |
|
That doesn't appear to be the case. We are definitely getting the newer CoreFX bits (as evidenced by a33a61f even) and the older bits aren't getting restored at all (looking at all the nuget downloads on a clean VM). |
|
@tannergooding Do you know how to run locally |
…view1-26726-01, preview1-26725-04, master-20180726-0111, respectively
a33a61f to
8fe1da7
Compare
8fe1da7 to
00a16ba
Compare
Yes, this is expected right now. It would be fixed by https://github.com/dotnet/coreclr/blob/master/Documentation/design-docs/corefx-testing-framework.md#test-binary-refresh cc @A-And |
* Update BuildTools, CoreClr, CoreFx, PgoData to preview1-03025-01, preview1-26726-01, preview1-26725-04, master-20180726-0111, respectively * Reference System.Runtime.Intrinsics in box package * Disable X509Certificates tests for CoreFX update
Closes PR #19102
cc @tannergooding @jkotas @CarolEidt