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.* tests #39696

Merged
merged 1 commit into from
Jul 21, 2020

Conversation

akoeplinger
Copy link
Member

Disable tests that won't work on browser.

Disable tests that won't work on browser.
@akoeplinger akoeplinger requested a review from safern July 21, 2020 11:36
@akoeplinger akoeplinger changed the title WASM: Enable System.Reflection tests WASM: Enable System.Reflection.* tests Jul 21, 2020
<WasmFilesToIncludeInFileSystem Include="$(PublishDir)System.Reflection.Metadata.Tests.dll" />
</ItemGroup>
<ItemGroup Condition="'$(AssemblyName)' == 'System.Reflection.Tests'">
<WasmFilesToIncludeInFileSystem Include="$(PublishDir)System.Reflection.Tests.dll" />
Copy link
Member

Choose a reason for hiding this comment

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

is there a better way to track these dependencies? hardcoding looks wrong

Copy link
Member

Choose a reason for hiding this comment

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

Or avoid defining this centrally and instead set a property in the project file that indicates this?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah we need to find a better way.

Copy link
Member

Choose a reason for hiding this comment

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

Can you please open an issue to discuss this?

Copy link
Member

Choose a reason for hiding this comment

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

I think the project could add to an item and then we could transform that item to remap the value to be under PublishDir

@akoeplinger akoeplinger merged commit f501577 into dotnet:master Jul 21, 2020
@akoeplinger akoeplinger deleted the reflection-wasm branch July 21, 2020 19:25
Jacksondr5 pushed a commit to Jacksondr5/runtime that referenced this pull request Aug 10, 2020
Disable tests that won't work on browser.
@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.

5 participants