-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix component model aot test #73734
Fix component model aot test #73734
Conversation
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.ComponentModel.TypeConverter/tests/TypeDescriptorTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.ComponentModel.TypeConverter/tests/InstallerTypeAttributeTests.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.ComponentModel.TypeConverter/tests/BindableAttributeTests.cs
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,15 @@ | |||
<Directives> | |||
<Application> | |||
<Assembly Name="mscorlib" /> |
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.
I'm a little bit worried that such broadly applied RD.XML will hide product issues. But also I don't know how much of TypeConverter actually is compatible with trimming and whether it even makes sense to guard trim safety.
Just thought to write down what I think.
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.
I disabled 7 test scenarios, all in XTypeDescriptionProviderTests
, to get rid of the rd.xml dependency.
cea1e6f
to
72ec834
Compare
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Thanks!
src/libraries/System.ComponentModel.TypeConverter/tests/BindableAttributeTests.cs
Outdated
Show resolved
Hide resolved
…leAttributeTests.cs Co-authored-by: Michal Strehovský <[email protected]>
Co-authored-by: Michal Strehovský <[email protected]>
Added some requires types to an rd.xml files, disabled some Jit tests and #73605 fixed some additional tests