From 3519037a2f9d49c24df6fd1d48b165e263e51fa7 Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Tue, 24 Aug 2021 13:58:45 +0100 Subject: [PATCH 1/6] XFAIL RxTest for more configurations This also seems to be failing for debug mode, and for the iOS and tvOS platforms. SR-14655 --- projects.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/projects.json b/projects.json index dba05a81..689d70d0 100755 --- a/projects.json +++ b/projects.json @@ -2543,8 +2543,7 @@ { "issue": "https://bugs.swift.org/browse/SR-14655;rdar://81276100", "compatibility": ["5.1"], - "branch": ["main", "release/5.5"], - "configuration": "release" + "branch": ["main", "release/5.5"] } ] }, @@ -2553,14 +2552,28 @@ "workspace": "Rx.xcworkspace", "scheme": "RxTest", "destination": "generic/platform=iOS", - "configuration": "Release" + "configuration": "Release", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-14655;rdar://81276100", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] }, { "action": "BuildXcodeWorkspaceScheme", "workspace": "Rx.xcworkspace", "scheme": "RxTest", "destination": "generic/platform=tvOS", - "configuration": "Release" + "configuration": "Release", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-14655;rdar://81276100", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] }, From ba533c8a2fa392f6ca9810cef7314cb430b9921f Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Tue, 24 Aug 2021 15:56:20 +0100 Subject: [PATCH 2/6] XFAIL siesta and Nimble SR-15105 --- projects.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 689d70d0..6d97cf9d 100755 --- a/projects.json +++ b/projects.json @@ -4041,7 +4041,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15105", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] }, { "action": "TestSwiftPackage" @@ -4440,7 +4447,15 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "swiftpm" + "tags": "swiftpm", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15105", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"], + "configuration": "debug" + } + ] }, { "action": "TestSwiftPackage" From 4423d1528fd4fa86278f2522f373639962be179e Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Tue, 24 Aug 2021 16:01:12 +0100 Subject: [PATCH 3/6] XFAIL Evergreen SR-15106 --- projects.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects.json b/projects.json index 6d97cf9d..8d3efce1 100755 --- a/projects.json +++ b/projects.json @@ -810,7 +810,14 @@ "ARCHS": "x86_64" }, "configuration": "Release", - "tags": "sourcekit-disabled" + "tags": "sourcekit-disabled", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15106", + "compatibility": ["4.0"], + "branch": ["main", "release/5.5"] + } + ] } ] }, From e83c2eb19a3bb646294b39db4377cb3606b365a9 Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Tue, 24 Aug 2021 16:09:48 +0100 Subject: [PATCH 4/6] XFAIL ReactiveExtensions-TestHelpers-iOS SR-15107 --- projects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects.json b/projects.json index 8d3efce1..46506c70 100755 --- a/projects.json +++ b/projects.json @@ -1265,6 +1265,11 @@ "issue": "rdar://problem/75437284", "compatibility": ["5.1"], "branch": ["main", "release/5.5"] + }, + { + "issue": "https://bugs.swift.org/browse/SR-15107", + "compatibility": ["4.0"], + "branch": ["main", "release/5.5"] } ] } From 2a6487ff70f79eb3ea74ea6cb81e64e0ab3328fb Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Tue, 24 Aug 2021 16:12:58 +0100 Subject: [PATCH 5/6] XFAIL Kingfisher & ReactiveKit SR-15109 --- projects.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 46506c70..7d70edce 100755 --- a/projects.json +++ b/projects.json @@ -1296,7 +1296,14 @@ "workspace": "Kingfisher.xcworkspace", "scheme": "Kingfisher", "destination": "generic/platform=iOS", - "configuration": "Release" + "configuration": "Release", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15109", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] }, { "action": "BuildXcodeWorkspaceScheme", @@ -2249,7 +2256,14 @@ "workspace": "ReactiveKit.xcworkspace", "scheme": "ReactiveKit-iOS", "destination": "generic/platform=iOS", - "configuration": "Release" + "configuration": "Release", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15109", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] }, { "action": "BuildXcodeWorkspaceScheme", From 3bb9e659bbe8cb8786348eae59896963bb508b75 Mon Sep 17 00:00:00 2001 From: Hamish Knight Date: Wed, 25 Aug 2021 19:59:54 +0100 Subject: [PATCH 6/6] XFAIL ACHNBrowserUI & MovieSwift SR-15116 --- projects.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/projects.json b/projects.json index 7d70edce..a52240e6 100755 --- a/projects.json +++ b/projects.json @@ -21,7 +21,14 @@ "target": "ACHNBrowserUI", "destination": "generic/platform=iOS", "configuration": "Release", - "tags": "sourcekit sourcekit-smoke" + "tags": "sourcekit sourcekit-smoke", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15116", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -1650,7 +1657,14 @@ "target": "MovieSwift", "destination": "generic/platform=iOS", "configuration": "Release", - "tags": "sourcekit sourcekit-smoke" + "tags": "sourcekit sourcekit-smoke", + "xfail": [ + { + "issue": "https://bugs.swift.org/browse/SR-15116", + "compatibility": ["5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] },