summaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)Author
2020-11-13run_unittests: use textwrap.dedentDylan Baker
2020-11-12Merge pull request #7965 from dcbaker/wip/2020-11/macos-github-actionsJussi Pakkanen
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier
2020-11-11actions: Add unittests for macosDylan Baker
2020-11-10unittests: Don't try to set alternative linkers for apple-clangDylan Baker
2020-11-03Condense test directory names again.Jussi Pakkanen
2020-11-01interpreter: store correct files for project regenerationDylan Baker
2020-10-19Remove a status message that leaks to stdout.Jussi Pakkanen
2020-10-19In text, betterer grammer usings.Jussi Pakkanen
2020-10-19Add delays to test for timestamp issues on mac.Jussi Pakkanen
2020-10-17pkgconfig: InternalDependency's ext_deps should be private by defaultXavier Claessens
2020-10-16Subprojects should not inherit parent overrideXavier Claessens
2020-10-16Machine file pkg_config_path overrides environmentXavier Claessens
2020-10-16Fix consistency in variables kwargXavier Claessens
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger
2020-10-13wrap: Add 'redirect' type and use it when auto promoteXavier Claessens
2020-10-13Merge wraps from subprojects into wraps from main projectXavier Claessens
2020-10-13cmake: Add cross compilation supportDaniel Mensinger
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens
2020-10-05options: Handle updates to choices in optionsDylan Baker
2020-10-05Never run clang-format / clang-tidy against directoriesBernd Busse
2020-10-05machinefiles: Allow keys to be stored case insensitiveDylan Baker
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger
2020-10-01compilers: make get_optimization_args abstractDylan Baker
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker
2020-09-24compilers/compilers: Fully type annotateDylan Baker
2020-09-18msubprojects: Fix unit tests on WindowsXavier Claessens
2020-09-18msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens
2020-09-18msubprojects: Stop trying to guess subproject typeXavier Claessens
2020-09-18msubprojects: Add basic unit testsXavier Claessens
2020-09-17unittests: mock os.environ before mucking with itDylan Baker
2020-09-17tests: Make monkey patching smarterDylan Baker
2020-09-16linkers: fully type annotate and fix mypy issuesDylan Baker
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens
2020-09-11unit tests: Print total time taken for running testsNirbheek Chauhan
2020-09-11unit tests: Don't use pytest when running single testsNirbheek Chauhan
2020-09-10Split tests out from 'common' which require a native compilerJon Turney
2020-09-09Add a test of add_languages(native:) introspectionJon Turney
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini
2020-09-02Special case meson.version().version_compare() statementXavier Claessens
2020-08-30unittests: continue on exception instead of breakJames Hilliard
2020-08-30D: fix include orderPierrick Bouvier
2020-08-27tests: make chdir more robust in run_unittests.pyDaniel Mensinger
2020-08-27Fix typo when fetching buildtype option for compiler checksNirbheek Chauhan
2020-08-20Skip nostdlib test on non-x86(_64) platformsmakise-homura
2020-08-18Interpreter: Fix c_stdlib usageXavier Claessens
2020-08-15ninjabackend: Fix coverage rule generationNirbheek Chauhan
2020-08-12interpreter: Don't force fallback when subproject failed to configureXavier Claessens
2020-08-12Test for spurious warning from get_target_filenamePaolo Bonzini