Add expected stdout for failing-meson tests which are missing it

pull/7172/head
Jon Turney 5 years ago
parent 19b44575d1
commit 2a3015b5dd
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
  1. 7
      test cases/failing/100 fallback consistency/test.json
  2. 7
      test cases/failing/101 no native compiler/test.json
  3. 7
      test cases/failing/102 subdir parse error/test.json
  4. 7
      test cases/failing/103 invalid option file/test.json
  5. 7
      test cases/failing/104 no lang/test.json
  6. 7
      test cases/failing/105 no glib-compile-resources/test.json
  7. 7
      test cases/failing/36 pkgconfig dependency impossible conditions/test.json
  8. 7
      test cases/failing/67 subproj different versions/test.json
  9. 7
      test cases/failing/84 gtest dependency with version/test.json
  10. 7
      test cases/failing/98 fallback consistency/test.json

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/100 fallback consistency/meson.build:7:0: ERROR: Inconsistency: Subproject has overridden the dependency with another variable than 'dep2'"
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/101 no native compiler/meson.build:12:0: ERROR: No host machine compiler for \"main.c\""
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/102 subdir parse error/subdir/meson.build:1:0: ERROR: Plusassignment target must be an id."
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/103 invalid option file/meson_options.txt:1:0: ERROR: lexer"
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/104 no lang/meson.build:2:0: ERROR: No host machine compiler for \"main.c\""
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/105 no glib-compile-resources/meson.build:8:0: ERROR: Could not execute glib-compile-resources."
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/36 pkgconfig dependency impossible conditions/meson.build:7:0: ERROR: Dependency 'zlib' was already checked and was not found"
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/67 subproj different versions/subprojects/b/meson.build:3:0: ERROR: Dependency 'c' was already checked and was not found"
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/84 gtest dependency with version/meson.build:8:0: ERROR: Dependency 'gtest' was already checked and was not found"
}
]
}

@ -0,0 +1,7 @@
{
"stdout": [
{
"line": "test cases/failing/98 fallback consistency/meson.build:4:0: ERROR: Inconsistency: Subproject has overridden the dependency with another variable than 'dep2'"
}
]
}
Loading…
Cancel
Save