Skip to content

Commit 0a6f56e

Browse files
authored
Merge pull request swiftlang#169 from rudkx/xfail-for-4.2
XFAIL for swift-4.2-branch the things that are failing and XFAILed on…
2 parents f0edc03 + 4e122ce commit 0a6f56e

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

projects.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,8 @@
11721172
"compatibility": {
11731173
"3.0": {
11741174
"branch": {
1175-
"master": "https://bugs.swift.org/browse/SR-6690"
1175+
"master": "https://bugs.swift.org/browse/SR-6690",
1176+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
11761177
}
11771178
}
11781179
}
@@ -1188,7 +1189,8 @@
11881189
"compatibility": {
11891190
"3.0": {
11901191
"branch": {
1191-
"master": "https://bugs.swift.org/browse/SR-6690"
1192+
"master": "https://bugs.swift.org/browse/SR-6690",
1193+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
11921194
}
11931195
}
11941196
}
@@ -1204,7 +1206,8 @@
12041206
"compatibility": {
12051207
"3.0": {
12061208
"branch": {
1207-
"master": "https://bugs.swift.org/browse/SR-6690"
1209+
"master": "https://bugs.swift.org/browse/SR-6690",
1210+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
12081211
}
12091212
}
12101213
}
@@ -1220,7 +1223,8 @@
12201223
"compatibility": {
12211224
"3.0": {
12221225
"branch": {
1223-
"master": "https://bugs.swift.org/browse/SR-6690"
1226+
"master": "https://bugs.swift.org/browse/SR-6690",
1227+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6690"
12241228
}
12251229
}
12261230
}
@@ -2018,7 +2022,8 @@
20182022
"compatibility": {
20192023
"4.0.3": {
20202024
"branch": {
2021-
"master": "https://bugs.swift.org/browse/SR-7098"
2025+
"master": "https://bugs.swift.org/browse/SR-7098",
2026+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7098"
20222027
}
20232028
}
20242029
}
@@ -2153,7 +2158,8 @@
21532158
"compatibility": {
21542159
"4.0": {
21552160
"branch": {
2156-
"master": "https://bugs.swift.org/browse/SR-6556"
2161+
"master": "https://bugs.swift.org/browse/SR-6556",
2162+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7273"
21572163
}
21582164
}
21592165
}
@@ -2788,7 +2794,8 @@
27882794
"compatibility": {
27892795
"3.0": {
27902796
"branch": {
2791-
"master": "https://bugs.swift.org/browse/SR-7233"
2797+
"master": "https://bugs.swift.org/browse/SR-7233",
2798+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7233"
27922799
}
27932800
}
27942801
}

0 commit comments

Comments
 (0)