Add expected skip annotations for non-linux CI runs to framework tests
This commit is contained in:
parent
24135c8c8e
commit
538b347218
|
@ -17,5 +17,6 @@
|
|||
{ "static": "false", "b_vscrt": "mt" },
|
||||
{ "static": "false", "b_vscrt": "mtd" }
|
||||
]
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["azure", "msys2"]
|
||||
}
|
||||
|
|
|
@ -57,5 +57,6 @@
|
|||
{"type": "file", "file": "usr/share/gtk-doc/html/foobar3/style.css"},
|
||||
{"type": "file", "file": "usr/share/gtk-doc/html/foobar3/up.png"},
|
||||
{"type": "file", "file": "usr/share/gtk-doc/html/foobar3/up-insensitive.png"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
{"type": "file", "platform": "cygwin", "file": "usr/lib/libgirlib.dll.a"},
|
||||
{"type": "expr", "file": "usr/lib/?libgirlib.so"},
|
||||
{"type": "file", "platform": "cygwin", "file": "usr/lib/libgirsubproject.dll.a"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
{"type": "file", "platform": "cygwin", "file": "usr/lib/libgirsubproject.dll.a"},
|
||||
{"type": "file", "file": "usr/share/gir-1.0/Meson-1.0.gir"},
|
||||
{"type": "file", "file": "usr/share/gir-1.0/MesonSub-1.0.gir"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@
|
|||
{"type": "file", "file": "usr/share/help/es/meson-linguas/index.page"},
|
||||
{"type": "file", "file": "usr/share/help/de/meson-linguas/index.page"},
|
||||
{"type": "file", "file": "usr/share/help/de/meson-linguas/media/test.txt"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"installed": [
|
||||
{"type": "dir", "file": "usr/share/doc/spede/html"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"matrix": {
|
||||
"options": {
|
||||
"method": [
|
||||
{ "val": "config-tool" },
|
||||
{ "val": "cmake" }
|
||||
{ "val": "config-tool", "skip_on_jobname": ["msys2-gcc"]},
|
||||
{ "val": "cmake", "skip_on_jobname": ["msys2"] }
|
||||
],
|
||||
"link-static": [
|
||||
{ "val": true, "skip_on_jobname": ["opensuse"] },
|
||||
|
@ -13,5 +13,6 @@
|
|||
"exclude": [
|
||||
{ "method": "cmake", "link-static": false }
|
||||
]
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["azure", "cygwin"]
|
||||
}
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
{ "val": "extraframework", "skip_on_os": ["!darwin"], "skip_on_jobname": ["macos"] }
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["azure", "cygwin", "msys2"]
|
||||
}
|
||||
|
|
|
@ -13,5 +13,5 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["opensuse"]
|
||||
"skip_on_jobname": ["azure", "cygwin", "msys2", "opensuse"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "msys2"]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "msys2"]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "macos", "msys2"]
|
||||
}
|
|
@ -4,5 +4,6 @@
|
|||
],
|
||||
"tools": {
|
||||
"hotdoc": ">=0.1.0"
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["msys2"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure"]
|
||||
}
|
|
@ -2,10 +2,10 @@
|
|||
"matrix": {
|
||||
"options": {
|
||||
"method": [
|
||||
{ "val": "pkg-config" },
|
||||
{ "val": "pkg-config", "skip_on_jobname": ["macos"] },
|
||||
{ "val": "config-tool" }
|
||||
]
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["fedora", "opensuse"]
|
||||
"skip_on_jobname": ["azure", "cygwin", "fedora", "msys2", "opensuse"]
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["bionic", "fedora", "opensuse", "ubuntu"]
|
||||
"skip_on_jobname": ["azure", "bionic", "cygwin", "fedora", "macos", "msys2", "opensuse", "ubuntu"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "macos", "msys2"]
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["gcc"]
|
||||
"skip_on_jobname": ["azure", "gcc", "msys2"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["bionic", "fedora", "opensuse"]
|
||||
"skip_on_jobname": ["azure", "bionic", "cygwin", "fedora", "msys2", "opensuse"]
|
||||
}
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
"options": {
|
||||
"method": [
|
||||
{ "val": "pkg-config" },
|
||||
{ "val": "config-tool" },
|
||||
{ "val": "system" }
|
||||
{ "val": "config-tool", "skip_on_jobname": ["msys2"] },
|
||||
{ "val": "system", "skip_on_os": ["windows"] }
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["azure", "cygwin"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
{"type": "file", "platform": "cygwin", "file": "usr/lib/libgirlib.dll.a"},
|
||||
{"type": "file", "file": "usr/share/gir-1.0/Meson-1.0.gir"}
|
||||
],
|
||||
"skip_on_jobname": ["bionic"]
|
||||
"skip_on_jobname": ["azure", "bionic", "cygwin", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
{ "val": "pkg-config" }
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"skip_on_jobname": ["cygwin", "msys2", "azure"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
|
@ -10,5 +10,6 @@
|
|||
{"type": "file", "file": "usr/share/applications/test2.desktop"},
|
||||
{"type": "file", "file": "usr/share/applications/test3.desktop"},
|
||||
{"type": "file", "file": "usr/share/applications/test4.desktop"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "cygwin"]
|
||||
}
|
||||
|
|
|
@ -28,5 +28,6 @@
|
|||
{"type": "file", "file": "usr/include/enums6.h"},
|
||||
{"type": "file", "file": "usr/include/simple-resources.h"},
|
||||
{"type": "file", "file": "usr/include/generated-gdbus.h"}
|
||||
]
|
||||
],
|
||||
"skip_on_jobname": ["azure", "cygwin", "macos", "msys2"]
|
||||
}
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"skip_on_jobname": ["azure", "cygwin"]
|
||||
}
|
Loading…
Reference in New Issue