-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathblacklist.mdg
More file actions
29 lines (22 loc) · 1.31 KB
/
blacklist.mdg
File metadata and controls
29 lines (22 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Metadata Generator filtering tests. Strip well-known symbols to perform checks at runtime with TestRunner.
# should exclude everything from HealthKit.HKClinicalType:
# HKClinicalTypeIdentifierAllergyRecord HKClinicalTypeIdentifierConditionRecord
# HKClinicalTypeIdentifierImmunizationRecord HKClinicalTypeIdentifierLabResultRecord
# HKClinicalTypeIdentifierMedicationRecord HKClinicalTypeIdentifierProcedureRecord
# HKClinicalTypeIdentifierVitalSignRecord ClinicalType HKClinicalType
HealthKit.HKClinicalType
# should exclude everything from HealthKit.HKSampleQuery:
# HKObjectQueryNoLimit HKSampleQuery
HealthKit.HKSampleQuery:
# should exclude everything from CloudKit.CKReference
# CKReferenceAction CKReferenceActionNone CKReferenceActionDeleteSelf CKReference
CloudKit.CKReference:*
# should exclude rusage_info_v0 to _v4 from Darwin.POSIX.sys.resource
# but should leave task_power_info_v2 from Darwin.Mach.task_info
Darwin.POSIX.*:*_info_v*
# should exclude kCFCharacterSetNewline from CoreFoundation.CFCharacterSet
CoreFoundation.CFCh*:k*SetNe?line
# shouldn't exclude kCFCharacterSetWhitespaceAndNewline because it resides in the CoreFoundation.CFCharacterSet submodule
CoreFoundation:kCFCharacterSetWhitespaceAndNewline
# should exclude TNSBlacklistedInterface from NativeScriptTests.Interfaces.TNSInheritance
:TNSBlacklisted*