Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@sandreenko
Copy link

No description provided.

@sandreenko sandreenko added disabled-test The test is disabled in source code against the issue test-corefx Related to a corefx test run in coreclr labels Feb 1, 2019
@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test CentOS7.1 x64 Checked Innerloop Build and Test

@filipnavara
Copy link
Member

The ARM tests are actually failing on floating point formatting, re-run won't help. /cc @tannergooding

@sandreenko
Copy link
Author

@filipnavara I thought dotnet/corefx#35016 fixed that, did not it?

@filipnavara
Copy link
Member

I didn't immediately pinpoint the cause when looking at it. Hopefully @tannergooding will have better idea what is going on.

@tannergooding
Copy link
Member

The CoreFX tests, AFAIK, are not running against a live copy of CoreFX, but an older copy.

CC. @jkotas in case that has changed.

@sandreenko
Copy link
Author

@tannergooding it did not change, we need to wait another sync like #18557 to have these tests passed.

@filipnavara
Copy link
Member

The CoreFX tests, AFAIK, are not running against a live copy of CoreFX, but an older copy.

That's still the case (but I don't know who updates it and when).

@jkotas
Copy link
Member

jkotas commented Feb 4, 2019

There are two different systems to run CoreFX tests in CoreCLR CI:

(1) A system that uses the fixed test snapshot. It is what the CoreFX legs that are on by default in CoreCLR CI use.

(2) A system that builds a live copy of CoreFX and then runs the tests. This system suffers from multiple sources of flakiness (e.g. https://github.com/dotnet/coreclr/issues/22344#issuecomment-459913137). This system is used for optional JIT stress mode legs. This is the system that is being updated in this PR.

The plan how to move this forward and unify these systems is being discussed in https://github.com/dotnet/corefx/issues/34957#issuecomment-459415999

@sandreenko sandreenko force-pushed the reenableCoreFXTestsThatWereMarkedAsFixed branch from af7d8d7 to 112f1a0 Compare February 5, 2019 21:49
@sandreenko
Copy link
Author

is ci dead again?

@sandreenko sandreenko closed this Feb 5, 2019
@sandreenko sandreenko reopened this Feb 5, 2019
@sandreenko
Copy link
Author

@dotnet-bot test this please

@filipnavara
Copy link
Member

is ci dead again?

nah (except for the AzurePipelines bot trigger words)

@sandreenko
Copy link
Author

sandreenko commented Feb 6, 2019

@dotnet-bot test this please

@sandreenko sandreenko force-pushed the reenableCoreFXTestsThatWereMarkedAsFixed branch from 112f1a0 to 5158caf Compare February 6, 2019 07:46
@filipnavara
Copy link
Member

"CentOS7.1 x64 Debug Innerloop Build" looks like build infrastructure failure

"Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test" fails on
System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Proxy_Test.ProxyAuth_Digest_Succeeds. I don't see any issue filed for that (the one in CoreFX repository for the same test is an unrelated problem).

@sandreenko
Copy link
Author

"Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test" fails on
System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandler_Proxy_Test.ProxyAuth_Digest_Succeeds. I don't see any issue filed for that (the one in CoreFX repository for the same test is an unrelated problem).

Created #22449 and excluded this test for this PR.

@sandreenko
Copy link
Author

ci doesn't want to test it again: 1 in progress, 5 pending, and 2 successful checks

@dotnet-bot test this please

@sandreenko sandreenko closed this Feb 6, 2019
@sandreenko sandreenko reopened this Feb 6, 2019
@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test

@sandreenko
Copy link
Author

test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test

@sandreenko
Copy link
Author

@dotnet-bot test Windows_NT arm64 Cross Checked Innerloop Build and Test

@sandreenko
Copy link
Author

PTAL @BruceForstall @dotnet/jit-contrib
This PR reenables CoreFX tests that were fixed and updates some issue numbers (that were incorrect or we moved).

@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test

@dotnet-bot test OSX10.12 x64 Checked Innerloop Build and Test

@sandreenko
Copy link
Author

We have new failures in CoreFX after #22331 like: System.MissingMethodException : Method not found: 'System.Range System.Range.Create(System.Index, System.Index).

@tarekgh do we need to wait a CoreFX update?

@tarekgh
Copy link
Member

tarekgh commented Feb 7, 2019

do we need to wait a CoreFX update?

Yes we do. I hope we can get this done by tomorrow.

@tarekgh
Copy link
Member

tarekgh commented Feb 7, 2019

The other idea is to get this in and disable the failing test in corefx.issues.json. we can do that if we think we need to rush getting the new drop from corefx

@sandreenko
Copy link
Author

The other idea is to get this in and disable the failing test in corefx.issues.json. we can do that if we think we need to rush getting the new drop from corefx

This PR has been waiting for 5 days, it can wait another, don't worry.

@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test

@sandreenko sandreenko closed this Feb 8, 2019
@sandreenko sandreenko reopened this Feb 8, 2019
@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test

@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
looks like it doesn't want to restart.

@tarekgh
Copy link
Member

tarekgh commented Feb 8, 2019

@sandreenko to let you know, the changes for fixing the Range/Index in corefx is delayed because we have been not getting the coreclr new build to corefx.

@sandreenko
Copy link
Author

I thought CoreFX part was merged with dotnet/corefx@b0b1617, was not it?

@tarekgh
Copy link
Member

tarekgh commented Feb 9, 2019

@sandreenko no, this PR was just the mirroring of the shared files between coreclr and corefx. The needed changes in corefx is in the PR dotnet/corefx#35003. As I mentioned before we have the option to disable the failing tests in https://github.com/dotnet/coreclr/blob/master/tests/CoreFX/CoreFX.issues.json if you don't want to wait.

@sandreenko
Copy link
Author

@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu16.04 arm64 Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_jitstress2 Build and Test
@dotnet-bot test Ubuntu arm Cross Checked corefx_minopts Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_baseline Build and Test
@dotnet-bot test Windows_NT arm Cross Checked corefx_jitstress2 Build and Test

@sandreenko sandreenko closed this Mar 11, 2019
@sandreenko sandreenko deleted the reenableCoreFXTestsThatWereMarkedAsFixed branch June 6, 2019 18:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

disabled-test The test is disabled in source code against the issue test-corefx Related to a corefx test run in coreclr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants