aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2024-01-25interpreter: replace mock keyword argument with unittest.mockDylan Baker2-5/+15
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson1-0/+92
2023-12-17Skip pkg-config-dependent tests if it's missingAlyssa Ross2-3/+7
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker15-182/+17
2023-12-13macos: Fix test_pkgconfig_parse_libs() test on armAndres Freund1-1/+2
2023-12-10unittests: migrate from jsonschema to fastjsonschemaEli Schwartz1-8/+19
2023-12-05ninja backend: don't hide all compiler warnings for transpiled languagesEli Schwartz1-37/+0
2023-12-03macos: Fix path in test to be Sonoma compatibleAndres Freund1-1/+1
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen3-17/+17
2023-11-04Fine-tune the error message when trying to build outside the project rootEli Schwartz1-0/+8
2023-10-27Condense test directories for RC1.Jussi Pakkanen6-31/+31
2023-10-20modules/rust: Add a test that bindgen drops arguments it shouldn't useDylan Baker1-0/+28
2023-10-09cargo: Fix '1.0.45' version conversionXavier Claessens1-2/+3
2023-10-09cargo: builder: Remove all duplicated functionsXavier Claessens1-51/+51
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker1-1/+1
2023-10-09Allow c++23 in gcc-11.Benjamin Redelings1-2/+2
2023-10-05mcompile: add suffix as an additional parameterDudemanguy1-0/+9
2023-10-05build: use suffix when getting target id for exesDudemanguy1-0/+10
2023-10-04Remove type comments in run_project_tests.pyTristan Partin1-1/+1
2023-09-28unittest: Fix clang-tidy-fixLei YU2-10/+18
2023-09-26compilers: use correct version comparison for openbsd librariesEli Schwartz1-1/+4
2023-09-25Add clang-tidy-fix targetLei YU2-2/+25
2023-09-18pkgconfig: Set PKG_CONFIG in env for devenv and g-ir-scannerXavier Claessens1-2/+2
2023-09-18pkgconfig: Restore logging of pkg-config versionXavier Claessens1-1/+1
2023-09-18Remove get_configtool_variable()Xavier Claessens1-1/+1
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens2-7/+7
2023-09-14Revert "tests: skip a test that fails with new Python 3.11 from MSYS2"Christoph Reiter1-3/+0
2023-09-12Merge pull request #12152 from bruchar1/ast-preserve-allJussi Pakkanen1-0/+22
2023-09-12fix bug with openssl when cmake is missingCharles Brunet1-0/+7
2023-09-11raw printerCharles Brunet1-0/+22
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens1-0/+10
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen1-0/+33
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens2-0/+14
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens1-1/+7
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre1-0/+0
2023-08-17tests: consolidate MESON_SKIP_TEST reporting and use it in unittestsEli Schwartz1-7/+7
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin1-4/+10
2023-08-08correct cmakedefine behaviorJan2001011-3/+35
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens1-0/+3
2023-08-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens2-0/+40
2023-08-06tests: Assert that mips64 kernel is detected as mips64 with no compilersSimon McVittie1-0/+19
2023-08-06tests: Pass a mock C compiler to detect_cpu(), detect_cpu_family()Simon McVittie1-4/+8
2023-08-03PkgConfigDependency: Move CLI handling into its own abstractionXavier Claessens2-27/+18
2023-08-02convert booleans in summary function to correct representationEli Schwartz1-4/+4
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz1-2/+2
2023-07-31Rename variables that clash with pdb commandsDan Hawson2-13/+13
2023-07-31Merge pull request #11986 from williamspatrick/clang-enable-cpp23Jussi Pakkanen1-0/+15
2023-07-30tests: skip a test that fails with new Python 3.11 from MSYS2Christoph Reiter1-0/+3
2023-07-26Fix install_data() default install pathDaniele Nicolodi1-6/+7
2023-07-25unittests: test the vala templateDylan Baker1-1/+1