-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineOtherMethod failing on arm64 #1871
Comments
These are consistently failing on all runs. Disabling to get the build green again while we dig into this dotnet#1871
I just merged: #2290 which fixes this, and now exposes a real test failure:
@jaredpar do we want to open a follow up issue for that one, or should we just keep this one open and track this failure getting fixed as part of this issue. |
I updated the title and description for this issue. @jkotas @stephentoub do you have any idea what might be happening and what would the difference be on alpine arm64 vs amd64? Could it be a docker image setup? @janvorli @wfurt? |
cc: @mikem8361 |
Actually it seems like it is not only alpine, also Ubuntu. Which also runs in a docker container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-bfcd90a-20200127194925 Both are arm64. Updating the title. |
My recent PR ##2269 to fix the stack trace line numbers may have broken this test. Investigating. |
Looks like PR #31696 didn't fix this problem. I'm going to have to figure out how to debug it on one of our local arm64 pi's. It is weird that it only fails on linux arm64 not windows arm64 though I couldn't find a windows arm64 library test leg. |
Don't believe we run the libraries tests on windows arm64 at the moment. Here is the relevant entry from runtime.yml - template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/libraries/run-test-job.yml
buildConfig: ${{ variables.debugOnPrReleaseOnRolling }}
platforms:
- Windows_NT_x64
- OSX_x64
- Linux_x64
- Linux_musl_x64
- ${{ if eq(variables['isFullMatrix'], true) }}:
- Linux_arm
- Linux_arm64
- Linux_musl_arm64
- ${{ if eq(variables['isFullMatrix'], false) }}:
- Windows_NT_x86 @safern can confirm my reading here. |
Yes that is correct, it fails on Linux arm64 and Linux_musl_arm64. We're waiting for necessary resources in order to be able to run tests on windows arm64, @trylek knows more about windows arm/arm64. |
In mid-December the DDFUN team reinstalled the queue Windows.10.Arm64.Open we had been using previously for Windows arm32 testing to a new chipset that doesn't support the arm32 subsystem. That nuked Windows arm32 testing that doesn't work to this day. Based on my discussions with @MattGal and other dnceng and DDFUN people I received repeated confirmation that the queue Windows.10.Arm64.Open should be sufficient for Windows arm64 testing of the runtime repo. Last week I managed to push the first successful run through the queue and I sent out a PR for adding the Windows arm64 job to the PR runs: Once this gets approved and merged in, we'll start receiving Windows arm64 results in PR runs. Initially I don't want to add the arm64 job to outerloop runs as they are noisy enough already - let's monitor stability and pass rate of the arm64 runs say for a week and based on the results we can decide what other pipelines we want to add arm64 jobs to. |
I put up a PR to disable this tests for arm64 in the effort of getting the rolling builds green: #31735 |
Thank you, just approved that. |
This is an off-by-one-line number issue. We suggest updating the tests to be resilient against off-by one line issues between architectures. This is a common issue on both native and managed code. |
@tommcdon the test is disabled, should we keep the issue opened until we add that resiliency and we re-enable the test? |
This is just a test issue, moving to future. |
Linking the following customer reported issue to this issue: https://developercommunity.visualstudio.com/t/NET-SDK-on-Ubuntu-18046-libnethosta-/10269507 |
@jeffschwMSFT This does not look like the right issue. |
I will create a new one ;) |
System.Tests.ExceptionTests.ThrowStatementDoesNotResetExceptionStackLineOtherMethod
Console Log Summary
Builds
Configurations
Helix Logs
The text was updated successfully, but these errors were encountered: