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: Enable System.Reflection.MetadataLoadContext tests #39651

Merged
merged 2 commits into from
Jul 21, 2020

Conversation

akoeplinger
Copy link
Member

Tests run: 559, Errors: 0, Failures: 0, Skipped: 0. Time: 5.4221639s

`Tests run: 559, Errors: 0, Failures: 0, Skipped: 0. Time: 5.4221639s`
@@ -132,6 +132,9 @@
<WasmFilesToIncludeInFileSystem Include="@(ContentWithTargetPath)" />
<WasmFilesToIncludeInFileSystem Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.BuildReference)' == 'true' and !$([System.String]::new('%(ReferenceCopyLocalPaths.Identity)').EndsWith('.resources.dll'))" />
<WasmFilesToIncludeInFileSystem Include="@(WasmSatelliteAssemblies)" TargetPath="%(WasmSatelliteAssemblies.CultureName)\%(WasmSatelliteAssemblies.Filename)%(WasmSatelliteAssemblies.Extension)" />
<WasmFilesToIncludeInFileSystem Include="$(PublishDir)System.Private.CoreLib.dll" Condition="'$(AssemblyName)' == 'System.Reflection.MetadataLoadContext.Tests'" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this to an independent itemgroup so that we share the condition instead of repeating it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@akoeplinger
Copy link
Member Author

WASM test failure is due to: #39473

@akoeplinger akoeplinger merged commit c2d2397 into dotnet:master Jul 21, 2020
@akoeplinger akoeplinger deleted the wasm-metadataloadcontext branch July 21, 2020 08:44
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
`Tests run: 559, Errors: 0, Failures: 0, Skipped: 0. Time: 5.4221639s`
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
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.

4 participants