-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Conversation
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> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* Fix project metadata in test Commit migrated from dotnet/coreclr@76478fc
I copied the metadata from the ilproj file of a neighboring test (rvastatics1.ilproj).
Fixes #24106