aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2022-04-19Add regression test for Python dist.Jussi Pakkanen2-5/+22
2022-04-19qt dependency: adapt to the qmake command changed nameEli Schwartz1-2/+2
2022-03-16unittests: convert python tests to project testsEli Schwartz1-39/+2
2022-03-13Merge pull request #9339 from dcbaker/submit/structured_sourcesJussi Pakkanen1-0/+1
2022-03-09install: Add --strip optionXavier Claessens1-0/+20
2022-03-09Replace freezing regex with plain text operations.Jussi Pakkanen1-2/+14
2022-03-07build: plumb structured sources into BuildTargetsDylan Baker1-0/+1
2022-03-07Fix default install tag for shared lib symlinksXavier Claessens1-0/+21
2022-02-17tests: allow setting MESON_CI_JOBNAME=thirdpartyEli Schwartz1-1/+1
2022-02-14unittests: fine-tune the check for whether we are in CIEli Schwartz1-1/+1
2022-02-09meson: Allow directory options outside of prefixJan Tojnar1-7/+7
2022-02-03cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10Daniel Mensinger1-0/+2
2022-02-01unittests: check that "verbose: true" works on testsPaolo Bonzini1-0/+7
2022-01-30unittests: Fix warning about distutils deprecationNirbheek Chauhan1-2/+5
2022-01-30ninja backend: Fix usage of same constants file for native and crossNirbheek Chauhan4-25/+32
2022-01-18interpreterobjects: use typed_* for configuration_data.set*Dylan Baker1-1/+0
2022-01-18dependencies: don't pass kwargs from get_pkgconfig_variableDylan Baker1-6/+6
2022-01-16Add a test for the --vsenv meson setup optionNirbheek Chauhan3-4/+44
2022-01-10manually clean up some python 3.6 era codeEli Schwartz1-5/+0
2022-01-10port from embedded data to importlib.resourcesEli Schwartz1-36/+0
2022-01-10condense linesEli Schwartz1-2/+1
2022-01-10pyupgrade --py37-plusEli Schwartz3-4/+4
2022-01-02Condense test directory numbers for rc1.Jussi Pakkanen3-8/+8
2021-12-22unit tests: Don't check quoting with multiple libsNirbheek Chauhan1-2/+2
2021-12-22Set RPATH for all non-system libs with absolute pathsNirbheek Chauhan1-1/+1
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters1-53/+102
2021-12-06add message option to since_values and deprecated_valuesDylan Baker1-1/+9
2021-12-06unittests/internal: use more subTestDylan Baker1-13/+11
2021-12-06Add deprecated_message and since_message to KwargInfoDylan Baker1-6/+6
2021-12-06unittests/internal: use mock and subTestDylan Baker1-7/+9
2021-12-06interpreterbase/decorators: Fix types of deprecated_values and since_valuesDylan Baker1-0/+5
2021-11-28make sure files arguments to compiler.compiles and friends, performs rebuildEli Schwartz1-0/+7
2021-11-27Merge pull request #9599 from dcbaker/submit/typed_kwargs-message-improvementsJussi Pakkanen1-4/+4
2021-11-25tests: add a test for OptionKey.from_stringDylan Baker1-0/+19
2021-11-24shared_module: Add soname when used as a link targetNirbheek Chauhan2-2/+22
2021-11-24unit tests: Extend prebuilt test to test intermediateDylan Baker1-0/+23
2021-11-24unittests: use UnitTest.addCleanup a bitDylan Baker1-11/+14
2021-11-23interpreter: extract_objects provides a valid sourcePaolo Bonzini1-0/+6
2021-11-22unittests: cover cases here two of the same wrong type are providedDylan Baker1-1/+1
2021-11-22typed_kwargs: use | for type unions, not ,Dylan Baker1-2/+2
2021-11-22typed_kwargs: provide better error messages for wrong container typesDylan Baker1-3/+3
2021-11-20Feature kwargs decorator: automatically report the nodes which trigger an issueEli Schwartz1-2/+2
2021-11-18tests: replace python2 framework with metalDylan Baker1-3/+3
2021-11-02python.dependency(): Do not stop when first candidate is not foundXavier Claessens1-0/+4
2021-10-31Fix cygwin test failure due to shortpath usageNirbheek Chauhan2-8/+21
2021-10-27Fix add_install_script() ignoring install_tagXavier Claessens1-10/+12
2021-10-27test_clang_format: Do not assume meson source is in gitXavier Claessens1-0/+8
2021-10-26unittests: use better assert methodsEli Schwartz3-25/+25
2021-10-26do not save unused variableEli Schwartz1-1/+1
2021-10-26remove unused variableEli Schwartz1-1/+1