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

Fix project metadata in test #24119

Merged
merged 2 commits into from
Apr 19, 2019
Merged

Conversation

fadimounir
Copy link

@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
Author

@RussKeldorph @tannergooding PTAL

@RussKeldorph
Copy link

Thanks!

<AssemblyName>$(MSBuildProjectName)</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
<OutputType>Exe</OutputType>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<CLRTestPriority>1</CLRTestPriority>

<!-- Test relies on rva_statics support see #2451 -->
<DisableProjectBuild>true</DisableProjectBuild>
Copy link
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
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
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
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