Skip to content

Commit 02736f7

Browse files
committed
XFAIL Tagged: SR-9252
1 parent 182c5b1 commit 02736f7

File tree

1 file changed

+50
-5
lines changed

1 file changed

+50
-5
lines changed

projects.json

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2608,32 +2608,77 @@
26082608
"workspace": "Tagged.xcworkspace",
26092609
"scheme": "Tagged-Package",
26102610
"destination": "generic/platform=macOS",
2611-
"configuration": "Release"
2611+
"configuration": "Release",
2612+
"xfail": {
2613+
"compatibility": {
2614+
"4.1": {
2615+
"branch": {
2616+
"master": "https://bugs.swift.org/browse/SR-9252"
2617+
}
2618+
}
2619+
}
2620+
}
26122621
},
26132622
{
26142623
"action": "BuildXcodeWorkspaceScheme",
26152624
"workspace": "Tagged.xcworkspace",
26162625
"scheme": "Tagged-Package",
26172626
"destination": "generic/platform=iOS",
2618-
"configuration": "Release"
2627+
"configuration": "Release",
2628+
"xfail": {
2629+
"compatibility": {
2630+
"4.1": {
2631+
"branch": {
2632+
"master": "https://bugs.swift.org/browse/SR-9252"
2633+
}
2634+
}
2635+
}
2636+
}
26192637
},
26202638
{
26212639
"action": "BuildXcodeWorkspaceScheme",
26222640
"workspace": "Tagged.xcworkspace",
26232641
"scheme": "Tagged-Package",
26242642
"destination": "generic/platform=tvOS",
2625-
"configuration": "Release"
2643+
"configuration": "Release",
2644+
"xfail": {
2645+
"compatibility": {
2646+
"4.1": {
2647+
"branch": {
2648+
"master": "https://bugs.swift.org/browse/SR-9252"
2649+
}
2650+
}
2651+
}
2652+
}
26262653
},
26272654
{
26282655
"action": "BuildXcodeWorkspaceScheme",
26292656
"workspace": "Tagged.xcworkspace",
26302657
"scheme": "Tagged-Package",
26312658
"destination": "generic/platform=watchOS",
2632-
"configuration": "Release"
2659+
"configuration": "Release",
2660+
"xfail": {
2661+
"compatibility": {
2662+
"4.1": {
2663+
"branch": {
2664+
"master": "https://bugs.swift.org/browse/SR-9252"
2665+
}
2666+
}
2667+
}
2668+
}
26332669
},
26342670
{
26352671
"action": "BuildSwiftPackage",
2636-
"configuration": "release"
2672+
"configuration": "release",
2673+
"xfail": {
2674+
"compatibility": {
2675+
"4.1": {
2676+
"branch": {
2677+
"master": "https://bugs.swift.org/browse/SR-9252"
2678+
}
2679+
}
2680+
}
2681+
}
26372682
},
26382683
{
26392684
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)