From 514bd3d8803e57cda43e462972616c3aec6ef550 Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Tue, 27 Jul 2021 15:49:13 -0700 Subject: [PATCH] XFAIL projects for Collection.subscript(_:) change rdar://81115750 --- projects.json | 108 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 96 insertions(+), 12 deletions(-) diff --git a/projects.json b/projects.json index bd5904ba..4d692698 100755 --- a/projects.json +++ b/projects.json @@ -872,7 +872,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -3110,7 +3117,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0", "5.1", "5.2", "5.3"], + "branch": ["main", "release/5.5"] + } + ] }, { "action": "TestSwiftPackage" @@ -3281,7 +3295,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2"], + "branch": ["main", "release/5.5"] + } + ] }, { "action": "TestSwiftPackage" @@ -4035,7 +4056,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4067,7 +4095,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0", "5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4095,7 +4130,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4127,7 +4169,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0", "5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4159,7 +4208,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4191,7 +4247,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4223,7 +4286,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0", "5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4255,7 +4325,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0", "5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] }, @@ -4287,7 +4364,14 @@ { "action": "BuildSwiftPackage", "configuration": "release", - "tags": "sourcekit-disabled swiftpm" + "tags": "sourcekit-disabled swiftpm", + "xfail": [ + { + "issue": "rdar://81180448", + "compatibility": ["4.2", "5.0", "5.1"], + "branch": ["main", "release/5.5"] + } + ] } ] },