You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
cmake
cmake: Add rule relaxations for CMake subprojects
3 years ago
common
Implement `in` operator on string
2 years ago
csharp
compilers/d: Add b_ndebug support
5 years ago
cuda
Fix crash when getting cuda options
3 years ago
cython
Add support for cython_args
3 years ago
d
Merge pull request #10464 from rtbo/fix_generated_deps
3 years ago
failing
compilers: Add optimization=plain option
2 years ago
failing build
cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10
3 years ago
failing test
[TAP] Fix TAP parser when test exits with status
4 years ago
fortran
tests: unskip windows mixing msvc and fortran, for non-gcc fortran
3 years ago
fpga/ 1 simple
tests: remove deprecated `import('unstable_')`
3 years ago
frameworks
gnome: allow generator outputs as gdbus-codegen inputs
2 years ago
java
Add ability to add resources to jars
3 years ago
keyval
interpreter: move handling of module stability to interpreter
3 years ago
linuxlike
Fix generator expression list problems ( fixes #10288 )
3 years ago
nasm
tests: Add nasm compiler checks
2 years ago
native
holders: Fix the remaining code to respect the holder changes
4 years ago
objc
editorconfig: add setting to trim trailing whitespace
4 years ago
objcpp
editorconfig: add setting to trim trailing whitespace
4 years ago
osx
Revert "tests: Test extern'd globals on MacOS with the Apple Archiver"
2 years ago
python
tests: fix edge case where non-default python is used, by skipping it
2 years ago
python3
tests: fix edge case where non-default python is used, by skipping it
2 years ago
rewrite
rewriter: create {add,rm}_extra_files commands
3 years ago
rust
tests/rust: renumber structred sources test
3 years ago
swift
Xcode: make Swift projects work.
4 years ago
unit
backends: Try guessing install tag for all installed files
2 years ago
vala
test cases/vala: Fix test 14
3 years ago
warning
tests: Add a test for a target with no sources
3 years ago
wasm
editorconfig: add setting to trim trailing whitespace
4 years ago
wayland
modules/wayland: Rename core_only to include_core_only
3 years ago
windows
Add MASM compiler
2 years ago