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

[wasm][tests][aot] Resources related test failures in System.Runtime.Loader.Tests #51678

Closed
radical opened this issue Apr 22, 2021 · 2 comments
Closed
Assignees
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono untriaged New issue has not been triaged by the area owner wasm-aot-test WebAssembly AOT Test

Comments

@radical
Copy link
Member

radical commented Apr 22, 2021

Log
Build

Multiple test failures like:

[03:14:47] info: Starting:    System.Runtime.Loader.Tests.dll
[03:14:47] info: System.MissingMethodException: Method 'ReferencedClassLib.Program.Describe' not found.
[03:14:47] info: 
[03:14:47] fail: [FAIL] System.Runtime.Loader.Tests.SatelliteAssembliesTests.describeLib(alc: "Default", type: "ReferencedClassLib.Program, ReferencedClassLib", culture: "", expected: "Neutral language ReferencedClassLib description 1."...)
[03:14:47] info: Assert.Equal() Failure
[03:14:47] info:           ↓ (pos 0)
[03:14:47] info: Expected: Neutral language ReferencedClassLib descr···
[03:14:47] info: Actual:   threw:
[03:14:47] info:           ↑ (pos 0)
[03:14:47] info: 
[03:14:47] info: System.MissingMethodException: Method 'ReferencedClassLib.Program.Describe' not found.
@radical radical added arch-wasm WebAssembly architecture area-Codegen-AOT-mono wasm-aot-test WebAssembly AOT Test labels Apr 22, 2021
@radical radical self-assigned this Apr 22, 2021
@ghost
Copy link

ghost commented Apr 22, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Log
Build

Multiple test failures like:

[03:14:47] info: Starting:    System.Runtime.Loader.Tests.dll
[03:14:47] info: System.MissingMethodException: Method 'ReferencedClassLib.Program.Describe' not found.
[03:14:47] info: 
[03:14:47] fail: [FAIL] System.Runtime.Loader.Tests.SatelliteAssembliesTests.describeLib(alc: "Default", type: "ReferencedClassLib.Program, ReferencedClassLib", culture: "", expected: "Neutral language ReferencedClassLib description 1."...)
[03:14:47] info: Assert.Equal() Failure
[03:14:47] info:           ↓ (pos 0)
[03:14:47] info: Expected: Neutral language ReferencedClassLib descr···
[03:14:47] info: Actual:   threw:
[03:14:47] info:           ↑ (pos 0)
[03:14:47] info: 
[03:14:47] info: System.MissingMethodException: Method 'ReferencedClassLib.Program.Describe' not found.
Author: radical
Assignees: radical
Labels:

arch-wasm, area-Codegen-AOT-mono, wasm-aot-test

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Apr 22, 2021
@radical
Copy link
Member Author

radical commented Jun 16, 2021

This test was meant to be disabled, but was still running because of a bug in the condition. With that fixed, it does not run for AOT now.

@lambdageek should this be closed, or do you want it for tracking?

@lewing lewing closed this as completed Jun 17, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Codegen-AOT-mono untriaged New issue has not been triaged by the area owner wasm-aot-test WebAssembly AOT Test
Projects
None yet
Development

No branches or pull requests

2 participants