.. |
1 project not first
|
use a more informative error message for invoking meson in a subdir
|
2021-08-22 12:49:11 +03:00 |
2 missing file
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
3 missing subdir
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
4 missing meson.build
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
5 misplaced option
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
6 missing incdir
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
7 go to subproject
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
8 recursive
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
9 missing extra file
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
10 out of bounds
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
11 object arithmetic
|
interpreter: Holderify arrays and dicts
|
2021-10-06 22:37:18 +02:00 |
12 string arithmetic
|
interpreter: Holderify arrays and dicts
|
2021-10-06 22:37:18 +02:00 |
13 array arithmetic
|
interpreter: Holderify arrays and dicts
|
2021-10-06 22:37:18 +02:00 |
14 invalid option name
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
15 kwarg before arg
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
16 extract from subproject
|
tests: both_library test improvements
|
2021-06-22 21:09:25 +02:00 |
17 same target
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
18 wrong plusassign
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
19 target clash
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
20 version
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
21 subver
|
interpreter: use typed_kwargs for subproject()
|
2022-03-03 10:29:14 -08:00 |
22 assert
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
23 rel testdir
|
interpreter: fix name of typed_kwargs for `test()`
|
2021-08-27 14:49:52 -07:00 |
24 int conversion
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
25 badlang
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
26 output subdir
|
fix regression that broke type checking of CustomTarget outputs
|
2022-05-31 17:49:29 -04:00 |
27 noprog use
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
28 no crossprop
|
interpreter: Clean up and simplify/optimize get_(external|cross)_property
|
2021-02-26 15:31:15 -08:00 |
29 nested ternary
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
30 invalid man extension
|
interpreter: man sections can be up to 9 on many platforms
|
2021-06-22 09:13:41 -07:00 |
31 no man extension
|
interpreter: man sections can be up to 9 on many platforms
|
2021-06-22 09:13:41 -07:00 |
32 exe static shared
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
33 non-root subproject
|
In text, betterer grammer usings.
|
2020-10-19 00:04:14 +03:00 |
34 dependency not-required then required
|
travis/macos: Restore the old pkg-config behaviour
|
2020-05-15 08:33:15 +00:00 |
35 project argument after target
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
36 pkgconfig dependency impossible conditions
|
interpreter: Extract dependency() logic into its own helper class
|
2021-06-16 19:04:03 -04:00 |
37 has function external dependency
|
Add expected stdout for failing-meson and warning-meson tests
|
2020-04-30 20:41:35 +01:00 |
38 prefix absolute
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
39 kwarg assign
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
40 custom target plainname many inputs
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
41 custom target outputs not matching install_dirs
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
42 project name colon
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
43 abs subdir
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
44 abspath to srcdir
|
Improve error message for `include_directories(abs_path_intree)`
|
2022-07-06 15:17:01 -04:00 |
45 pkgconfig variables reserved
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
46 pkgconfig variables zero length
|
refactor logic for parsing dependency variables into type_checking module
|
2022-06-17 14:33:02 -04:00 |
47 pkgconfig variables zero length value
|
refactor logic for parsing dependency variables into type_checking module
|
2022-06-17 14:33:02 -04:00 |
48 pkgconfig variables not key value
|
refactor logic for parsing dependency variables into type_checking module
|
2022-06-17 14:33:02 -04:00 |
49 executable comparison
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
50 inconsistent comparison
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
51 slashname
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
52 reserved meson prefix
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
53 wrong shared crate type
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
54 wrong static crate type
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
55 or on new line
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
56 link with executable
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
57 assign custom target index
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
58 getoption prefix
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
59 bad option argument
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
60 subproj filegrab
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
61 grab subproj
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
62 grab sibling
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
63 string as link target
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
64 dependency not-found and required
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
65 subproj different versions
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
66 wrong boost module
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
67 install_data rename bad size
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
68 skip only subdir
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
69 dual override
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
70 override used
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
71 run_command unclean exit
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
72 int literal leading zero
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
73 configuration immutable
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
74 link with shared module on osx
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
75 non ascii in ascii encoded configure file
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
76 subproj dependency not-found and required
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
77 unfound run
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
78 framework dependency with version
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
79 override exe config
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
80 gl dependency with version
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
81 threads dependency with version
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
82 gtest dependency with version
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
83 dub libray
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
84 dub executable
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
85 dub compiler
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
86 subproj not-found dep
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
87 invalid configure file
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
88 kwarg dupe
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
89 missing pch file
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
90 pch source different folder
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
91 unknown config tool
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
92 custom target install data
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
93 add dict non string key
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
94 add dict duplicate keys
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
95 no host get_external_property
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
96 no native compiler
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
97 subdir parse error
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
98 invalid option file
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
99 no lang
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
100 no glib-compile-resources
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
101 number in combo
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
102 bool in combo
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
103 compiler no lang
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
104 no fallback
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
105 feature require
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
106 feature require.bis
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
107 no build get_external_property
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
108 enter subdir twice
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
109 invalid fstring
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
110 compiler argument checking
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
111 empty fallback
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
112 cmake executable dependency
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
113 allow_fallback with fallback
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
114 nonsensical bindgen
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
115 run_target in test
|
Do not use 'echo' as it is not available on plain cmd.exe
|
2022-04-23 23:56:31 +03:00 |
116 run_target in add_install_script
|
Do not use 'echo' as it is not available on plain cmd.exe
|
2022-04-23 23:56:31 +03:00 |
117 pathsep in install_symlink
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
118 subproject version conflict
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
119 structured source empty string
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
120 structured_sources conflicts
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
121 missing compiler
|
Condense test directory names.
|
2022-03-29 02:12:02 +03:00 |
122 cmake subproject error
|
cmake: Better error message when configuring a CMake subproject fails.
|
2022-04-03 12:04:21 -04:00 |
123 pkgconfig not relocatable outside prefix
|
test cases/failing: Add 123 pkgconfig not relocatable outside prefix
|
2022-04-19 17:35:08 -04:00 |
124 subproject sandbox violation
|
Fix test case numbers.
|
2022-07-07 10:04:51 -07:00 |
125 override and add_project_dependency
|
Fix test case numbers.
|
2022-07-07 10:04:51 -07:00 |
126 targets before add_project_dependency
|
Fix test case numbers.
|
2022-07-07 10:04:51 -07:00 |
127 extract from unity
|
Fix test case numbers.
|
2022-07-07 10:04:51 -07:00 |
128 subproject object as a dependency
|
Fix test case numbers.
|
2022-07-07 10:04:51 -07:00 |