Skip to content

Commit 478ea6b

Browse files
airspeedswiftrudkx
authored andcommitted
actually get XFAIL syntax right...
1 parent 48c48d3 commit 478ea6b

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

projects.json

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -485,26 +485,38 @@
485485
"url": "https://github.com/groue/GRDB.swift.git",
486486
"path": "GRDB.swift",
487487
"branch": "master",
488-
"xfail": {
489-
"compatibility": [
490-
{
491-
"version": "4.0",
492-
"commit": "58e05d13d1e5b42c70c6dd36d64cf1a44fabbb45"
493-
},
494-
{
495-
"version": "3.1",
496-
"commit": "ba8375adb120a9c67de8cc8f420c934581a82e3b"
497-
}
498-
]
499-
},
488+
"compatibility": [
489+
{
490+
"version": "4.0",
491+
"commit": "58e05d13d1e5b42c70c6dd36d64cf1a44fabbb45"
492+
},
493+
{
494+
"version": "3.1",
495+
"commit": "ba8375adb120a9c67de8cc8f420c934581a82e3b"
496+
}
497+
],
500498
"platforms": [
501499
"Darwin"
502500
],
503501
"maintainer": "[email protected]",
504502
"actions": [
505503
{
506504
"action": "BuildSwiftPackage",
507-
"configuration": "release"
505+
"configuration": "release",
506+
"xfail": {
507+
"compatibility": {
508+
"4.0": {
509+
"branch": {
510+
"master": "https://bugs.swift.org/browse/SR-6907"
511+
}
512+
},
513+
"3.1": {
514+
"branch": {
515+
"master": "https://bugs.swift.org/browse/SR-6907"
516+
}
517+
}
518+
}
519+
}
508520
},
509521
{
510522
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)