Skip to content
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

Try fixing the new unhandled exception test #91714

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

MichalStrehovsky
Copy link
Member

The test is failing under NativeAOT in runtime-extra-platforms legs. Our test infra insists on createdump usage. We don't have one for NativeAOT testing.

      BEGIN EXECUTION
      /datadisks/disk1/work/A57B093F/p/nativeaottest.sh /datadisks/disk1/work/A57B093F/w/AE63091E/e/baseservices/exceptions/unhandled/unhandled/ unhandled.dll ''
      "DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /datadisks/disk1/work/A57B093F/w/AE63091E/e/baseservices/exceptions/unhandled/unhandled/native/createdump"
      "Unhandled exception. System.Exception: Test"
      "   at TestUnhandledException.Program.Main(String[] args) + 0xbb"
      ""
      Missing Unhandled exception header
      Expected: 100
      Actual: 102
      END EXECUTION - FAILED

Cc @dotnet/ilc-contrib

The test is failing under NativeAOT in runtime-extra-platforms legs. Our test infra insists on createdump usage. We don't have one for NativeAOT testing.

```
      BEGIN EXECUTION
      /datadisks/disk1/work/A57B093F/p/nativeaottest.sh /datadisks/disk1/work/A57B093F/w/AE63091E/e/baseservices/exceptions/unhandled/unhandled/ unhandled.dll ''
      "DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /datadisks/disk1/work/A57B093F/w/AE63091E/e/baseservices/exceptions/unhandled/unhandled/native/createdump"
      "Unhandled exception. System.Exception: Test"
      "   at TestUnhandledException.Program.Main(String[] args) + 0xbb"
      ""
      Missing Unhandled exception header
      Expected: 100
      Actual: 102
      END EXECUTION - FAILED
```
@ghost
Copy link

ghost commented Sep 7, 2023

Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas
See info in area-owners.md if you want to be subscribed.

Issue Details

The test is failing under NativeAOT in runtime-extra-platforms legs. Our test infra insists on createdump usage. We don't have one for NativeAOT testing.

      BEGIN EXECUTION
      /datadisks/disk1/work/A57B093F/p/nativeaottest.sh /datadisks/disk1/work/A57B093F/w/AE63091E/e/baseservices/exceptions/unhandled/unhandled/ unhandled.dll ''
      "DOTNET_DbgEnableMiniDump is set and the createdump binary does not exist: /datadisks/disk1/work/A57B093F/w/AE63091E/e/baseservices/exceptions/unhandled/unhandled/native/createdump"
      "Unhandled exception. System.Exception: Test"
      "   at TestUnhandledException.Program.Main(String[] args) + 0xbb"
      ""
      Missing Unhandled exception header
      Expected: 100
      Actual: 102
      END EXECUTION - FAILED

Cc @dotnet/ilc-contrib

Author: MichalStrehovsky
Assignees: -
Labels:

area-NativeAOT-coreclr

Milestone: -

@MichalStrehovsky
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas jkotas merged commit 1aecc38 into main Sep 7, 2023
131 of 149 checks passed
@jkotas jkotas deleted the MichalStrehovsky-patch-1 branch September 7, 2023 14:09
@ghost ghost locked as resolved and limited conversation to collaborators Oct 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants