Skip to content

Commit 4b0170f

Browse files
committed
chore: Update tests from Xcode 11.0 to Xcode 11.3.1
1 parent 415a84f commit 4b0170f

File tree

127 files changed

+868
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+868
-240
lines changed
-5.13 MB
Binary file not shown.
5.19 MB
Binary file not shown.

tests/ExpectedOutput11.0/metadata-x86_64.yaml/ARKit.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/ARKit.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,6 +2780,7 @@ Items:
27802780
- ARErrorCodeInvalidWorldMap: '302'
27812781
- ARErrorCodeInvalidConfiguration: '303'
27822782
- ARErrorCodeCollaborationDataUnavailable: '304'
2783+
- ARErrorCodeInvalidCollaborationData: '304'
27832784
- ARErrorCodeInsufficientFeatures: '400'
27842785
- ARErrorCodeObjectMergeFailed: '401'
27852786
- ARErrorCodeFileIOFailed: '500'
@@ -2795,6 +2796,7 @@ Items:
27952796
- InvalidWorldMap: '302'
27962797
- InvalidConfiguration: '303'
27972798
- CollaborationDataUnavailable: '304'
2799+
- InvalidCollaborationData: '304'
27982800
- InsufficientFeatures: '400'
27992801
- ObjectMergeFailed: '401'
28002802
- FileIOFailed: '500'
@@ -2845,6 +2847,18 @@ Items:
28452847
Flags: [ IsIosAppExtensionAvailable ]
28462848
Type: EnumConstant
28472849
Value: '400'
2850+
- Name: ARErrorCodeInvalidCollaborationData
2851+
JsName: ARErrorCodeInvalidCollaborationData
2852+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/ARKit.framework/Headers/ARError.h
2853+
Module:
2854+
FullName: ARKit.ARError
2855+
IsPartOfFramework: true
2856+
IsSystemModule: true
2857+
Libraries:
2858+
IntroducedIn: 13.2
2859+
Flags: [ IsIosAppExtensionAvailable ]
2860+
Type: EnumConstant
2861+
Value: '304'
28482862
- Name: ARErrorCodeInvalidConfiguration
28492863
JsName: ARErrorCodeInvalidConfiguration
28502864
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/ARKit.framework/Headers/ARError.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/AuthenticationServices.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/AuthenticationServices.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,12 @@ Items:
226226
FullNameFields:
227227
- ASAuthorizationAppleIDButtonTypeSignIn: '0'
228228
- ASAuthorizationAppleIDButtonTypeContinue: '1'
229+
- ASAuthorizationAppleIDButtonTypeSignUp: '2'
229230
- ASAuthorizationAppleIDButtonTypeDefault: '0'
230231
SwiftNameFields:
231232
- SignIn: '0'
232233
- Continue: '1'
234+
- SignUp: '2'
233235
- Default: '0'
234236
- Name: ASAuthorizationAppleIDButtonTypeContinue
235237
JsName: ASAuthorizationAppleIDButtonTypeContinue
@@ -264,6 +266,18 @@ Items:
264266
Flags: [ IsIosAppExtensionAvailable ]
265267
Type: EnumConstant
266268
Value: '0'
269+
- Name: ASAuthorizationAppleIDButtonTypeSignUp
270+
JsName: ASAuthorizationAppleIDButtonTypeSignUp
271+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationAppleIDButton.h
272+
Module:
273+
FullName: AuthenticationServices.ASAuthorizationAppleIDButton
274+
IsPartOfFramework: true
275+
IsSystemModule: true
276+
Libraries:
277+
IntroducedIn: 13.2
278+
Flags: [ IsIosAppExtensionAvailable ]
279+
Type: EnumConstant
280+
Value: '2'
267281
- Name: ASAuthorizationAppleIDCredential
268282
JsName: ASAuthorizationAppleIDCredential
269283
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationAppleIDCredential.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/CallKit.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/CallKit.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,8 +1397,12 @@ Items:
13971397
Type: Enum
13981398
FullNameFields:
13991399
- CXErrorCodeUnknownError: '0'
1400+
- CXErrorCodeUnentitled: '1'
1401+
- CXErrorCodeInvalidArgument: '2'
14001402
SwiftNameFields:
14011403
- UnknownError: '0'
1404+
- Unentitled: '1'
1405+
- InvalidArgument: '2'
14021406
- Name: CXErrorCodeCallDirectoryManagerError
14031407
JsName: CXErrorCodeCallDirectoryManagerError
14041408
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h
@@ -1609,6 +1613,18 @@ Items:
16091613
Flags: [ IsIosAppExtensionAvailable ]
16101614
Type: EnumConstant
16111615
Value: '0'
1616+
- Name: CXErrorCodeInvalidArgument
1617+
JsName: CXErrorCodeInvalidArgument
1618+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h
1619+
Module:
1620+
FullName: CallKit.CXError
1621+
IsPartOfFramework: true
1622+
IsSystemModule: true
1623+
Libraries:
1624+
IntroducedIn: 13.2
1625+
Flags: [ IsIosAppExtensionAvailable ]
1626+
Type: EnumConstant
1627+
Value: '2'
16121628
- Name: CXErrorCodeRequestTransactionError
16131629
JsName: CXErrorCodeRequestTransactionError
16141630
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h
@@ -1726,6 +1742,18 @@ Items:
17261742
Flags: [ IsIosAppExtensionAvailable ]
17271743
Type: EnumConstant
17281744
Value: '4'
1745+
- Name: CXErrorCodeUnentitled
1746+
JsName: CXErrorCodeUnentitled
1747+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h
1748+
Module:
1749+
FullName: CallKit.CXError
1750+
IsPartOfFramework: true
1751+
IsSystemModule: true
1752+
Libraries:
1753+
IntroducedIn: 13.2
1754+
Flags: [ IsIosAppExtensionAvailable ]
1755+
Type: EnumConstant
1756+
Value: '1'
17291757
- Name: CXErrorCodeUnknownError
17301758
JsName: CXErrorCodeUnknownError
17311759
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CallKit.framework/Headers/CXError.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/CoreAudioTypes.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/CoreAudioTypes.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,11 @@ Items:
297297
- kAudioChannelBit_TopBackLeft: '32768'
298298
- kAudioChannelBit_TopBackCenter: '65536'
299299
- kAudioChannelBit_TopBackRight: '131072'
300-
- kAudioChannelBit_LeftTopFront: '262144'
301-
- kAudioChannelBit_CenterTopFront: '524288'
302-
- kAudioChannelBit_RightTopFront: '1048576'
300+
- kAudioChannelBit_LeftTopFront: '4096'
301+
- kAudioChannelBit_CenterTopFront: '8192'
302+
- kAudioChannelBit_RightTopFront: '16384'
303303
- kAudioChannelBit_LeftTopMiddle: '2097152'
304-
- kAudioChannelBit_CenterTopMiddle: '4194304'
304+
- kAudioChannelBit_CenterTopMiddle: '2048'
305305
- kAudioChannelBit_RightTopMiddle: '8388608'
306306
- kAudioChannelBit_LeftTopRear: '16777216'
307307
- kAudioChannelBit_CenterTopRear: '33554432'
@@ -765,7 +765,7 @@ Items:
765765
Libraries:
766766
Flags: [ IsIosAppExtensionAvailable ]
767767
Type: EnumConstant
768-
Value: '524288'
768+
Value: '8192'
769769
- Name: kAudioChannelBit_CenterTopMiddle
770770
JsName: kAudioChannelBit_CenterTopMiddle
771771
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -776,7 +776,7 @@ Items:
776776
Libraries:
777777
Flags: [ IsIosAppExtensionAvailable ]
778778
Type: EnumConstant
779-
Value: '4194304'
779+
Value: '2048'
780780
- Name: kAudioChannelBit_CenterTopRear
781781
JsName: kAudioChannelBit_CenterTopRear
782782
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -853,7 +853,7 @@ Items:
853853
Libraries:
854854
Flags: [ IsIosAppExtensionAvailable ]
855855
Type: EnumConstant
856-
Value: '262144'
856+
Value: '4096'
857857
- Name: kAudioChannelBit_LeftTopMiddle
858858
JsName: kAudioChannelBit_LeftTopMiddle
859859
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -930,7 +930,7 @@ Items:
930930
Libraries:
931931
Flags: [ IsIosAppExtensionAvailable ]
932932
Type: EnumConstant
933-
Value: '1048576'
933+
Value: '16384'
934934
- Name: kAudioChannelBit_RightTopMiddle
935935
JsName: kAudioChannelBit_RightTopMiddle
936936
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -1260,7 +1260,7 @@ Items:
12601260
Libraries:
12611261
Flags: [ IsIosAppExtensionAvailable ]
12621262
Type: EnumConstant
1263-
Value: '47'
1263+
Value: '14'
12641264
- Name: kAudioChannelLabel_CenterTopMiddle
12651265
JsName: kAudioChannelLabel_CenterTopMiddle
12661266
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -1271,7 +1271,7 @@ Items:
12711271
Libraries:
12721272
Flags: [ IsIosAppExtensionAvailable ]
12731273
Type: EnumConstant
1274-
Value: '50'
1274+
Value: '12'
12751275
- Name: kAudioChannelLabel_CenterTopRear
12761276
JsName: kAudioChannelLabel_CenterTopRear
12771277
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -1843,7 +1843,7 @@ Items:
18431843
Libraries:
18441844
Flags: [ IsIosAppExtensionAvailable ]
18451845
Type: EnumConstant
1846-
Value: '46'
1846+
Value: '13'
18471847
- Name: kAudioChannelLabel_LeftTopMiddle
18481848
JsName: kAudioChannelLabel_LeftTopMiddle
18491849
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h
@@ -2008,7 +2008,7 @@ Items:
20082008
Libraries:
20092009
Flags: [ IsIosAppExtensionAvailable ]
20102010
Type: EnumConstant
2011-
Value: '48'
2011+
Value: '15'
20122012
- Name: kAudioChannelLabel_RightTopMiddle
20132013
JsName: kAudioChannelLabel_RightTopMiddle
20142014
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioBaseTypes.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/CoreBluetooth.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/CoreBluetooth.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,6 +2311,7 @@ Items:
23112311
IsPartOfFramework: true
23122312
IsSystemModule: true
23132313
Libraries:
2314+
IntroducedIn: 13.0
23142315
Flags: [ IsIosAppExtensionAvailable ]
23152316
Type: Property
23162317
Getter:
@@ -2322,6 +2323,7 @@ Items:
23222323
IsPartOfFramework: true
23232324
IsSystemModule: true
23242325
Libraries:
2326+
IntroducedIn: 13.0
23252327
Flags: [ IsIosAppExtensionAvailable ]
23262328
Type: Method
23272329
Signature:
@@ -2352,6 +2354,32 @@ Items:
23522354
- Type: Enum
23532355
Name: CBManagerState
23542356
StaticProperties:
2357+
- Name: authorization
2358+
JsName: authorization
2359+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBManager.h
2360+
Module:
2361+
FullName: CoreBluetooth.CBManager
2362+
IsPartOfFramework: true
2363+
IsSystemModule: true
2364+
Libraries:
2365+
IntroducedIn: 13.1
2366+
Flags: [ IsIosAppExtensionAvailable ]
2367+
Type: Property
2368+
Getter:
2369+
Name: authorization
2370+
JsName: authorization
2371+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreBluetooth.framework/Headers/CBManager.h
2372+
Module:
2373+
FullName: CoreBluetooth.CBManager
2374+
IsPartOfFramework: true
2375+
IsSystemModule: true
2376+
Libraries:
2377+
IntroducedIn: 13.1
2378+
Flags: [ IsIosAppExtensionAvailable ]
2379+
Type: Method
2380+
Signature:
2381+
- Type: Enum
2382+
Name: CBManagerAuthorization
23552383
Protocols:
23562384
Base: NSObject
23572385
- Name: CBManagerAuthorization

tests/ExpectedOutput11.0/metadata-x86_64.yaml/CoreMedia.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/CoreMedia.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9962,6 +9962,21 @@ Items:
99629962
Type: BridgedInterface
99639963
Name: NSString
99649964
BridgedTo: NSString
9965+
- Name: kCMMetadataIdentifier_QuickTimeMetadataLivePhotoStillImageTransformReferenceDimensions
9966+
JsName: kCMMetadataIdentifier_QuickTimeMetadataLivePhotoStillImageTransformReferenceDimensions
9967+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMMetadata.h
9968+
Module:
9969+
FullName: CoreMedia.CMMetadata
9970+
IsPartOfFramework: true
9971+
IsSystemModule: true
9972+
Libraries:
9973+
IntroducedIn: 13.2
9974+
Flags: [ IsIosAppExtensionAvailable ]
9975+
Type: Var
9976+
Signature:
9977+
Type: BridgedInterface
9978+
Name: NSString
9979+
BridgedTo: NSString
99659980
- Name: kCMMetadataIdentifier_QuickTimeMetadataLocation_ISO6709
99669981
JsName: kCMMetadataIdentifier_QuickTimeMetadataLocation_ISO6709
99679982
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CMMetadata.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/CoreTelephony.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/CoreTelephony.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,7 @@ Items:
11921192
IsPartOfFramework: true
11931193
IsSystemModule: true
11941194
Libraries:
1195+
IntroducedIn: 12.1
11951196
Flags: [ IsIosAppExtensionAvailable ]
11961197
Type: Protocol
11971198
InstanceMethods:

tests/ExpectedOutput11.0/metadata-x86_64.yaml/CoreText.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/CoreText.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,7 @@ Items:
19191919
- kCTFontManagerErrorUnrecognizedFormat: '103'
19201920
- kCTFontManagerErrorInvalidFontData: '104'
19211921
- kCTFontManagerErrorAlreadyRegistered: '105'
1922+
- kCTFontManagerErrorExceededResourceLimit: '106'
19221923
- kCTFontManagerErrorNotRegistered: '201'
19231924
- kCTFontManagerErrorInUse: '202'
19241925
- kCTFontManagerErrorSystemRequired: '203'
@@ -8193,6 +8194,17 @@ Items:
81938194
Flags: [ IsIosAppExtensionAvailable ]
81948195
Type: EnumConstant
81958196
Value: '305'
8197+
- Name: kCTFontManagerErrorExceededResourceLimit
8198+
JsName: kCTFontManagerErrorExceededResourceLimit
8199+
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManagerErrors.h
8200+
Module:
8201+
FullName: CoreText.CTFontManagerErrors
8202+
IsPartOfFramework: true
8203+
IsSystemModule: true
8204+
Libraries:
8205+
Flags: [ IsIosAppExtensionAvailable ]
8206+
Type: EnumConstant
8207+
Value: '106'
81968208
- Name: kCTFontManagerErrorFileNotFound
81978209
JsName: kCTFontManagerErrorFileNotFound
81988210
Filename: /.../SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CoreText.framework/Headers/CTFontManagerErrors.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/Darwin.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/Darwin.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45216,6 +45216,20 @@ Items:
4521645216
- Name: r_number
4521745217
Signature:
4521845218
Type: Int
45219+
- Name: rpmatch
45220+
JsName: rpmatch
45221+
Filename: /.../SDKs/iPhoneSimulator.sdk/usr/include/stdlib.h
45222+
Module:
45223+
FullName: Darwin.C.stdlib
45224+
IsPartOfFramework: false
45225+
IsSystemModule: true
45226+
Libraries:
45227+
IntroducedIn: 13.0
45228+
Flags: [ IsIosAppExtensionAvailable ]
45229+
Type: Function
45230+
Signature:
45231+
- Type: Int
45232+
- Type: CString
4521945233
- Name: rresvport
4522045234
JsName: rresvport
4522145235
Filename: /.../SDKs/iPhoneSimulator.sdk/usr/include/unistd.h

tests/ExpectedOutput11.0/metadata-x86_64.yaml/ExternalAccessory.yaml renamed to tests/ExpectedOutput11.3.1/metadata-x86_64.yaml/ExternalAccessory.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Items:
448448
IsPartOfFramework: true
449449
IsSystemModule: true
450450
Libraries:
451-
IntroducedIn: 6.0
451+
IntroducedIn: 6
452452
Flags: [ IsIosAppExtensionAvailable ]
453453
Type: Method
454454
Signature:

0 commit comments

Comments
 (0)