Skip to content

Commit b0f58e5

Browse files
xfail projects (#988)
* xfail projects * fix grdb xfail
1 parent 9e70404 commit b0f58e5

File tree

1 file changed

+65
-5
lines changed

1 file changed

+65
-5
lines changed

projects.json

Lines changed: 65 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -790,6 +790,14 @@
790790
"configuration": "debug",
791791
"platform": "Darwin",
792792
"job": ["source-compat"]
793+
},
794+
{
795+
"issue": "https://github.com/swiftlang/swift/issues/79801",
796+
"compatibility": ["5.0", "5.7"],
797+
"branch": ["main", "release/6.1"],
798+
"configuration": "release",
799+
"platform": "Darwin",
800+
"job": ["source-compat"]
793801
}
794802
]
795803
},
@@ -1015,7 +1023,16 @@
10151023
"action": "BuildSwiftPackage",
10161024
"build_tests": "true",
10171025
"configuration": "release",
1018-
"tags": "sourcekit-disabled swiftpm"
1026+
"tags": "sourcekit-disabled swiftpm",
1027+
"xfail": [
1028+
{
1029+
"issue": "https://github.com/swiftlang/swift/issues/79796",
1030+
"platform": "Darwin",
1031+
"compatibility": ["4.2", "5.1", "5.3", "5.7"],
1032+
"branch": ["main", "release/6.1"],
1033+
"job": ["source-compat"]
1034+
}
1035+
]
10191036
},
10201037
{
10211038
"action": "TestSwiftPackage"
@@ -1043,7 +1060,17 @@
10431060
"action": "BuildSwiftPackage",
10441061
"build_tests": "true",
10451062
"configuration": "release",
1046-
"tags": "sourcekit-disabled swiftpm"
1063+
"tags": "sourcekit-disabled swiftpm",
1064+
"xfail": [
1065+
{
1066+
"issue": "https://github.com/swiftlang/swift/issues/79802",
1067+
"compatibility": ["5.0"],
1068+
"branch": ["main"],
1069+
"configuration": "release",
1070+
"platform": "Darwin",
1071+
"job": ["source-compat"]
1072+
}
1073+
]
10471074
},
10481075
{
10491076
"action": "TestSwiftPackage"
@@ -2023,7 +2050,16 @@
20232050
"target": "ProcedureKitCloud",
20242051
"destination": "platform=macOS",
20252052
"configuration": "Release",
2026-
"tags": "sourcekit-disabled"
2053+
"tags": "sourcekit-disabled",
2054+
"xfail": [
2055+
{
2056+
"issue": "https://github.com/swiftlang/swift/issues/79797",
2057+
"platform": "Darwin",
2058+
"compatibility": ["4.2", "5.0"],
2059+
"branch": ["main", "release/6.1"],
2060+
"job": ["source-compat"]
2061+
}
2062+
]
20272063
},
20282064
{
20292065
"action": "TestXcodeProjectTarget",
@@ -2769,7 +2805,16 @@
27692805
"action": "BuildSwiftPackage",
27702806
"build_tests": "true",
27712807
"configuration": "release",
2772-
"tags": "sourcekit-disabled swiftpm"
2808+
"tags": "sourcekit-disabled swiftpm",
2809+
"xfail": [
2810+
{
2811+
"issue": "https://github.com/swiftlang/swift/issues/79798",
2812+
"platform": "Darwin",
2813+
"compatibility": ["5.0"],
2814+
"branch": ["main", "release/6.1"],
2815+
"job": ["source-compat"]
2816+
}
2817+
]
27732818
},
27742819
{
27752820
"action": "TestSwiftPackage"
@@ -3190,6 +3235,12 @@
31903235
"compatibility": "5.0",
31913236
"branch": ["main", "release/6.0", "release/6.1"],
31923237
"job": ["source-compat"]
3238+
},
3239+
{
3240+
"issue": "https://github.com/swiftlang/swift/issues/79798",
3241+
"compatibility": ["5.0"],
3242+
"branch": ["main", "release/6.1"],
3243+
"job": ["source-compat"]
31933244
}
31943245
]
31953246
},
@@ -3288,7 +3339,16 @@
32883339
"action": "BuildSwiftPackage",
32893340
"build_tests": "true",
32903341
"configuration": "release",
3291-
"tags": "sourcekit-disabled swiftpm"
3342+
"tags": "sourcekit-disabled swiftpm",
3343+
"xfail": [
3344+
{
3345+
"issue": "https://github.com/swiftlang/swift/issues/79799",
3346+
"platform": "Darwin",
3347+
"compatibility": ["5.0"],
3348+
"branch": ["main", "release/6.1"],
3349+
"job": ["source-compat"]
3350+
}
3351+
]
32923352
},
32933353
{
32943354
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)