summaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
AgeCommit message (Expand)Author
2025-12-17dependencies: Require 'native' be passed in kwargsDylan Baker
2025-12-01templates: fix remaining languages for source file discovery tooSam James
2025-12-01templates: sort langs in testSam James
2025-12-01templates: fix --executableSam James
2025-12-01templates: refactor tests to have a bit less nestingSam James
2025-11-23Condense directory names for rc1.Jussi Pakkanen
2025-11-23templates: respect parametersSam James
2025-11-19compilers: Remove Environment parameter from Compiler.symbols_have_underscore...Dylan Baker
2025-11-19compilers: Remove Environment parameter from Compiler.sanity_checkDylan Baker
2025-11-19tests: Fix regex in test_sliceMarkus Jörg
2025-11-17mtest: add convenience key to testlog.json for "is a failure"Eli Schwartz
2025-11-03backends: add CustomTargetIndexes to meson-{test,benchmark}-prereqPaolo Bonzini
2025-10-29environment: move tool detection functions to a new modulePaolo Bonzini
2025-10-29environment: move detection functions to envconfig.pyPaolo Bonzini
2025-10-23mtest: Display test name in format expected by "meson test" argumentXavier Claessens
2025-10-23mtest: Fix test selection implementationXavier Claessens
2025-10-06options: replace get_value with get_value_forPaolo Bonzini
2025-08-28python: add a python.build_config option (PEP 739)Filipe Laíns
2025-08-18Revert "backends: Use POSIX paths for target paths"Jussi Pakkanen
2025-08-11Revert "build: Throw an error instead of warning for sourceless targets"Eli Schwartz
2025-08-11Condense test directory names.Jussi Pakkanen
2025-08-10build: Throw an error instead of warning for sourceless targetsFlorian "sp1rit"​
2025-08-10rewriter: Accept UnknownValue() in more placesVolker Weißmann
2025-08-04build: fix introspection interpreter issue when project selects RustPaolo Bonzini
2025-08-01Condense test directory names for 1.9.Jussi Pakkanen
2025-07-22mintro: Record rpath_dirs_to_remove in install_planDaniele Nicolodi
2025-07-14unittests: add test case for setting and retrieving build optionsPaolo Bonzini
2025-07-13backends: Use POSIX paths for target pathsL. E. Segovia
2025-06-08add unittest for cmake preprocessingJan200101
2025-06-05unittests: Handle missing compiler support in test_compiler_detectionDylan Baker
2025-06-05unittests: add asserts to test_compiler_detectionDylan Baker
2025-06-05unittests: use subtests to break up test_compiler_detectionDylan Baker
2025-06-05Add ELD linkerKushal Pal
2025-06-03utils: Replace BuildDirLock with generic DirectoryLockFlorian "sp1rit"​
2025-05-29rewriter: Rewrite how we add/remove source filesVolker Weißmann
2025-05-14devenv: do not use os.execv on WindowsCharles Brunet
2025-05-01unittests: smoke test the backend optionsPaolo Bonzini
2025-04-29unittests: fix overly loose regex in tests for `--slice=` optionPatrick Steinhardt
2025-04-18fix prefix computation in validate_original_argsPaolo Bonzini
2025-04-14Condense directory names for 1.8 rc1.Jussi Pakkanen
2025-04-03backend/ninja: Fortran targets need to -I transitive deps private dirsDylan Baker
2025-04-03tests: our fortran order deps are wrong if a new module is introducedDylan Baker
2025-04-03tests: demonstrate that our scanner cannot handle cross target modulesDylan Baker
2025-04-02rust: new target rustdocPaolo Bonzini
2025-03-14Add subTests to test_introspect_json_dumpCharles Brunet
2025-03-09compilers: convert `b_sanitize` to a free-form array optionPatrick Steinhardt
2025-03-09Add cache to coredata.get_external_link_argsCharles Brunet
2025-03-05unittests: use subtests for test_Builtin_options_documentedDylan Baker
2025-02-27test: fix hang when running tests that need parsing with `--interactive`Patrick Steinhardt
2025-02-27mtest: add option to slice testsPatrick Steinhardt