summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
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-31cargo: Do not convert cfg() to Meson ASTXavier Claessens
2025-05-31cargo: Fix cfg() parsingXavier Claessens
2025-05-29rewriter: Rewrite how we add/remove source filesVolker Weißmann
2025-05-29Add AstInterpreter.dataflow_dagVolker Weißmann
2025-05-29rewritetests.py: Ignore order of listed sourcesVolker Weißmann
2025-05-23options: process project options before machine optionsPaolo Bonzini
2025-05-21options: accept compiler and built-in options in --reconfigure and "meson con...Paolo Bonzini
2025-05-21options: commonize code to accept unknown optionsPaolo Bonzini
2025-05-21compilers: add option for ignoring system dirsDavid Seifert
2025-05-15unittests: add minimal coverage of --buildtype=customPaolo Bonzini
2025-05-15add test case for setting options from reconfigurePaolo Bonzini
2025-05-15unittests: add test for CFLAGS in linker command linePaolo Bonzini
2025-05-14devenv: do not use os.execv on WindowsCharles Brunet
2025-05-07options: fix "deprecated" with dictionary argument and non-string typesPaolo Bonzini
2025-05-01unittests: smoke test the backend optionsPaolo Bonzini
2025-04-29unittests: fix overly loose regex in tests for `--slice=` optionPatrick Steinhardt
2025-04-24interpreter: do not use pathlib for DependencyVariableString creationPaolo Bonzini
2025-04-24options: subproject system options require the global onesPaolo Bonzini
2025-04-18fix prefix computation in validate_original_argsPaolo Bonzini
2025-04-14Condense directory names for 1.8 rc1.Jussi Pakkanen
2025-04-08coredata: delete set_default_optionsDylan Baker
2025-04-08tests: Add a rewriter test that handles prefixDylan Baker
2025-04-08options: fix typing issues stemming from initialize_from_top_level_project_callDylan Baker
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-02unittests: use more subtestsDylan Baker
2025-04-02rust: new target rustdocPaolo Bonzini
2025-03-21CI: Fix filemode tests with cygwin 3.6.0Jon Turney
2025-03-14Add subTests to test_introspect_json_dumpCharles Brunet
2025-03-14Move variables to InterpreterBaseCharles Brunet
2025-03-10options: merge set_value and set_optionDylan Baker
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-06options: delete unused set_subproject_optionsDylan Baker
2025-03-06unittests: Use more subtestsDylan Baker
2025-03-05options: Remove BuiltinOption classDylan Baker
2025-03-05unittests: use subtests for test_Builtin_options_documentedDylan Baker
2025-03-04OptionStore: remove unused build_options attributeDylan Baker
2025-03-04msetup: remove bad warning about unused optionsDylan Baker
2025-03-03options: use an OptionKey for `get_default_for_b_option`Dylan Baker
2025-02-27Actually fix base option default values.Jussi Pakkanen
2025-02-27optstore: remove num_optionsDylan Baker
2025-02-27Maintain bw compatibility for requesting bad options.Jussi Pakkanen
2025-02-27test: fix hang when running tests that need parsing with `--interactive`Patrick Steinhardt
2025-02-27mtest: add option to slice testsPatrick Steinhardt
2025-02-22Fix yielding when top project does not define the option.Jussi Pakkanen