meson/test cases
Eli Schwartz aa84c55bef
tests: fix edge case where non-default python is used, by skipping it
In a couple of python module tests, we try to test things that rely on
the default python being the same one we look up in the python module.
This is unsolvable for the deprecated python3 module, as it actually
uses the in-process version of python for everything. For the python
module, we could actually look up the default system python instead of
the one we are running with, but then we wouldn't be testing the
functionality of that alternative python... and also the install
manifest tests would see files installed for the wrong version of
python, and report a combination of missing+extra files...

Solve both tests by just skipping the parts we cannot check.
2022-11-14 19:16:57 -05:00
..
cmake cmake: Add rule relaxations for CMake subprojects 2022-08-10 22:24:02 -04:00
common Implement `in` operator on string 2022-11-06 17:22:00 +02: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 Add support for cython_args 2022-03-23 15:44:01 -04:00
d Merge pull request #10464 from rtbo/fix_generated_deps 2022-06-19 22:16:20 +03:00
failing compilers: Add optimization=plain option 2022-10-09 14:43:18 +03:00
failing build cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10 2022-02-03 11:25:59 -05:00
failing test [TAP] Fix TAP parser when test exits with status 2021-02-19 17:17:20 +02:00
fortran tests: unskip windows mixing msvc and fortran, for non-gcc fortran 2022-07-11 17:58:02 -04:00
fpga/1 simple tests: remove deprecated `import('unstable_')` 2022-08-17 16:25:36 -04:00
frameworks gnome: allow generator outputs as gdbus-codegen inputs 2022-10-28 13:06:52 +03:00
java Add ability to add resources to jars 2022-03-22 13:21:26 +02:00
keyval interpreter: move handling of module stability to interpreter 2022-08-17 16:25:36 -04:00
linuxlike Fix generator expression list problems (fixes #10288) 2022-04-18 22:59:44 -04:00
nasm tests: Add nasm compiler checks 2022-10-25 18:09:36 +03:00
native holders: Fix the remaining code to respect the holder changes 2021-06-18 23:48:33 +02:00
objc editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
objcpp editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
osx Revert "tests: Test extern'd globals on MacOS with the Apple Archiver" 2022-10-31 23:22:07 -04:00
python tests: fix edge case where non-default python is used, by skipping it 2022-11-14 19:16:57 -05:00
python3 tests: fix edge case where non-default python is used, by skipping it 2022-11-14 19:16:57 -05:00
rewrite rewriter: create {add,rm}_extra_files commands 2021-12-15 21:21:29 +01:00
rust tests/rust: renumber structred sources test 2022-03-21 11:26:52 -07:00
swift Xcode: make Swift projects work. 2021-04-25 15:35:13 +03:00
unit backends: Try guessing install tag for all installed files 2022-11-02 14:53:35 +02:00
vala test cases/vala: Fix test 14 2022-02-27 14:33:33 -05:00
warning tests: Add a test for a target with no sources 2022-09-09 19:13:46 -04: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 MASM compiler 2022-10-24 14:52:13 +02:00