Re-enable default interface methods tests on ARM64#35889
Re-enable default interface methods tests on ARM64#35889MichalStrehovsky merged 1 commit intodotnet:masterfrom
Conversation
These are all disabled on an unrelated bug. I couldn't dig out how this happened. If they are failing, I would want to see a high priority bug to look at them. For some reason tiering-related tests were also disabled on the mystery bug.
|
Tagging subscribers to this area: @ViktorHofer |
|
Cc @kovel on the Tier1collectible and Tier1stacktrace issues. |
|
cc @kouvel |
|
The |
Yeah, the same thing happened to the default interface tests. The pull request doesn't seem to have "delete" entries for the previous disablement mechanism so I couldn't trace this back to that place. I assume @jashook doesn't remember either. If I can get a signoff from someone, let's merge this. The x86 CI failure is known and obviously unrelated to enabling tests on ARM64. |
These are all disabled on an unrelated bug. I couldn't dig out how this happened. If they are failing, I would want to see a high priority bug to look at them.
For some reason tiering-related tests were also disabled on the mystery bug.