Skip to content

Conversation

@mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Jul 10, 2020

Contributes to #38422
This PR looks to address test failures in System.Runtime.InteropServices.RuntimeInformation when running on Browser wasm.
Tests run: 7, Errors: 0, Failures: 0, Skipped: 3. Time: 0.048805s
RuntimeInformation.RuntimeIdentifier currently returns unknown on Browser, and it is typically set by the hosting app.
typeof(object).Assembly.Location currently returns "" on Browser, also probably set by the hosting app.

@mdh1418 mdh1418 added the arch-wasm WebAssembly architecture label Jul 10, 2020
@mdh1418 mdh1418 requested review from akoeplinger and steveisok July 10, 2020 13:22
@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@mdh1418 mdh1418 force-pushed the mdhwang/address_system_runtime_interopservices_runtimeinformation branch from a04a242 to d5fa5af Compare July 10, 2020 13:22
@mdh1418 mdh1418 force-pushed the mdhwang/address_system_runtime_interopservices_runtimeinformation branch from d5fa5af to 48dd09e Compare July 10, 2020 14:34
Copy link
Member

@akoeplinger akoeplinger left a comment

Choose a reason for hiding this comment

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

Looks good but please also reenable the project in tests.proj

@akoeplinger akoeplinger merged commit 838486f into dotnet:master Jul 10, 2020
@mdh1418 mdh1418 deleted the mdhwang/address_system_runtime_interopservices_runtimeinformation branch July 10, 2020 17:29
@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.

Labels

arch-wasm WebAssembly architecture

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants