summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker
2021-02-16Small patch to unittests to initialize CUDA compiler correctly.Olexa Bilaniuk
2021-02-09mtest: TestSetup can have [] as an exe_wrapperPaolo Bonzini
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen
2021-02-07Add Qt6 moduleLuca Weiss
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen
2021-02-06interpreterbase: Add support for optional arguments to typed_pos_argsDylan Baker
2021-02-06interpreterbase: Add support for variadic arguments to typed_pos_argsDylan Baker
2021-02-06interpreterbase: Add a helper method for typing positional argumentsDylan Baker
2021-02-05run_unittests: fix misc lint errors due to whitespace or unused imports/argsEli Schwartz
2021-02-05run_unittests: fix undefined variable in error messageEli Schwartz
2021-02-05run_unittests: remove double definition of the same test caseEli Schwartz
2021-02-05unittests: fix error message stringDylan Baker
2021-02-05run_target: Add env kwargXavier Claessens
2021-02-04minstall: Add --dry-run optionXavier Claessens
2021-02-02Add support for LLVM's thinLTODylan Baker
2021-02-02compilers: Add support for using multiple threads with ltoDylan Baker
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini
2021-01-30Merge pull request #8200 from bonzini/mtest-asyncio-logsJussi Pakkanen
2021-01-29Can read project version from a file.Jussi Pakkanen
2021-01-26dist: Allow packaging subproject in same git repo as main projectXavier Claessens
2021-01-22unittests: use utf-8 encoding for child processesPaolo Bonzini
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini
2021-01-20unittests: Remove double install for case 10Fini Jastrow
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen
2021-01-18Fix cases where text leaks to stdout in unit tests.Jussi Pakkanen
2021-01-14coredata: Add missing nopromote wrap_mode choiceXavier Claessens
2021-01-13Fix misspellsAntonin Décimo
2021-01-12summary: align left, not align middleEli Schwartz
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott
2021-01-11boost: default machine file properties to env var valuesDylan Baker
2021-01-11Move BinaryTable environment lookups to EnvironmentDylan Baker
2021-01-11pull env to program mappings out of BinaryType classDylan Baker
2021-01-11rename cflags_mapping to CFLAGS_MAPPINGDylan Baker
2021-01-11unittests: Clang on windows can use either ld or link.exeDylan Baker
2021-01-10Merge pull request #8029 from bonzini/mtest-asyncio-nextJussi Pakkanen
2021-01-10Hotdoc: use template for Commands.md instead of generating the entire file (#...Eli Schwartz
2021-01-07mtest/TAPParser: use typing.NamedTuplePaolo Bonzini
2021-01-06mtest: remove argument to the TAPParser constructorPaolo Bonzini
2021-01-04Use a single coredata dictionary for optionsDylan Baker
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2021-01-04use OptionKey for coredata.user_optionsDylan Baker