aboutsummaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
AgeCommit message (Expand)AuthorFilesLines
12 daysunittests: use mock.patch.dict to deal with os.environDylan Baker1-0/+1
2024-08-09linkers: fix LLD linker response file handlingBenoit Pierre1-0/+9
2024-08-04Revert "CI: skip LTO tests on cygwin"Jon Turney1-2/+0
2024-07-23CI: skip LTO tests on cygwinEli Schwartz1-0/+2
2024-07-17Remove language (AKA compiler) type from OptionKey.Jussi Pakkanen1-4/+4
2024-07-17Remove option type from OptionKey and get it from OptionStore instead.Jussi Pakkanen1-1/+1
2024-07-11Move OptionKey in the option source file.Jussi Pakkanen1-1/+2
2024-06-14wrap: Clarify PackageDefinition APIXavier Claessens1-4/+4
2024-06-14Replace direct indexing with named methods.Jussi Pakkanen1-30/+30
2024-06-14Rename option variable to optstore to make it unique.Jussi Pakkanen1-30/+30
2024-06-02Create a directory for machine files used in unit tests.Jussi Pakkanen1-34/+16
2024-04-27mdist: gracefully handle stale Git indexBenjamin Gilbert1-1/+4
2024-04-15Add bztar support to meson distTristan Partin1-1/+13
2024-04-08meson format commandCharles Brunet1-0/+1
2024-04-08parser: revert to single StringNode typeCharles Brunet1-1/+0
2024-03-10fix reconfigure subproject base optionsCharles Brunet1-7/+7
2024-03-03Condense test dirs for rc2.Jussi Pakkanen1-3/+3
2024-03-01Fix unknown base options not detected in commandline argumentsCharles Brunet1-1/+1
2024-03-01Set PYTHONIOENCODING when running testsCharles Brunet1-1/+1
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson1-0/+92
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker1-12/+1
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen1-11/+11
2023-10-27Condense test directories for RC1.Jussi Pakkanen1-18/+18
2023-10-20modules/rust: Add a test that bindgen drops arguments it shouldn't useDylan Baker1-0/+28
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker1-1/+1
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-09-28unittest: Fix clang-tidy-fixLei YU1-6/+17
2023-09-25Add clang-tidy-fix targetLei YU1-1/+21
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen1-0/+33
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens1-1/+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-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens1-0/+33
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 Hawson1-2/+2
2023-07-26Fix install_data() default install pathDaniele Nicolodi1-6/+7
2023-07-25unittests: test the vala templateDylan Baker1-1/+1
2023-07-25unittests: use subtests for template testsDylan Baker1-25/+26
2023-07-13Silence some encoding warningsTristan Partin1-5/+5
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz1-0/+51
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen1-2/+1
2023-06-26mintro: record subproject in install_planDaniele Nicolodi1-0/+45
2023-06-26linkers: delay implementations import until detect is runEli Schwartz1-14/+15
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz1-1/+1
2023-06-25tests: move script loaded modules test to platform-agnosticEli Schwartz1-29/+1
2023-06-16unittests: fix test_scripts_loaded_modules matching exactly our own modulesCharles Brunet1-1/+1
2023-06-16unittests: skip test using symlink if not availableCharles Brunet1-1/+4
2023-05-25mtest: wildcard selectionCharles Brunet1-0/+24