diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-05-23 02:36:58 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-05-23 16:02:30 +0300 |
commit | 22bc0d46a541caa8528b254252bdb1e5c13599f7 (patch) | |
tree | 7efcffe58cfc408be2df50ebb7d11263efa5e96a /test cases | |
parent | 9a94ffe0610c18559292a2334dc7bc27eecf3827 (diff) | |
download | meson-22bc0d46a541caa8528b254252bdb1e5c13599f7.zip meson-22bc0d46a541caa8528b254252bdb1e5c13599f7.tar.gz meson-22bc0d46a541caa8528b254252bdb1e5c13599f7.tar.bz2 |
Revert "Merge pull request #7172 from jon-turney/test-output-check-mandatory"
This reverts commit 0871b1032c53287a1ed3ce5108799fb0daccaec5, reversing
changes made to 9dc3ca2c1c9fbb47e731551c6432df144f725261.
Diffstat (limited to 'test cases')
10 files changed, 0 insertions, 70 deletions
diff --git a/test cases/failing/100 fallback consistency/test.json b/test cases/failing/100 fallback consistency/test.json deleted file mode 100644 index a783d8c..0000000 --- a/test cases/failing/100 fallback consistency/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/100 fallback consistency/meson.build:7:0: ERROR: Inconsistency: Subproject has overridden the dependency with another variable than 'dep2'" - } - ] -} diff --git a/test cases/failing/101 no native compiler/test.json b/test cases/failing/101 no native compiler/test.json deleted file mode 100644 index c7b5d1c..0000000 --- a/test cases/failing/101 no native compiler/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/101 no native compiler/meson.build:12:0: ERROR: No host machine compiler for \"main.c\"" - } - ] -} diff --git a/test cases/failing/102 subdir parse error/test.json b/test cases/failing/102 subdir parse error/test.json deleted file mode 100644 index 06fd4d3..0000000 --- a/test cases/failing/102 subdir parse error/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/102 subdir parse error/subdir/meson.build:1:0: ERROR: Plusassignment target must be an id." - } - ] -} diff --git a/test cases/failing/103 invalid option file/test.json b/test cases/failing/103 invalid option file/test.json deleted file mode 100644 index 20dbec3..0000000 --- a/test cases/failing/103 invalid option file/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/103 invalid option file/meson_options.txt:1:0: ERROR: lexer" - } - ] -} diff --git a/test cases/failing/104 no lang/test.json b/test cases/failing/104 no lang/test.json deleted file mode 100644 index 62999be..0000000 --- a/test cases/failing/104 no lang/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/104 no lang/meson.build:2:0: ERROR: No host machine compiler for \"main.c\"" - } - ] -} diff --git a/test cases/failing/105 no glib-compile-resources/test.json b/test cases/failing/105 no glib-compile-resources/test.json deleted file mode 100644 index 67dc7e4..0000000 --- a/test cases/failing/105 no glib-compile-resources/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/105 no glib-compile-resources/meson.build:8:0: ERROR: Could not execute glib-compile-resources." - } - ] -} diff --git a/test cases/failing/36 pkgconfig dependency impossible conditions/test.json b/test cases/failing/36 pkgconfig dependency impossible conditions/test.json deleted file mode 100644 index 2ce62ac..0000000 --- a/test cases/failing/36 pkgconfig dependency impossible conditions/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/36 pkgconfig dependency impossible conditions/meson.build:7:0: ERROR: Dependency 'zlib' was already checked and was not found" - } - ] -} diff --git a/test cases/failing/67 subproj different versions/test.json b/test cases/failing/67 subproj different versions/test.json deleted file mode 100644 index d16daf9..0000000 --- a/test cases/failing/67 subproj different versions/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "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" - } - ] -} diff --git a/test cases/failing/84 gtest dependency with version/test.json b/test cases/failing/84 gtest dependency with version/test.json deleted file mode 100644 index e1bbcac..0000000 --- a/test cases/failing/84 gtest dependency with version/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/84 gtest dependency with version/meson.build:8:0: ERROR: Dependency 'gtest' was already checked and was not found" - } - ] -} diff --git a/test cases/failing/98 fallback consistency/test.json b/test cases/failing/98 fallback consistency/test.json deleted file mode 100644 index fd77bad..0000000 --- a/test cases/failing/98 fallback consistency/test.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "stdout": [ - { - "line": "test cases/failing/98 fallback consistency/meson.build:4:0: ERROR: Inconsistency: Subproject has overridden the dependency with another variable than 'dep2'" - } - ] -} |