[tests][xtro] Add a few, late, xtro data and remove comments post audit (#828)

This commit is contained in:
Sebastien Pouliot 2016-09-13 14:55:01 -04:00 коммит произвёл GitHub
Родитель 0ebe097ce0
Коммит 675ecae885
4 изменённых файлов: 11 добавлений и 2 удалений

Просмотреть файл

@ -1935,7 +1935,7 @@ namespace XamCore.Intents {
}
[Introduced (PlatformName.iOS, 10, 0)]
[Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)] // <- FIXME: Verify if true with Introspection tests on macOS 10.12
[Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)]
[BaseType (typeof (INIntentResolutionResult))]
[DisableDefaultCtor]
interface INMessageAttributeOptionsResolutionResult {
@ -1968,7 +1968,7 @@ namespace XamCore.Intents {
}
[Introduced (PlatformName.iOS, 10, 0)]
[Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)] // <- FIXME: Verify if true with Introspection tests on macOS 10.12
[Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)]
[BaseType (typeof (INIntentResolutionResult))]
[DisableDefaultCtor]
interface INMessageAttributeResolutionResult {

Просмотреть файл

@ -44,6 +44,8 @@
!missing-selector! AVCaptureDevice::setAutoFocusRangeRestriction: not bound
!missing-selector! AVCaptureDevice::setFocusModeLockedWithLensPosition:completionHandler: not bound
!missing-selector! AVCaptureDevice::setSmoothAutoFocusEnabled: not bound
!missing-selector! AVCaptureDevice::isLockingFocusWithCustomLensPositionSupported not bound
!missing-selector! AVCaptureDevice::isLockingWhiteBalanceWithCustomDeviceGainsSupported not bound
## AVCaptureDevice_AVCaptureDeviceHighDynamicRangeSupport
!missing-selector! AVCaptureDevice::automaticallyAdjustsVideoHDREnabled not bound

Просмотреть файл

@ -161,3 +161,7 @@
## It seems that Apple added a setter but it seems it is a mistake on the newly added property radar:27929872
!missing-selector! UIViewController::setDisablesAutomaticKeyboardDismissal: not bound
## enums only exposed from properties marked with UIKIT_CLASS_AVAILABLE_IOS_ONLY(10_0)
!missing-enum! UIImpactFeedbackStyle not bound
!missing-enum! UINotificationFeedbackType not bound

Просмотреть файл

@ -79,6 +79,9 @@
!missing-selector! HKDocumentSample::documentType not bound
!missing-selector! +HKObjectType::documentTypeForIdentifier: not bound
## key only useful when used with an API not available on watchOS
!missing-field! HKDetailedCDAValidationErrorKey not bound
# HomeKit