aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2021-02-26interpreter: correctly track whether a subproject is initializedDylan Baker1-0/+7
2021-02-26Allow printing UserOptions in the summaryStephen Gregoratto1-0/+1
2021-02-25Support multiple args in error()Xavier Claessens1-0/+5
2021-02-22minstall: Add --skip-subprojects optionXavier Claessens1-0/+47
2021-02-18allow build.b_* optionsDylan Baker1-0/+5
2021-02-18Disable failing Cygwin GIR test.Jussi Pakkanen1-0/+2
2021-02-17ci: Fix failure in unit tests with vs backendXavier Claessens1-1/+1
2021-02-17unittests: expect mtest logs to be utf-8Paolo Bonzini1-7/+7
2021-02-17compilers: Only insert -flto-jobs in clang's link argumentsDylan Baker1-5/+9
2021-02-17Substitute @CURRENT_SOURCE_DIR@ in run_target() and custom_target()Xavier Claessens1-0/+1
2021-02-17Environment: Fix passing envrionment variables CPPFLAGS and CFLAGSDylan Baker1-0/+8
2021-02-16Small patch to unittests to initialize CUDA compiler correctly.Olexa Bilaniuk1-1/+1
2021-02-09mtest: TestSetup can have [] as an exe_wrapperPaolo Bonzini1-0/+2
2021-02-09Condense test directory names in preparation for rc1.Jussi Pakkanen1-3/+3
2021-02-08Fix exe wrapper detection for run targets.Jussi Pakkanen1-2/+1
2021-02-07Add Qt6 moduleLuca Weiss1-0/+20
2021-02-07Make installing non-existing subdirs a supported featurePeter Hutterer1-0/+1
2021-02-07Merge pull request #8288 from bonzini/test-setup-exclude-suitesJussi Pakkanen1-0/+10
2021-02-07Merge pull request #8305 from xclaesse/run-target-envJussi Pakkanen1-0/+1
2021-02-06interpreterbase: Add support for optional arguments to typed_pos_argsDylan Baker1-0/+60
2021-02-06interpreterbase: Add support for variadic arguments to typed_pos_argsDylan Baker1-0/+96
2021-02-06interpreterbase: Add a helper method for typing positional argumentsDylan Baker1-0/+34
2021-02-05run_unittests: fix misc lint errors due to whitespace or unused imports/argsEli Schwartz1-5/+3
2021-02-05run_unittests: fix undefined variable in error messageEli Schwartz1-1/+1
2021-02-05run_unittests: remove double definition of the same test caseEli Schwartz1-16/+0
2021-02-05unittests: fix error message stringDylan Baker1-3/+13
2021-02-05run_target: Add env kwargXavier Claessens1-0/+1
2021-02-04minstall: Add --dry-run optionXavier Claessens1-5/+14
2021-02-02Add support for LLVM's thinLTODylan Baker1-0/+25
2021-02-02compilers: Add support for using multiple threads with ltoDylan Baker1-0/+21
2021-02-02interpreter, mtest: introduce add_test_setup(exclude_suites: ...)Paolo Bonzini1-0/+10
2021-01-30Merge pull request #8200 from bonzini/mtest-asyncio-logsJussi Pakkanen1-0/+1
2021-01-29Can read project version from a file.Jussi Pakkanen1-0/+6
2021-01-26dist: Allow packaging subproject in same git repo as main projectXavier Claessens1-16/+44
2021-01-22unittests: use utf-8 encoding for child processesPaolo Bonzini1-0/+1
2021-01-21interpreter: accept external programs and dependencies for summaryPaolo Bonzini1-0/+6
2021-01-20unittests: Remove double install for case 10Fini Jastrow1-5/+2
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow1-0/+22
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen1-41/+3
2021-01-18Fix cases where text leaks to stdout in unit tests.Jussi Pakkanen1-2/+2
2021-01-14coredata: Add missing nopromote wrap_mode choiceXavier Claessens1-0/+6
2021-01-13Fix misspellsAntonin Décimo1-2/+2
2021-01-12summary: align left, not align middleEli Schwartz1-12/+12
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott1-2/+2
2021-01-11boost: default machine file properties to env var valuesDylan Baker1-1/+1
2021-01-11Move BinaryTable environment lookups to EnvironmentDylan Baker1-17/+16
2021-01-11pull env to program mappings out of BinaryType classDylan Baker1-4/+4
2021-01-11rename cflags_mapping to CFLAGS_MAPPINGDylan Baker1-1/+1
2021-01-11unittests: Clang on windows can use either ld or link.exeDylan Baker1-2/+4
2021-01-10Merge pull request #8029 from bonzini/mtest-asyncio-nextJussi Pakkanen1-23/+23