Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix project metadata in test#24119

Merged
fadimounir merged 2 commits into
dotnet:masterfrom
fadimounir:FixTestMetadata
Apr 19, 2019
Merged

Fix project metadata in test#24119
fadimounir merged 2 commits into
dotnet:masterfrom
fadimounir:FixTestMetadata

Conversation

@fadimounir
Copy link
Copy Markdown

@fadimounir fadimounir commented Apr 19, 2019

I copied the metadata from the ilproj file of a neighboring test (rvastatics1.ilproj).
Fixes #24106

@fadimounir
Copy link
Copy Markdown
Author

@RussKeldorph @tannergooding PTAL

@RussKeldorph
Copy link
Copy Markdown

Thanks!

<CLRTestPriority>1</CLRTestPriority>

<!-- Test relies on rva_statics support see #2451 -->
<DisableProjectBuild>true</DisableProjectBuild>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This disables the project from building, and I believe disables the test from running.

Is this desired/applicable considering the test was just added?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Also, it looks like some bug fixes have gone in related to https://github.com/dotnet/coreclr/issues/2451; is the issue still applicable to the other disabled tests?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

You are right. The test passes when i run it locally (unlike the neighboring ones which fail for me). I'll remove this.

Copy link
Copy Markdown
Member

@tannergooding tannergooding left a comment

Choose a reason for hiding this comment

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

LGTM.

@fadimounir fadimounir merged commit 76478fc into dotnet:master Apr 19, 2019
@fadimounir fadimounir deleted the FixTestMetadata branch May 9, 2019 17:51
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Fix project metadata in test


Commit migrated from dotnet/coreclr@76478fc
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[x86] Test failed: JIT\CheckProjects\CheckProjects\CheckProjects.cmd

3 participants