blob: ca3d142ec003f6e53cebbf49f00aee63a0fa9765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"matrix": {
"options": {
"failmode": [
{ "val": "not-installed" },
{ "val": "parent-dir" },
{ "val": "root-subdir" }
]
}
},
"stdout": [
{
"line": "test cases/failing/124 subproject sandbox violation/meson.build:24:0: ERROR: Sandbox violation: Tried to grab file file.txt from a nested subproject."
}
]
}
|