-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Fix ignoring members based on OSPlatformAttributes.
We were ignorning members based on whether a member had ObsoletedOSPlatformAttribute/UnavailableOSPlatformAttribute, not taking into account that the attribute might not apply to the current platform. So implement logic to only take into account [Obsoleted|Unavailable]OSPlatformAttributes for the current platform.
- Loading branch information
1 parent
74166b0
commit cdeb6af
Showing
3 changed files
with
71 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters