Skip to content

Commit 5d5d9b4

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request #218 from apple/xfails-SR-8250
Add xfails for SR-8250 and remove old configurations
2 parents d39a479 + ae83bd9 commit 5d5d9b4

File tree

1 file changed

+80
-34
lines changed

1 file changed

+80
-34
lines changed

projects.json

Lines changed: 80 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@
8383
"path": "AsyncNinja",
8484
"branch": "master",
8585
"compatibility": [
86-
{
87-
"version": "3.1",
88-
"commit": "91b80dd2fc959b7673b5151bba41beef8e877607"
89-
},
9086
{
9187
"version": "4.0",
9288
"commit": "efc83bd21d8c25ba3896debab5f66408f683a1e7"
@@ -244,10 +240,6 @@
244240
"branch": "master",
245241
"maintainer": "[email protected]",
246242
"compatibility": [
247-
{
248-
"version": "3.1",
249-
"commit": "0eb7ac56b76ed5c1024b7035ed0e29f69c74c8e7"
250-
},
251243
{
252244
"version": "4.0.3",
253245
"commit": "3e4b1a7167b066b1472fe217778461f9d7bd46fd"
@@ -476,10 +468,6 @@
476468
"branch": "master",
477469
"maintainer": "[email protected]",
478470
"compatibility": [
479-
{
480-
"version": "3.1",
481-
"commit": "9e102ed702045a09eae77b16d223160a66c3f8bc"
482-
},
483471
{
484472
"version": "4.0",
485473
"commit": "04ae84dbaf423214c644590cbe0d837edfbfd411"
@@ -650,10 +638,6 @@
650638
{
651639
"version": "4.0",
652640
"commit": "d88afd48e8793d66f4609db98710b679ce039341"
653-
},
654-
{
655-
"version": "3.1",
656-
"commit": "f3135a5c1fc7ac079cf4156992455b254b16bb84"
657641
}
658642
],
659643
"maintainer": "[email protected]",
@@ -664,7 +648,17 @@
664648
"actions": [
665649
{
666650
"action": "BuildSwiftPackage",
667-
"configuration": "release"
651+
"configuration": "release",
652+
"xfail": {
653+
"compatibility": {
654+
"4.0": {
655+
"branch": {
656+
"master": "https://bugs.swift.org/browse/SR-8250",
657+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
658+
}
659+
}
660+
}
661+
}
668662
},
669663
{
670664
"action": "TestSwiftPackage"
@@ -1026,7 +1020,17 @@
10261020
},
10271021
{
10281022
"action": "BuildSwiftPackage",
1029-
"configuration": "release"
1023+
"configuration": "release",
1024+
"xfail": {
1025+
"compatibility": {
1026+
"4.0": {
1027+
"branch": {
1028+
"master": "https://bugs.swift.org/browse/SR-8250",
1029+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
1030+
}
1031+
}
1032+
}
1033+
}
10301034
},
10311035
{
10321036
"action": "TestSwiftPackage"
@@ -1290,7 +1294,17 @@
12901294
},
12911295
{
12921296
"action": "BuildSwiftPackage",
1293-
"configuration": "release"
1297+
"configuration": "release",
1298+
"xfail": {
1299+
"compatibility": {
1300+
"3.0": {
1301+
"branch": {
1302+
"master": "https://bugs.swift.org/browse/SR-8250",
1303+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
1304+
}
1305+
}
1306+
}
1307+
}
12941308
},
12951309
{
12961310
"action": "TestXcodeProjectScheme",
@@ -1505,13 +1519,9 @@
15051519
"maintainer": "[email protected]",
15061520
"compatibility": [
15071521
{
1508-
"version": "3.0",
1509-
"commit": "b65d53b9547f2f5047c4253fb97ed1d504b4c36d"
1510-
},
1511-
{
1512-
"version": "4.0",
1513-
"commit": "4502081d713257bb414d7dffa25f10ba59fa6770"
1514-
}
1522+
"version": "4.0",
1523+
"commit": "4502081d713257bb414d7dffa25f10ba59fa6770"
1524+
}
15151525
],
15161526
"platforms": [
15171527
"Darwin"
@@ -2034,7 +2044,17 @@
20342044
"actions": [
20352045
{
20362046
"action": "BuildSwiftPackage",
2037-
"configuration": "release"
2047+
"configuration": "release",
2048+
"xfail": {
2049+
"compatibility": {
2050+
"3.0": {
2051+
"branch": {
2052+
"master": "https://bugs.swift.org/browse/SR-8250",
2053+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
2054+
}
2055+
}
2056+
}
2057+
}
20382058
}
20392059
]
20402060
},
@@ -2366,7 +2386,17 @@
23662386
"actions": [
23672387
{
23682388
"action": "BuildSwiftPackage",
2369-
"configuration": "release"
2389+
"configuration": "release",
2390+
"xfail": {
2391+
"compatibility": {
2392+
"3.1": {
2393+
"branch": {
2394+
"master": "https://bugs.swift.org/browse/SR-8250",
2395+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
2396+
}
2397+
}
2398+
}
2399+
}
23702400
},
23712401
{
23722402
"action": "TestSwiftPackage"
@@ -2391,7 +2421,17 @@
23912421
"actions": [
23922422
{
23932423
"action": "BuildSwiftPackage",
2394-
"configuration": "release"
2424+
"configuration": "release",
2425+
"xfail": {
2426+
"compatibility": {
2427+
"3.1": {
2428+
"branch": {
2429+
"master": "https://bugs.swift.org/browse/SR-8250",
2430+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
2431+
}
2432+
}
2433+
}
2434+
}
23952435
}
23962436
]
23972437
},
@@ -2473,10 +2513,6 @@
24732513
"branch": "master",
24742514
"maintainer": "[email protected]",
24752515
"compatibility": [
2476-
{
2477-
"version": "3.0",
2478-
"commit": "db431abebe6b6ec632a3829edd75be0a440e331a"
2479-
},
24802516
{
24812517
"version": "4.0",
24822518
"commit": "45f5726304f41e6e6ad5d3d836e89940e165f48d"
@@ -2516,7 +2552,17 @@
25162552
},
25172553
{
25182554
"action": "BuildSwiftPackage",
2519-
"configuration": "release"
2555+
"configuration": "release",
2556+
"xfail": {
2557+
"compatibility": {
2558+
"4.0": {
2559+
"branch": {
2560+
"master": "https://bugs.swift.org/browse/SR-8250",
2561+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-8250"
2562+
}
2563+
}
2564+
}
2565+
}
25202566
},
25212567
{
25222568
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)