File tree Expand file tree Collapse file tree 1 file changed +33
-3
lines changed Expand file tree Collapse file tree 1 file changed +33
-3
lines changed Original file line number Diff line number Diff line change 622
622
"actions" : [
623
623
{
624
624
"action" : " BuildSwiftPackage" ,
625
- "configuration" : " release"
625
+ "configuration" : " release" ,
626
+ "xfail" : {
627
+ "compatibility" : {
628
+ "3.0" : {
629
+ "branch" : {
630
+ "master" : " rdar://problem/32185310" ,
631
+ "swift-4.0-branch" : " rdar://problem/32185310"
632
+ }
633
+ }
634
+ }
635
+ }
626
636
},
627
637
{
628
638
"action" : " TestSwiftPackage"
1405
1415
"actions" : [
1406
1416
{
1407
1417
"action" : " BuildSwiftPackage" ,
1408
- "configuration" : " release"
1418
+ "configuration" : " release" ,
1419
+ "xfail" : {
1420
+ "compatibility" : {
1421
+ "3.1" : {
1422
+ "branch" : {
1423
+ "master" : " rdar://problem/32185310" ,
1424
+ "swift-4.0-branch" : " rdar://problem/32185310"
1425
+ }
1426
+ }
1427
+ }
1428
+ }
1409
1429
},
1410
1430
{
1411
1431
"action" : " TestSwiftPackage"
1512
1532
"project" : " Surge.xcodeproj" ,
1513
1533
"scheme" : " Surge" ,
1514
1534
"destination" : " generic/platform=iOS" ,
1515
- "configuration" : " Release"
1535
+ "configuration" : " Release" ,
1536
+ "xfail" : {
1537
+ "compatibility" : {
1538
+ "3.0" : {
1539
+ "branch" : {
1540
+ "master" : " rdar://problem/32185310" ,
1541
+ "swift-4.0-branch" : " rdar://problem/32185310"
1542
+ }
1543
+ }
1544
+ }
1545
+ }
1516
1546
}
1517
1547
]
1518
1548
},
You can’t perform that action at this time.
0 commit comments