Skip to content

Commit d34868b

Browse files
authored
Merge pull request swiftlang#188 from xedin/xfail-corestore
XFAIL CoreStore for 3.2, 4.0 on {tv, watch}OS due to SDK changes
2 parents 1b38001 + ca91ddf commit d34868b

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

Diff for: projects.json

+34-2
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,46 @@
385385
"workspace": "CoreStore.xcworkspace",
386386
"scheme": "CoreStore tvOS",
387387
"destination": "generic/platform=tvOS",
388-
"configuration": "Release"
388+
"configuration": "Release",
389+
"xfail": {
390+
"compatibility": {
391+
"3.2": {
392+
"branch": {
393+
"master": "https://bugs.swift.org/browse/SR-7908",
394+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908"
395+
}
396+
},
397+
"4.0": {
398+
"branch": {
399+
"master": "https://bugs.swift.org/browse/SR-7908",
400+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908"
401+
}
402+
}
403+
}
404+
}
389405
},
390406
{
391407
"action": "BuildXcodeWorkspaceScheme",
392408
"workspace": "CoreStore.xcworkspace",
393409
"scheme": "CoreStore watchOS",
394410
"destination": "generic/platform=watchOS",
395-
"configuration": "Release"
411+
"configuration": "Release",
412+
"xfail": {
413+
"compatibility": {
414+
"3.2": {
415+
"branch": {
416+
"master": "https://bugs.swift.org/browse/SR-7908",
417+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908"
418+
}
419+
},
420+
"4.0": {
421+
"branch": {
422+
"master": "https://bugs.swift.org/browse/SR-7908",
423+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7908"
424+
}
425+
}
426+
}
427+
}
396428
},
397429
{
398430
"action": "BuildXcodeWorkspaceScheme",

0 commit comments

Comments
 (0)