meson/test cases
L. E. Segovia 9797f7682b cmake: Fix blunt target filtering skipping GENERATED dependencies
GENERATED files can be used as dependencies for other targets, so it's
misguided (at best) to filter them with a blunt whitelist.

However, there does exist an extension that needs to be skipped: on Windows +
MSVC, CMake will by default try to generate a Visual Studio project, and
there dependencies with no inputs are instead tied to a dummy .rule
input file which is created by the generation step. The fileapi will
still report those, so it will cause Meson to bail out when it realises
there's no such file in the build tree.

Fixes #11607
2024-01-16 11:00:26 -08:00
..
cmake cmake: Fix blunt target filtering skipping GENERATED dependencies 2024-01-16 11:00:26 -08:00
common machine file: Fix parenthesized expressions 2024-01-06 23:56:32 -05:00
csharp test: merge installed_files.txt into test.json 2020-02-25 21:47:42 +01:00
cuda Fix crash when getting cuda options 2021-10-27 15:29:44 -04:00
cython Fix `ERROR: no toolchain found` when run from unittests 2023-05-05 12:23:52 -04:00
d Fix build using GDC 13 2023-07-16 23:57:57 +03:00
failing Condense test directories for RC1. 2023-10-27 17:43:03 +03:00
failing build ninja backend: don't hide all compiler warnings for transpiled languages 2023-12-05 19:51:56 -05:00
failing test [TAP] Fix TAP parser when test exits with status 2021-02-19 17:17:20 +02:00
fortran Condense test directory names for release. 2023-06-28 15:28:52 +03:00
fpga/1 simple tests: remove deprecated `import('unstable_')` 2022-08-17 16:25:36 -04:00
frameworks tests: skip llvm modules test more thoroughly 2023-11-06 14:45:24 -05:00
java tests: fix java JNI test assert for jni.h existing 2024-01-02 07:54:21 -08:00
keyval interpreter: move handling of module stability to interpreter 2022-08-17 16:25:36 -04:00
linuxlike dependencies: allow get_variable to define multiple pkgconfig defines 2023-11-14 14:59:12 -05:00
nasm nasm tests: skip asm language test on Solaris & illumos 2023-10-02 17:55:00 -04:00
native fix various spelling issues 2023-04-11 19:21:05 -04:00
objc Fix test failures on Darwin on a case-sensitive fs 2023-05-28 01:51:59 -04:00
objcpp editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
osx Fix test failure on Darwin on a case-sensitive fs 2023-12-04 16:23:59 +02:00
python tests: fix test case to not import distutils on python 3.12 2023-10-02 23:53:39 -04:00
python3 tests: fix "4 custom target depends extmodule" with Python 3.8+ on Windows 2023-08-08 16:32:39 -04:00
rewrite rewriter: create {add,rm}_extra_files commands 2021-12-15 21:21:29 +01:00
rust Use SPDX-License-Identifier consistently 2023-12-13 15:19:21 -05:00
swift swift: Support swift_args 2023-12-26 10:33:08 -08:00
unit Renumber test dirs for rc3. 2023-11-12 19:18:06 +02:00
vala Vala: fixes to gresource handling (#12418) 2024-01-11 17:55:02 +02:00
warning Prohibit symlinks in test data dir because they get mangled by setup.py. 2023-11-07 21:52:14 +02:00
wasm editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
wayland modules/wayland: Rename core_only to include_core_only 2022-09-07 08:43:29 -04:00
windows add support for vs_module_defs to Executables 2023-09-28 14:35:01 -04:00