Skip to content

Commit 79fc7ff

Browse files
committed
Xfail ReactiveExtensions
ReactiveExtensions uses the legacy build system and it failed when we are using the new driver. The new driver doesn't integrate with the legacy build system. rdar://75437284
1 parent b7dfc3b commit 79fc7ff

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projects.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,14 +1186,28 @@
11861186
"scheme": "ReactiveExtensions-iOS",
11871187
"destination": "generic/platform=iOS",
11881188
"configuration": "Release",
1189-
"tags": "sourcekit-disabled"
1189+
"tags": "sourcekit-disabled",
1190+
"xfail": [
1191+
{
1192+
"issue": "rdar://problem/75437284",
1193+
"compatibility": ["5.1"],
1194+
"branch": ["main"]
1195+
}
1196+
]
11901197
},
11911198
{
11921199
"action": "BuildXcodeProjectScheme",
11931200
"project": "ReactiveExtensions.xcodeproj",
11941201
"scheme": "ReactiveExtensions-TestHelpers-iOS",
11951202
"destination": "generic/platform=iOS",
1196-
"configuration": "Release"
1203+
"configuration": "Release",
1204+
"xfail": [
1205+
{
1206+
"issue": "rdar://problem/75437284",
1207+
"compatibility": ["5.1"],
1208+
"branch": ["main"]
1209+
}
1210+
]
11971211
}
11981212
]
11991213
},

0 commit comments

Comments
 (0)